public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-07-18 19:49:35 to 2023-07-26 16:44:27 UTC [more...]

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

[PATCH v4 0/5] io_uring getdents
 2023-07-26 15:00 UTC  (7+ messages)
` [PATCH 3/5] io_uring: add support for getdents
` [PATCH RFC 5/5] disable fixed file for io_uring getdents for now

[RFC 0/7] io_uring lseek
 2023-07-26 13:22 UTC  (9+ 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 0/3] io_uring: Initial support for {s,g}etsockopt commands
 2023-07-26  9:26 UTC  (14+ 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 v3 0/10] Add io_uring futex/futexv support
 2023-07-25 21:24 UTC  (22+ 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 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  (4+ messages)

[PATCHSET v6 0/8] Improve async iomap DIO performance
 2023-07-24 22:55 UTC  (9+ 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

[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  (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  (9+ 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 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 4/5] xfs: add NOWAIT semantics for readdir
 2023-07-19  2:35 UTC  (2+ messages)


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