messages from 2023-08-29 11:54:23 to 2023-09-25 06:36:26 UTC [more...]
[xfstests generic/617] fsx io_uring dio starts to fail on overlayfs since v6.6-rc1
2023-09-25 6:35 UTC (5+ messages)
[PATCH V4 0/2] io_uring: cancelable uring_cmd
2023-09-23 2:50 UTC (3+ messages)
` [PATCH V4 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V4 2/2] io_uring: cancelable uring_cmd
[PATCH V3 0/2] io_uring: cancelable uring_cmd
2023-09-22 16:29 UTC (5+ messages)
` [PATCH V3 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V3 2/2] io_uring: cancelable uring_cmd
[PATCH V2] io_uring: cancelable uring_cmd
2023-09-22 15:24 UTC (3+ messages)
[PATCH] io_uring: cancelable uring_cmd
2023-09-22 2:25 UTC (4+ messages)
[PATCHSET v5] Add io_uring futex/futexv support
2023-09-21 18:29 UTC (9+ messages)
` [PATCH 1/8] futex: move FUTEX2_VALID_MASK to futex.h
` [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
[PATCHSET v4 0/5] Add io_uring support for waitid
2023-09-20 14:54 UTC (10+ messages)
` [PATCH 1/5] exit: abstract 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
[PATCH 00/10] io_uring/ublk: exit notifier support
2023-09-18 16:03 UTC (16+ messages)
` [PATCH 01/10] io_uring: allocate ctx id and build map between id and ctx
` [PATCH 02/10] io_uring: pass io_uring_ctx->id to uring_cmd
` [PATCH 03/10] io_uring: support io_uring notifier for uring_cmd
` [PATCH 04/10] ublk: don't get ublk device reference in ublk_abort_queue()
` [PATCH 05/10] ublk: make sure ublk uring cmd handling is done in submitter task context
` [PATCH 06/10] ublk: make sure that uring cmd aiming at same queue won't cross io_uring contexts
` [PATCH 07/10] ublk: rename mm_lock as lock
` [PATCH 08/10] ublk: quiesce request queue when aborting queue
` [PATCH 09/10] ublk: replace monitor work with uring_cmd exit notifier
` [PATCH 10/10] ublk: simplify aborting request
[GIT PULL] io_uring fix for 6.6-rc2
2023-09-15 22:16 UTC (2+ messages)
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
2023-09-15 7:04 UTC (9+ messages)
FYI, fsnotify contention with aio and io_uring
2023-09-14 19:11 UTC (8+ messages)
` [EXT] "
[PATCH] io_uring/net: fix iter retargeting for selected buf
2023-09-14 16:05 UTC (2+ messages)
[syzbot] [io-uring?] UBSAN: array-index-out-of-bounds in io_setup_async_msg
2023-09-14 16:04 UTC (10+ messages)
[PATCH 0/7] random fixes and cleanups
2023-09-14 14:15 UTC (5+ messages)
` [PATCH 2/7] io_uring/net: don't overflow multishot recv
[syzbot] [io-uring?] KCSAN: data-race in io_wq_activate_free_worker / io_wq_worker_running
2023-09-14 13:39 UTC (6+ messages)
[PATCH v6 0/8] io_uring: Initial support for {s,g}etsockopt commands
2023-09-13 20:48 UTC (13+ messages)
` [PATCH v6 1/8] net/socket: Break down __sys_setsockopt
` [PATCH v6 2/8] net/socket: Break down __sys_getsockopt
` [PATCH v6 3/8] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v6 4/8] selftests/net: Extract uring helpers to be reusable
` [PATCH v6 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v6 6/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v6 7/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v6 8/8] selftests/bpf/sockopt: Add io_uring support
[PATCHSET v2 0/3] Add support for multishot reads
2023-09-12 19:11 UTC (7+ messages)
` [PATCH 1/3] io_uring/rw: split io_read() into a helper
` [PATCH 2/3] io_uring/rw: mark readv/writev as vectored in the opcode definition
` [PATCH 3/3] io_uring/rw: add support for IORING_OP_READ_MULTISHOT
[PATCH v5 0/8] io_uring: Initial support for {s,g}etsockopt commands
2023-09-12 9:37 UTC (14+ messages)
` [PATCH v5 1/8] net/socket: Break down __sys_setsockopt
` [PATCH v5 2/8] net/socket: Break down __sys_getsockopt
` [PATCH v5 3/8] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v5 4/8] selftests/net: Extract uring helpers to be reusable
` [PATCH v5 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v5 6/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v5 7/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v5 8/8] selftests/bpf/sockopt: Add io_uring support
[PATCHSET 0/3] Add support for multishot reads
2023-09-12 0:53 UTC (9+ messages)
` [PATCH 1/3] io_uring/rw: split io_read() into a helper
` [PATCH 2/3] io_uring/rw: mark readv/writev as vectored in the opcode definition
` [PATCH 3/3] io_uring/rw: add support for IORING_OP_READ_MULTISHOT
[PATCH v6 00/11] io_uring getdents
2023-09-10 22:01 UTC (18+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
[GIT PULL] io_uring fixes for 6.6-rc1
2023-09-09 5:05 UTC (2+ messages)
[PATCH AUTOSEL 6.4 22/31] io_uring: annotate the struct io_kiocb slab for appropriate user copy
2023-09-08 19:31 UTC
[PATCH AUTOSEL 6.5 27/36] io_uring: annotate the struct io_kiocb slab for appropriate user copy
2023-09-08 19:28 UTC
[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
2023-09-08 17:04 UTC (19+ messages)
` [PATCH v4 01/10] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v4 02/10] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v4 03/10] net/socket: Break down __sys_setsockopt
` [PATCH v4 04/10] net/socket: Break down __sys_getsockopt
` [PATCH v4 05/10] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v4 06/10] selftests/net: Extract uring helpers to be reusable
` [PATCH v4 07/10] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v4 08/10] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v4 09/10] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v4 10/10] selftests/bpf/sockopt: Add io_uring support
[PATCH V2] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
2023-09-08 16:01 UTC (9+ messages)
[PATCH] io_uring: Use slab for struct io_buffer objects
2023-09-08 1:30 UTC (4+ messages)
[PATCH 0/2] for-next fixes
2023-09-07 15:02 UTC (4+ messages)
` [PATCH 1/2] io_uring: break out of iowq iopoll on teardown
` [PATCH 2/2] io_uring: fix unprotected iopoll overflow
[PATCH v5] io_uring: add a sysctl to disable io_uring system-wide
2023-09-05 14:44 UTC (4+ messages)
[PATCH] io_uring/fdinfo: only print ->sq_array[] if it's there
2023-09-01 20:58 UTC (2+ messages)
[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo
2023-09-01 19:59 UTC (2+ messages)
[PATCH] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
2023-09-01 8:56 UTC (7+ messages)
[GIT PULL] io_uring updates for 6.6-rc1
2023-08-30 3:58 UTC (2+ messages)
[syzbot] [io-uring?] general protection fault in io_sqpoll_wq_cpu_affinity
2023-08-29 17:37 UTC (5+ messages)
` [PATCH] io_uring: Don't set affinity on a dying sqpoll thread
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