messages from 2023-09-14 16:04:50 to 2023-10-18 15:24:38 UTC [more...]
[PATCH 0/4] block integrity: direclty map user space addresses
2023-10-18 15:18 UTC (2+ messages)
` [PATCH 3/4] iouring: remove IORING_URING_CMD_POLLED
[PATCH] io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address
2023-10-18 15:26 UTC (2+ messages)
[PATCH for-6.7/io_uring 0/7] ublk: simplify abort with cancelable uring_cmd
2023-10-17 14:24 UTC (13+ messages)
` [PATCH for-6.7/io_uring 1/7] ublk: don't get ublk device reference in ublk_abort_queue()
` [PATCH for-6.7/io_uring 2/7] ublk: make sure io cmd handled in submitter task context
` [PATCH for-6.7/io_uring 3/7] ublk: move ublk_cancel_dev() out of ub->mutex
` [PATCH for-6.7/io_uring 4/7] ublk: rename mm_lock as lock
` [PATCH for-6.7/io_uring 5/7] ublk: quiesce request queue when aborting queue
` [PATCH for-6.7/io_uring 6/7] ublk: replace monitor with cancelable uring_cmd
` [PATCH for-6.7/io_uring 7/7] ublk: simplify aborting request
[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
2023-10-17 12:34 UTC (13+ messages)
` [PATCH v7 01/11] bpf: Add sockptr support for getsockopt
` [PATCH v7 02/11] bpf: Add sockptr support for setsockopt
` [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
` [PATCH v7 04/11] net/socket: Break down __sys_getsockopt
` [PATCH v7 05/11] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
` [PATCH v7 07/11] selftests/net: Extract uring helpers to be reusable
` [PATCH v7 08/11] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v7 09/11] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v7 10/11] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v7 11/11] selftests/bpf/sockopt: Add io_uring support
Problem with io_uring splice and KTLS
2023-10-17 11:51 UTC (11+ messages)
[PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow
2023-10-13 20:06 UTC (14+ messages)
audit: io_uring openat triggers audit reference count underflow in worker thread
2023-10-12 21:12 UTC (7+ messages)
` [EXTERNAL] "
[RFC PATCH] fs: add AT_EMPTY_PATH support to unlinkat()
2023-10-10 5:47 UTC (4+ messages)
[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
2023-10-09 16:55 UTC (6+ messages)
[GIT PULL] io_uring fixes for 6.6-rc5
2023-10-06 22:51 UTC (2+ messages)
[PATCH liburing] tests: Add test for bid limits of provided_buffer commands
2023-10-05 21:24 UTC
[patch] io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()
2023-10-05 20:12 UTC (2+ messages)
[PATCH 0/3] trivial fixes and a cleanup of provided buffers
2023-10-05 14:38 UTC (7+ messages)
` [PATCH 1/3] io_uring: Fix check of BID wrapping in "
` [PATCH 2/3] io_uring: Allow the full buffer id space for "
` [PATCH 3/3] io_uring: Use slab for struct io_buffer objects
[PATCH] io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages
2023-10-03 18:25 UTC (5+ messages)
[syzbot] [io-uring?] general protection fault in io_get_cqe_overflow
2023-10-03 2:19 UTC (4+ messages)
[PATCH V5 0/2] io_uring: cancelable uring_cmd
2023-10-03 2:05 UTC (5+ messages)
` [PATCH V5 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V5 2/2] io_uring: cancelable uring_cmd
[syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in __io_remove_buffers (2)
2023-10-03 2:02 UTC (5+ messages)
[PATCH] io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings
2023-10-03 1:57 UTC
[PATCH for-next] io_uring/rsrc: cleanup io_pin_pages()
2023-10-03 0:27 UTC
[PATCH] io_uring/kbuf: don't allow registered buffer rings on highmem pages
2023-10-03 0:26 UTC
[GIT PULL] io_uring fix for 6.6-rc4
2023-09-29 20:48 UTC (3+ messages)
` "
[PATCH liburing 0/2] liburing IORING_SETUP_NO_SQARRAY support
2023-09-29 12:09 UTC (3+ messages)
` [PATCH liburing 1/2] setup: add "
` [PATCH liburing 2/2] setup: default to IORING_SETUP_NO_SQARRAY
[PATCHSET v6] Add io_uring futex/futexv support
2023-09-29 9:11 UTC (11+ 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
[PATCH 0/3] Sq thread real utilization statistics
2023-09-29 0:31 UTC (12+ messages)
` [PATCH 1/3] SCHEDULER: Add an interface for counting real utilization
` [PATCH 2/3] PROC FILESYSTEM: Add real utilization data of sq thread
` [PATCH 3/3] IO_URING: Statistics of the true utilization of sq threads
[PATCH] io_uring/fs: remove sqe->rw_flags checking from LINKAT
2023-09-28 15:28 UTC
[PATCH V4 0/2] io_uring: cancelable uring_cmd
2023-09-28 8:55 UTC (8+ 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
[PATCHSET v5] Add io_uring futex/futexv support
2023-09-27 12:05 UTC (13+ 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
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
2023-09-26 14:55 UTC (9+ messages)
[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 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 v4 0/5] Add io_uring support for waitid
2023-09-20 14:54 UTC (5+ messages)
[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)
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 (2+ 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