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

[PATCH v4 0/5] io_uring getdents
 2023-07-31  8:13 UTC  (19+ messages)
` [PATCH 3/5] io_uring: add support for getdents
` [PATCH RFC 5/5] disable fixed file for io_uring getdents for now

[PATCHSET v6 0/8] Improve async iomap DIO performance
 2023-07-28 21:42 UTC  (11+ messages)
` [PATCH 1/8] iomap: cleanup up iomap_dio_bio_end_io()
` [PATCH 2/8] iomap: use an unsigned type for IOMAP_DIO_* defines
` [PATCH 3/8] iomap: treat a write through cache the same as FUA
` [PATCH 4/8] iomap: only set iocb->private for polled bio
` [PATCH 5/8] iomap: add IOMAP_DIO_INLINE_COMP
` [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_CALLER_COMP
` [PATCH 8/8] iomap: support IOCB_DIO_CALLER_COMP

[PATCH 1/3] io_uring: split req init from submit
 2023-07-28 20:14 UTC  (3+ messages)
` [PATCH 2/3] io_uring: split req prep and submit loops
` [PATCH 3/3] io_uring: set plug tags for same file

[GIT PULL] io_uring fix for 6.5-rc4
 2023-07-28 18:39 UTC  (2+ messages)

[PATCH 0/3] io_uring: Initial support for {s,g}etsockopt commands
 2023-07-28 18:07 UTC  (16+ messages)
` [PATCH 1/4] net: expose sock_use_custom_sol_socket
` [PATCH 2/4] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH 3/4] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH 4/4] io_uring/cmd: Extend support beyond SOL_SOCKET

[PATCHSET v4] Add io_uring futex/futexv support
 2023-07-28 16:42 UTC  (13+ messages)
` [PATCH 01/12] futex: Clarify FUTEX2 flags
` [PATCH 02/12] futex: Extend the "
` [PATCH 03/12] futex: Flag conversion
` [PATCH 04/12] futex: Validate futex value against futex size
` [PATCH 05/12] futex: move FUTEX2_MASK to futex.h
` [PATCH 06/12] futex: factor out the futex wake handling
` [PATCH 07/12] futex: abstract out a __futex_wake_mark() helper
` [PATCH 08/12] io_uring: add support for futex wake and wait
` [PATCH 09/12] futex: add wake_data to struct futex_q
` [PATCH 10/12] futex: make futex_parse_waitv() available as a helper
` [PATCH 11/12] futex: make the vectored futex operations available
` [PATCH 12/12] io_uring: add support for vectored futex waits

[GIT PULL v2] Improve iomap async dio performance
 2023-07-28 13:47 UTC 

[RFC 0/7] io_uring lseek
 2023-07-27 13:25 UTC  (19+ messages)
` [PATCH 1/7] iomap: merge iomap_seek_hole() and iomap_seek_data()
` [PATCH 2/7] xfs: add nowait support for xfs_seek_iomap_begin()
` [PATCH 3/7] add nowait parameter for iomap_seek()
` [PATCH 4/7] add llseek_nowait() for struct file_operations
` [PATCH 5/7] add llseek_nowait support for xfs
` [PATCH 6/7] add vfs_lseek_nowait()
` [PATCH 7/7] add lseek for io_uring

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-07-26 20:02 UTC  (4+ messages)
` [PATCH v3 1/1] io_uring: add "

[PATCH v4] io_uring: Add io_uring command support for sockets
 2023-07-26 16:44 UTC  (2+ messages)

[PATCHSET v3 0/10] Add io_uring futex/futexv support
 2023-07-25 21:24 UTC  (17+ messages)
` [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 5.10 333/509] io_uring: Use io_schedule* in cqring wait
 2023-07-25 10:44 UTC 

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

[PATCHSET v4 0/8] Improve async iomap DIO performance
 2023-07-24 22:35 UTC  (38+ 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] io_uring: Use io_schedule* in cqring wait
 2023-07-24 20:27 UTC  (15+ messages)

[PATCH] io_uring: gate iowait schedule on having pending requests
 2023-07-24 18:07 UTC 

[PATCH 6.4 800/800] io_uring: Use io_schedule* in cqring wait
 2023-07-24 18:04 UTC  (14+ messages)

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

[PATCH 0/2] io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()
 2023-07-24  7:39 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ia64: mmap: Consider pgoff when searching for free mapping

[GIT PULL] io_uring fixes for 6.5-rc3
 2023-07-22 18:16 UTC  (2+ messages)

[GIT PULL] Improve iomap async dio performance
 2023-07-22  2:53 UTC  (4+ messages)

[PATCH 5.15 387/532] io_uring: Use io_schedule* in cqring wait
 2023-07-21 16:04 UTC 

[PATCH][RFC] io_uring: Fix io_uring_mmu_get_unmapped_area() for IA-64
 2023-07-20 23:01 UTC  (8+ messages)


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