public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-07-11 08:24:53 to 2023-07-20 22:19:31 UTC [more...]

[PATCHSET v3 0/10] Add io_uring futex/futexv support
 2023-07-20 22:18 UTC  (7+ messages)
` [PATCH 01/10] futex: Clarify FUTEX2 flags
` [PATCH 02/10] futex: Extend the "
` [PATCH 03/10] futex: Flag conversion
` [PATCH 04/10] futex: factor out the futex wake handling
` [PATCH 05/10] futex: abstract out a __futex_wake_mark() helper
` [PATCH 06/10] io_uring: add support for futex wake and wait

[PATCH] io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
 2023-07-20 19:18 UTC 

[PATCHSET v4 0/8] Improve async iomap DIO performance
 2023-07-20 18:13 UTC  (9+ messages)
` [PATCH 1/8] iomap: cleanup up iomap_dio_bio_end_io()
` [PATCH 2/8] iomap: add IOMAP_DIO_INLINE_COMP
` [PATCH 3/8] iomap: treat a write through cache the same as FUA
` [PATCH 4/8] iomap: completed polled IO inline
` [PATCH 5/8] iomap: only set iocb->private for polled bio
` [PATCH 6/8] fs: add IOCB flags related to passing back dio completions
` [PATCH 7/8] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 8/8] iomap: support IOCB_DIO_DEFER

[PATCHSET v3 0/6] Improve async iomap DIO performance
 2023-07-20 16:27 UTC  (17+ messages)
` [PATCH 1/6] iomap: cleanup up iomap_dio_bio_end_io()
` [PATCH 2/6] iomap: add IOMAP_DIO_INLINE_COMP
` [PATCH 3/6] iomap: treat a write through cache the same as FUA
` [PATCH 4/6] fs: add IOCB flags related to passing back dio completions
` [PATCH 5/6] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 6/6] iomap: support IOCB_DIO_DEFER

[PATCH][RFC] io_uring: Fix io_uring_mmu_get_unmapped_area() for IA-64
 2023-07-20  0:14 UTC  (2+ messages)

[PATCHSET v2 0/5] Improve async iomap DIO performance
 2023-07-19 19:55 UTC  (12+ messages)
` [PATCH] io_uring: Use io_schedule* in cqring wait
` [PATCH 1/5] iomap: simplify logic for when a dio can get completed inline
` [PATCH 2/5] fs: add IOCB flags related to passing back dio completions
` [PATCH 3/5] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 4/5] iomap: add local 'iocb' variable in iomap_dio_bio_end_io()
` [PATCH 5/5] iomap: support IOCB_DIO_DEFER

[RFC PATCH 0/3] io_uring: Initial support for {s,g}etsockopt commands
 2023-07-19 10:27 UTC  (4+ messages)
` [RFC PATCH 1/3] net: expose sock_use_custom_sol_socket
` [RFC PATCH 2/3] io_uring/cmd: Add support for getsockopt command
` [RFC PATCH 3/3] io_uring/cmd: Add support for set_sockopt

[PATCH v4 0/5] io_uring getdents
 2023-07-19  8:56 UTC  (9+ messages)
` [PATCH 1/5] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 2/5] vfs_getdents/struct dir_context: add flags field
` [PATCH 3/5] io_uring: add support for getdents
` [PATCH 4/5] xfs: add NOWAIT semantics for readdir
` [PATCH RFC 5/5] disable fixed file for io_uring getdents for now

[PATCH] io_uring: don't audit the capability check in io_uring_create()
 2023-07-18 20:16 UTC  (3+ messages)

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-18 15:56 UTC  (7+ messages)

[PATCH v3 0/3] io_uring getdents
 2023-07-18  6:55 UTC  (35+ messages)
` [PATCH 1/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 2/3] vfs_getdents/struct dir_context: add flags field
` [PATCH 3/3] io_uring: add support for getdents

[PATCHSET 0/5] User mapped provided buffer rings
 2023-07-16 20:54 UTC  (13+ messages)
` [PATCH 1/5] io_uring: Adjust mapping wrt architecture aliasing requirements

[PATCH 6.4 800/800] io_uring: Use io_schedule* in cqring wait
 2023-07-16 19:50 UTC 

[PATCHSET 0/5] Add io_uring support for waitid
 2023-07-15 20:23 UTC  (21+ messages)
` [PATCH 1/5] exit: abtract out should_wake helper for child_wait_callback()
` [PATCH 2/5] exit: move core of do_wait() into helper
` [PATCH 3/5] exit: add kernel_waitid_prepare() helper
` [PATCH 4/5] exit: add internal include file with helpers
` [PATCH 5/5] io_uring: add IORING_OP_WAITID support

Allow IORING_OP_ASYNC_CANCEL to cancel requests on other rings
 2023-07-15 15:53 UTC  (4+ messages)

[GIT PULL] io_uring fix for 6.5-rc2
 2023-07-15  3:08 UTC  (2+ messages)

[PATCHSET v2 0/8] Add io_uring futex/futexv support
 2023-07-14 15:10 UTC  (18+ messages)
` [PATCH 1/8] futex: abstract out futex_op_to_flags() helper
` [PATCH 2/8] futex: factor out the futex wake handling
` [PATCH 3/8] futex: abstract out a __futex_wake_mark() helper
` [PATCH 4/8] io_uring: add support for futex wake and wait
` [PATCH 5/8] futex: add wake_data to struct futex_q
` [PATCH 6/8] futex: make futex_parse_waitv() available as a helper
` [PATCH 7/8] futex: make the vectored futex operations available
` [PATCH 8/8] io_uring: add support for vectored futex waits

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-13 17:10 UTC  (8+ messages)
` [PATCH 1/2] eventfd: simplify eventfd_signal()
` [PATCH 2/2] eventfd: simplify eventfd_signal_mask()

[PATCHSET 0/5] Improve async iomap DIO performance
 2023-07-12 15:22 UTC  (10+ messages)
` [PATCH 1/5] iomap: complete polled writes inline
` [PATCH 2/5] fs: add IOCB flags related to passing back dio completions
` [PATCH 3/5] io_uring/rw: add write support for IOCB_DIO_DEFER
` [PATCH 4/5] iomap: add local 'iocb' variable in iomap_dio_bio_end_io()
` [PATCH 5/5] iomap: support IOCB_DIO_DEFER

[PATCHSET 0/7] Add io_uring futex/futexv support
 2023-07-12 15:10 UTC  (18+ messages)
` [PATCH 1/7] futex: abstract out futex_op_to_flags() helper
` [PATCH 2/7] futex: factor out the futex wake handling
` [PATCH 3/7] io_uring: add support for futex wake and wait
` [PATCH 4/7] futex: add wake_data to struct futex_q
` [PATCH 5/7] futex: make futex_parse_waitv() available as a helper
` [PATCH 6/7] futex: make the vectored futex operations available
` [PATCH 7/7] io_uring: add futex waitv

False positives in nolibc check
 2023-07-12 15:00 UTC  (5+ messages)

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-07-11 20:51 UTC  (2+ messages)

[PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
 2023-07-11  8:24 UTC  (8+ messages)
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox