messages from 2024-06-05 15:32:20 to 2024-06-21 16:12:56 UTC [more...]
[GIT PULL] io_uring fix for 6.10-rc5
2024-06-21 16:12 UTC
[Patch v9 00/10] block atomic writes
2024-06-21 14:41 UTC (33+ messages)
` [Patch v9 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [Patch v9 02/10] block: Generalize chunk_sectors support as boundary support
` [Patch v9 03/10] fs: Initial atomic write support
` [Patch v9 04/10] fs: Add initial atomic write support info to statx
` [Patch v9 05/10] block: Add core atomic write support
` [Patch v9 06/10] block: Add atomic write support for statx
` [Patch v9 07/10] block: Add fops atomic write support
` [Patch v9 08/10] scsi: sd: Atomic "
` [Patch v9 09/10] scsi: scsi_debug: "
` [Patch v9 10/10] nvme: "
[PATCH] io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
2024-06-20 12:52 UTC (5+ messages)
[PATCH v8 00/10] block atomic writes
2024-06-19 16:07 UTC (27+ messages)
` [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
` [PATCH v8 05/10] block: Add core atomic write support
` [PATCH v8 06/10] block: Add atomic write support for statx
` [PATCH v8 07/10] block: Add fops atomic write support
` [PATCH v8 08/10] scsi: sd: Atomic "
` [PATCH v8 09/10] scsi: scsi_debug: "
` [PATCH v8 10/10] nvme: "
[PATCH v5] Subject: io_uring: releasing CPU resources when polling
2024-06-19 15:51 UTC (3+ messages)
[PATCH v2 1/4] net: Split a __sys_bind helper for io_uring
2024-06-19 15:06 UTC (14+ messages)
` [PATCH v2 2/4] net: Split a __sys_listen "
` [PATCH v2 3/4] io_uring: Introduce IORING_OP_BIND
` [PATCH v2 4/4] io_uring: Introduce IORING_OP_LISTEN
[PATCH 0/3] io_uring op probing fixes
2024-06-19 14:58 UTC (9+ messages)
` [PATCH 1/3] io_uring: Fix probe of disabled operations
` [PATCH 2/3] io_uring: Allocate only necessary memory in io_probe
` [PATCH 3/3] io_uring: Don't read userspace data "
` (subset) [PATCH 0/3] io_uring op probing fixes
[PATCHSET v4 0/9] Improve MSG_RING DEFER_TASKRUN performance
2024-06-18 18:48 UTC (6+ messages)
` [PATCH 1/5] io_uring/msg_ring: tighten requirement for remote posting
` [PATCH 2/5] io_uring: add remote task_work execution helper
` [PATCH 3/5] io_uring: add io_add_aux_cqe() helper
` [PATCH 4/5] io_uring/msg_ring: improve handling of target CQE posting
` [PATCH 5/5] io_uring/msg_ring: add an alloc cache for io_kiocb entries
[PATCH for-next] io_uring/advise: support 64-bit lengths
2024-06-18 18:48 UTC
[PATCH for-next 0/3] Misc fixes and cleanups
2024-06-18 18:43 UTC (4+ messages)
` [PATCH 1/3] io_uring: use 'state' consistently
` [PATCH 2/3] io_uring/io-wq: make io_wq_work flags atomic
` [PATCH 3/3] io_uring/rsrc: remove redundant __set_current_state() post schedule()
[PATCH AUTOSEL 6.9 36/44] io_uring: fix possible deadlock in io_register_iowq_max_workers()
2024-06-18 12:35 UTC
[PATCH v4 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
2024-06-18 3:24 UTC (11+ messages)
` [PATCH v4 3/4] io_uring/rsrc: add init and account functions for coalesced imus
` [PATCH v2 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
` [PATCH v4 1/4] io_uring/rsrc: add hugepage buffer coalesce helpers
[PATCH AUTOSEL 6.9 36/44] io_uring: fix possible deadlock in io_register_iowq_max_workers()
2024-06-17 13:19 UTC
[PATCH V3 0/9] io_uring: support sqe group and provide group kbuf
2024-06-17 3:54 UTC (23+ messages)
` [PATCH V3 3/9] io_uring: add helper of io_req_commit_cqe()
` [PATCH V3 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [PATCH V3 5/9] io_uring: support SQE group
` [PATCH V3 7/9] io_uring: support providing sqe group buffer
[PATCH v4 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
2024-06-16 2:54 UTC (3+ messages)
[GIT PULL] io_uring fixes for 6.10-rc4
2024-06-15 0:39 UTC (5+ messages)
[PATCH] io_uring: use 'state' consistently
2024-06-14 16:59 UTC
[PATCH for-next] io_uring/io-wq: make io_wq_work flags atomic
2024-06-14 16:58 UTC
[PATCH] io_uring: fix cancellation overwriting req->flags
2024-06-14 12:14 UTC (2+ messages)
[syzbot] [io-uring?] KMSAN: uninit-value in io_req_cqe_overflow (3)
2024-06-14 2:20 UTC (5+ messages)
[syzbot] [io-uring?] KCSAN: data-race in io_worker_handle_work / io_wq_worker_cancel (3)
2024-06-13 17:18 UTC
[PATCH] io_uring/rsrc: don't lock while !TASK_RUNNING
2024-06-12 19:02 UTC (3+ messages)
[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
2024-06-12 16:44 UTC (18+ messages)
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-06-12 15:55 UTC (2+ messages)
` [f2fs-dev] "
[io-uring] WARNING in io_issue_sqe
2024-06-12 15:46 UTC (3+ messages)
[io-uring] WARNING in __put_task_struct
2024-06-12 13:54 UTC (4+ messages)
[io-uring] WARNING in io_fill_cqe_req_aux
2024-06-12 13:52 UTC (5+ messages)
[io-uring] WARNING in io_rsrc_ref_quiesce
2024-06-12 12:39 UTC (4+ messages)
[GIT PULL] io_uring fixes for 6.10-rc3
2024-06-07 23:51 UTC (2+ messages)
[PATCH v7 0/9] block atomic writes
2024-06-07 6:16 UTC (15+ messages)
` [PATCH v7 2/9] fs: Initial atomic write support
` [PATCH v7 4/9] block: Add core "
[PATCHSET RFC 0/5] Wait on cancelations at release time
2024-06-05 19:39 UTC (10+ messages)
` [PATCH 2/5] io_uring: mark exit side kworkers as task_work capable
` [PATCH 3/5] io_uring: move to using private ring references
[PATCHSET v2 0/7] Improve MSG_RING DEFER_TASKRUN performance
2024-06-05 19:36 UTC (7+ messages)
[PATCHSET v3 0/9] Improve MSG_RING DEFER_TASKRUN performance
2024-06-05 15:50 UTC (4+ messages)
` [PATCH 8/9] io_uring/msg_ring: add basic wakeup batch support
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