messages from 2023-07-12 03:12:38 to 2023-07-21 16:01:20 UTC [more...]
[PATCHSET v4 0/8] Improve async iomap DIO performance
2023-07-21 16:01 UTC (29+ 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
[PATCH 0/2] io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()
2023-07-21 15:42 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ia64: mmap: Consider pgoff when searching for free mapping
[PATCHSET v3 0/10] Add io_uring futex/futexv support
2023-07-21 15:29 UTC (15+ 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 07/10] futex: add wake_data to struct futex_q
` [PATCH 08/10] futex: make futex_parse_waitv() available as a helper
` [PATCH 09/10] futex: make the vectored futex operations available
` [PATCH 10/10] io_uring: add support for vectored futex waits
[PATCH][RFC] io_uring: Fix io_uring_mmu_get_unmapped_area() for IA-64
2023-07-20 23:01 UTC (9+ messages)
[PATCH] io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
2023-07-20 19:18 UTC
[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
[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 (20+ 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 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 (4+ messages)
` [PATCH 1/5] iomap: complete polled writes inline
[PATCHSET 0/7] Add io_uring futex/futexv support
2023-07-12 15:10 UTC (16+ 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 5/7] futex: make futex_parse_waitv() available as a helper
` [PATCH 7/7] io_uring: add futex waitv
False positives in nolibc check
2023-07-12 15:00 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox