public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-05-29 02:08:32 to 2024-06-12 14:56:49 UTC [more...]

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-12 14:56 UTC  (41+ messages)
` [PATCH RFC v2 19/19] fuse: {uring} Optimize async sends
        ` [PATCH] fs: sys_ringbuffer() (WIP)

[io-uring] WARNING in io_issue_sqe
 2024-06-12 14:29 UTC 

[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)

[PATCH] io_uring/rsrc: don't lock while !TASK_RUNNING
 2024-06-12 13:46 UTC  (2+ messages)

[io-uring] WARNING in io_rsrc_ref_quiesce
 2024-06-12 12:39 UTC  (4+ messages)

[PATCH V3 0/9] io_uring: support sqe group and provide group kbuf
 2024-06-12  0:22 UTC  (17+ 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 v8 00/10] block atomic writes
 2024-06-10 10:43 UTC  (11+ 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: "

[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  (23+ messages)
` [PATCH v7 1/9] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v7 2/9] fs: Initial atomic write support
` [PATCH v7 3/9] fs: Add initial atomic write support info to statx
` [PATCH v7 4/9] block: Add core atomic write support
` [PATCH v7 5/9] block: Add atomic write support for statx
` [PATCH v7 6/9] block: Add fops atomic write support
` [PATCH v7 7/9] scsi: sd: Atomic "
` [PATCH v7 8/9] scsi: scsi_debug: "
` [PATCH v7 9/9] nvme: "

[PATCHSET RFC 0/5] Wait on cancelations at release time
 2024-06-05 19:39 UTC  (13+ messages)
` [PATCH 1/5] fs: gate final fput task_work on PF_NO_TASKWORK
` [PATCH 2/5] io_uring: mark exit side kworkers as task_work capable
` [PATCH 3/5] io_uring: move to using private ring references
` [PATCH 4/5] io_uring: consider ring dead once the ref is marked dying
` [PATCH 5/5] io_uring: wait for cancelations on final ring put

[PATCHSET v2 0/7] Improve MSG_RING DEFER_TASKRUN performance
 2024-06-05 19:36 UTC  (15+ messages)
` [PATCH 1/7] io_uring/msg_ring: split fd installing into a helper
` [PATCH 2/7] io_uring/msg_ring: tighten requirement for remote posting
` [PATCH 3/7] io_uring/msg_ring: avoid double indirection task_work for data messages
` [PATCH 4/7] io_uring/msg_ring: avoid double indirection task_work for fd passing
` [PATCH 5/7] io_uring/msg_ring: add an alloc cache for CQE entries
` [PATCH 6/7] io_uring/msg_ring: remove callback_head from struct io_msg
` [PATCH 7/7] io_uring/msg_ring: remove non-remote message passing

[PATCHSET v3 0/9] Improve MSG_RING DEFER_TASKRUN performance
 2024-06-05 15:50 UTC  (12+ messages)
` [PATCH 1/9] io_uring/msg_ring: tighten requirement for remote posting
` [PATCH 2/9] io_uring: keep track of overflow entry count
` [PATCH 3/9] io_uring: abstract out helpers for DEFER_TASKRUN wakeup batching
` [PATCH 4/9] io_uring/msg_ring: avoid double indirection task_work for data messages
` [PATCH 5/9] io_uring/msg_ring: avoid double indirection task_work for fd passing
` [PATCH 6/9] io_uring/msg_ring: add an alloc cache for CQE entries
` [PATCH 7/9] io_uring/msg_ring: remove callback_head from struct io_msg
` [PATCH 8/9] io_uring/msg_ring: add basic wakeup batch support
` [PATCH 9/9] io_uring/msg_ring: remove non-remote message passing

madvise/fadvise 32-bit length
 2024-06-05  5:25 UTC  (10+ messages)

[PATCH] io_uring: fix possible deadlock in io_register_iowq_max_workers()
 2024-06-04 13:38 UTC  (2+ messages)

[PATCH] io_uring/io-wq: avoid garbge value of 'match' in io_wq_enqueue()
 2024-06-04 13:38 UTC  (2+ messages)

[PATCH v2] io_uring/napi: fix timeout calculation
 2024-06-04 13:35 UTC 

[PATCH v4 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-06-04 13:33 UTC  (3+ messages)

[RFC liburing 0/5] IORING_OP_BIND/LISTEN support
 2024-06-04  0:04 UTC  (6+ messages)
` [PATCH liburing 1/5] liburing: Add helper to prepare IORING_OP_BIND command
` [PATCH liburing 2/5] liburing: Add helper to prepare IORING_OP_LISTEN command
` [PATCH liburing 3/5] tests: Add test for bind/listen commands
` [PATCH liburing 4/5] man/io_uring_prep_bind.3: Document the IORING_OP_BIND operation
` [PATCH liburing 5/5] man/io_uring_prep_listen.3: Document IORING_OP_LISTEN operation

[PATCH] io_uring/napi: fix timeout calculation
 2024-06-03 20:01 UTC 

[PATCHSET 0/2] eventfd handling cleanups
 2024-06-03 18:03 UTC  (3+ messages)
` [PATCH 1/2] io_uring/eventfd: move to more idiomatic RCU free usage
` [PATCH 2/2] io_uring/eventfd: move eventfd handling to separate file

[PATCH] io_uring: check for non-NULL file pointer in io_file_can_poll()
 2024-06-01 18:30 UTC 

[GIT PULL] io_uring fixes for 6.10-rc2
 2024-05-31 23:40 UTC  (2+ messages)

[PATCH 0/5] io_uring: support IORING_OP_BIND and IORING_OP_LISTEN
 2024-05-31 23:07 UTC  (13+ messages)
` [PATCH 1/5] io_uring: Fix leak of async data when connect prep fails
` [PATCH 2/5] net: Split a __sys_bind helper for io_uring
` [PATCH 3/5] net: Split a __sys_listen "
` [PATCH 4/5] io_uring: Introduce IORING_OP_BIND
` [PATCH 5/5] io_uring: Introduce IORING_OP_LISTEN

[PATCH liburing v3] test: add test cases for hugepage registered buffers
 2024-05-31  5:20 UTC 

[PATCH liburing v2] test: add test cases for hugepage registered buffers
 2024-05-31  1:41 UTC  (3+ messages)

[syzbot] [io-uring?] KMSAN: uninit-value in io_req_cqe_overflow (2)
 2024-05-30 20:10 UTC  (2+ messages)

[syzbot] [io-uring?] KMSAN: uninit-value in io_issue_sqe
 2024-05-30 20:07 UTC  (2+ messages)

[PATCH] io_uring/net: assign kmsg inq/flags before buffer selection
 2024-05-30 20:05 UTC 

[PATCH] io_uring/rw: Free iovec before cleaning async data
 2024-05-30 14:38 UTC  (2+ messages)

[PATCH] io_uring: don't attempt to mmap larger than what the user asks for
 2024-05-29 15:50 UTC 

[PATCHSET 0/3] Improve MSG_RING SINGLE_ISSUER performance
 2024-05-29  2:43 UTC  (17+ messages)
` [PATCH 2/3] io_uring/msg_ring: avoid double indirection task_work for data messages


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