[PATCH 6.6 000/166] 6.6.84-rc1 review
2025-03-19 16:37 UTC (2+ messages)
[RFC PATCH v5 0/5] introduce io_uring_cmd_import_fixed_vec
2025-03-19 15:27 UTC (8+ messages)
` [RFC PATCH v5 1/5] io_uring: rename the data cmd cache
` [RFC PATCH v5 2/5] io_uring/cmd: don't expose entire cmd async data
` [RFC PATCH v5 3/5] io_uring/cmd: add iovec cache for commands
` [RFC PATCH v5 4/5] io_uring/cmd: introduce io_uring_cmd_import_fixed_vec
` [RFC PATCH v5 5/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()
` (subset) [RFC PATCH v5 0/5] introduce io_uring_cmd_import_fixed_vec
[PATCH 0/2] liburing: test: replace ublk test with kernel selftests
2025-03-19 13:51 UTC (5+ messages)
` [PATCH 1/2] liburing: test: remove test/uring_cmd_ublk.c
` [PATCH 2/2] liburing: test: replace ublk test with kernel selftests
[PATCH v2] io_uring: enable toggle of iowait usage when waiting on CQEs
2025-03-19 1:54 UTC (7+ messages)
[syzbot] [io-uring?] possible deadlock in io_uring_mmap
2025-03-18 19:07 UTC (3+ messages)
[PATCH v3] io_uring: enable toggle of iowait usage
2025-03-18 19:02 UTC
[RFC PATCH v4 0/5] introduce io_uring_cmd_import_fixed_vec
2025-03-18 13:19 UTC (18+ messages)
` [RFC PATCH v4 1/5] io_uring/cmd: introduce io_async_cmd for hide io_uring_cmd_data
` [RFC PATCH v4 2/5] io-uring/cmd: add iou_vec field for io_uring_cmd
` [RFC PATCH v4 3/5] io-uring/cmd: introduce io_uring_cmd_import_fixed_vec
` [RFC PATCH v4 4/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()
` [RFC PATCH v4 5/5] btrfs: ioctl: don't free iov when -EAGAIN in uring encoded read
[PATCH] the dm-loop target
2025-03-18 9:34 UTC (9+ messages)
[RFC PATCH v3 0/3] introduce io_uring_cmd_import_fixed_vec
2025-03-17 13:56 UTC (10+ messages)
` [RFC PATCH v3 1/3] io-uring/cmd: add iou_vec field for io_uring_cmd
` [RFC PATCH v3 2/3] io-uring/cmd: introduce io_uring_cmd_import_fixed_vec
` [RFC PATCH v3 3/3] btrfs: ioctl: introduce btrfs_uring_import_iovec()
[PATCH] io_uring: enable toggle of iowait usage when waiting on CQEs
2025-03-14 16:22 UTC
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-13 14:21 UTC (10+ messages)
` [RFC PATCH v2 1/2] io_uring: cmd: "
` [RFC PATCH v2 2/2] btrfs: ioctl: use registered buffer for IORING_URING_CMD_FIXED
[PATCH] io_uring/memmap: move vm_flags_set() outside of ctx->mmap_lock
2025-03-13 11:44 UTC
[PATCH] fs: dodge an atomic in putname if ref == 1
2025-03-12 16:07 UTC (4+ messages)
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-12 13:09 UTC (2+ messages)
` [RFC PATCH v2 1/2] io_uring: cmd: "
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-12 13:04 UTC
[RFC PATCH 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-12 3:08 UTC (7+ messages)
` [RFC PATCH 1/2] io_uring: cmd: "
` [RFC PATCH 2/2] btrfs: ioctl: use registered buffer for IORING_URING_CMD_FIXED
[PATCH] io_uring/kbuf: enable bundles for incrementally consumed buffers
2025-03-10 20:05 UTC
[PATCH] Revert "io_uring/rsrc: simplify the bvec iter count calculation"
2025-03-10 19:37 UTC (3+ messages)
[PATCH 0/2] unify registered buffer iovec imports
2025-03-10 13:14 UTC (4+ messages)
` [PATCH 1/2] io_uring: introduce io_prep_reg_iovec()
` [PATCH 2/2] io_uring: rely on io_prep_reg_vec for iovec placement
[PATCH 0/2] improve multishot error codes
2025-03-10 13:14 UTC (4+ messages)
` [PATCH 1/2] io_uring: return -EAGAIN to continue multishot
` [PATCH 2/2] io_uring: unify STOP_MULTISHOT with IOU_OK
[PATCH] fs: support filename refcount without atomics
2025-03-08 13:46 UTC (14+ messages)
[GIT PULL] io_uring fix for 6.14-rc6
2025-03-07 22:30 UTC (2+ messages)
[PATCH -next] io_uring: Remove unused declaration io_alloc_async_data()
2025-03-07 21:09 UTC (2+ messages)
[PATCH liburing v2 0/4] vectored registered buffer support and tests
2025-03-07 19:40 UTC (6+ messages)
` [PATCH liburing v2 1/4] Add vectored registered buffer req init helpers
` [PATCH liburing v2 2/4] test/sendzc: test registered vectored buffers
` [PATCH liburing v2 3/4] tests/helpers: add t_create_socketpair_ip
` [PATCH liburing v2 4/4] tests: targeted registered vector tests
[PATCH liburing 0/4] vectored registered buffer support and tests
2025-03-07 18:06 UTC (8+ messages)
` [PATCH liburing 1/4] Add vectored registered buffer req init helpers
` [PATCH liburing 2/4] test/sendzc: test registered vectored buffers
` [PATCH liburing 3/4] tests/helpers: add t_create_socketpair_ip
` [PATCH liburing 4/4] tests: targeted registered vector tests
[PATCH v4 0/9] Add support for vectored registered buffers
2025-03-07 16:40 UTC (11+ messages)
` [PATCH v4 1/9] io_uring: introduce struct iou_vec
` [PATCH v4 2/9] io_uring: add infra for importing vectored reg buffers
` [PATCH v4 3/9] io_uring/rw: implement vectored registered rw
` [PATCH v4 4/9] io_uring/rw: defer reg buf vec import
` [PATCH v4 5/9] io_uring/net: combine msghdr copy
` [PATCH v4 6/9] io_uring/net: pull vec alloc out of msghdr import
` [PATCH v4 7/9] io_uring/net: convert to struct iou_vec
` [PATCH v4 8/9] io_uring/net: implement vectored reg bufs for zctx
` [PATCH v4 9/9] io_uring: cap cached iovec/bvec size
[PATCH v3 0/9] Add support for vectored registered buffers
2025-03-07 15:49 UTC (10+ messages)
` [PATCH v3 1/9] io_uring: introduce struct iou_vec
` [PATCH v3 2/9] io_uring: add infra for importing vectored reg buffers
` [PATCH v3 3/9] io_uring/rw: implement vectored registered rw
` [PATCH v3 4/9] io_uring/rw: defer reg buf vec import
` [PATCH v3 5/9] io_uring/net: combine msghdr copy
` [PATCH v3 6/9] io_uring/net: pull vec alloc out of msghdr import
` [PATCH v3 7/9] io_uring/net: convert to struct iou_vec
` [PATCH v3 8/9] io_uring/net: implement vectored reg bufs for zctx
` [PATCH v3 9/9] io_uring: cap cached iovec/bvec size
[PATCH v2 0/9] Add support for vectored registered buffers
2025-03-07 14:14 UTC (16+ messages)
` [PATCH v2 1/9] io_uring: introduce struct iou_vec
` [PATCH v2 2/9] io_uring: add infra for importing vectored reg buffers
` [PATCH v2 3/9] io_uring/rw: implement vectored registered rw
` [PATCH v2 4/9] io_uring/rw: defer reg buf vec import
` [PATCH v2 5/9] io_uring/net: combine msghdr copy
` [PATCH v2 6/9] io_uring/net: pull vec alloc out of msghdr import
` [PATCH v2 7/9] io_uring/net: convert to struct iou_vec
` [PATCH v2 8/9] io_uring/net: implement vectored reg bufs for zctx
` [PATCH v2 9/9] io_uring: cap cached iovec/bvec size
[PATCH] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
2025-03-06 11:33 UTC (3+ messages)
[PATCHSET for-next 0/3] Fix read/write -EAGAIN failure cases
2025-03-05 21:03 UTC (6+ messages)
` [PATCH 2/3] io_uring/rw: handle -EAGAIN retry at IO completion time
[PATCH] io_uring: introduce io_cache_free() helper
2025-03-05 14:45 UTC (2+ messages)
[PATCH v2 1/1] iomap: propagate nowait to block layer
2025-03-05 14:10 UTC (22+ messages)
page: next (older)
- 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