io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 18:12:42 to 2023-04-03 09:23:51 UTC [more...]

[PATCH V5 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-04-03  9:22 UTC  (24+ messages)
` [PATCH V5 01/16] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V5 02/16] io_uring: add IORING_OP_FUSED_CMD
` [PATCH V5 03/16] io_uring: support normal SQE for fused command
` [PATCH V5 04/16] io_uring: support OP_READ/OP_WRITE for fused secondary request
` [PATCH V5 05/16] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V5 06/16] block: ublk_drv: add common exit handling
` [PATCH V5 07/16] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V5 08/16] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V5 09/16] block: ublk_drv: clean up several helpers
` [PATCH V5 10/16] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V5 11/16] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V5 12/16] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V5 13/16] block: ublk_drv: support to copy any part of request pages
` [PATCH V5 14/16] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V5 15/16] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V5 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-04-03  1:24 UTC  (27+ messages)
` [PATCH V6 01/17] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V6 02/17] io_uring: use ctx->cached_sq_head to calculate left sqes
` [PATCH V6 03/17] io_uring: add generic IORING_OP_FUSED_CMD
` [PATCH V6 04/17] io_uring: support providing buffer by IORING_OP_FUSED_CMD
` [PATCH V6 05/17] io_uring: support OP_READ/OP_WRITE for fused secondary request
` [PATCH V6 06/17] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V6 07/17] block: ublk_drv: add common exit handling
` [PATCH V6 08/17] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V6 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V6 10/17] block: ublk_drv: clean up several helpers
` [PATCH V6 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V6 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V6 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V6 14/17] block: ublk_drv: support to copy any part of request pages
` [PATCH V6 15/17] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V6 16/17] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V6 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "
` (subset) [PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD

[PATCH liburing] test/read-write: add test for CQE res when removing buffers
 2023-04-01 23:20 UTC  (2+ messages)

[PATCH 0/2] fixes for removing provided buffers
 2023-04-01 23:20 UTC  (5+ messages)
` [PATCH 1/2] io_uring: fix return value when "
` [PATCH 2/2] io_uring: fix memory leak "

[RFC 00/11] optimise registered buffer/file updates
 2023-04-01  0:04 UTC  (18+ messages)
` [PATCH 01/11] io_uring/rsrc: use non-pcpu refcounts for nodes
` [PATCH 02/11] io_uring/rsrc: keep cached refs per node
` [PATCH 03/11] io_uring: don't put nodes under spinlocks
` [PATCH 04/11] io_uring: io_free_req() via tw
` [PATCH 05/11] io_uring/rsrc: protect node refs with uring_lock
` [PATCH 06/11] io_uring/rsrc: kill rsrc_ref_lock
` [PATCH 07/11] io_uring/rsrc: rename rsrc_list
` [PATCH 08/11] io_uring/rsrc: optimise io_rsrc_put allocation
` [PATCH 09/11] io_uring/rsrc: don't offload node free
` [PATCH 10/11] io_uring/rsrc: cache struct io_rsrc_node
` [PATCH 11/11] io_uring/rsrc: add lockdep sanity checks

[GIT PULL] io_uring fixes for 6.3-rc5
 2023-03-31 20:00 UTC  (2+ messages)

[PATCHSET 0/3] Misc cleanups
 2023-03-30 16:33 UTC  (4+ messages)
` [PATCH 1/3] io_uring: rename trace_io_uring_submit_sqe() tracepoint
` [PATCH 2/3] io_uring: cap io_sqring_entries() at SQ ring size
` [PATCH 3/3] io_uring: get rid of io_preinit_req()

[linux-next:master] BUILD REGRESSION a6d9e3034536ba4b68ac34490c02267e6eec9c05
 2023-03-30 16:13 UTC 

[PATCH 1/1] io_uring: fix poll/netmsg alloc caches
 2023-03-30 12:54 UTC  (2+ messages)

[PATCH 1/1] io_uring/rsrc: fix rogue rsrc node grabbing
 2023-03-29 15:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 198925fae644b0099b66fac1d972721e6e563b17
 2023-03-29 15:21 UTC 

[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-29 11:55 UTC  (22+ messages)

[linux-next:master] BUILD REGRESSION a6faf7ea9fcb7267d06116d4188947f26e00e57e
 2023-03-28 18:34 UTC 

[PATCH] io_uring/poll: clear single/double poll flags on poll arming
 2023-03-28 15:03 UTC  (3+ messages)

[PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-28  6:32 UTC  (28+ messages)
  ` [PATCH V4 01/17] io_uring: increase io_kiocb->flags into 64bit
  ` [PATCH V4 02/17] io_uring: add IORING_OP_FUSED_CMD
  ` [PATCH V4 03/17] io_uring: support normal SQE for fused command
  ` [PATCH V4 04/17] io_uring: support OP_READ/OP_WRITE for fused slave request
  ` [PATCH V4 05/17] io_uring: support OP_SEND_ZC/OP_RECV "
  ` [PATCH V4 06/17] block: ublk_drv: mark device as LIVE before adding disk
  ` [PATCH V4 07/17] block: ublk_drv: add common exit handling
  ` [PATCH V4 08/17] block: ublk_drv: don't consider flush request in map/unmap io
  ` [PATCH V4 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
  ` [PATCH V4 10/17] block: ublk_drv: clean up several helpers
  ` [PATCH V4 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
  ` [PATCH V4 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
  ` [PATCH V4 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
  ` [PATCH V4 14/17] block: ublk_drv: support to copy any part of request pages
  ` [PATCH V4 15/17] block: ublk_drv: add read()/write() support for ublk char device
  ` [PATCH V4 16/17] block: ublk_drv: don't check buffer in case of zero copy
  ` [PATCH V4 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

[syzbot] Monthly io-uring report
 2023-03-27 20:21 UTC  (10+ messages)

[PATCH 0/2] introduce tw state
 2023-03-27 19:15 UTC  (4+ messages)
` [PATCH 1/2] io_uring: remove extra tw trylocks
` [PATCH 2/2] io_uring: encapsulate task_work state

[PATCH 1/1] io_uring: kill unused notif declarations
 2023-03-27 19:15 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 011eb7443621f49ca1e8cdf9c74c215f25019118
 2023-03-27 14:30 UTC 

[PATCH 06/13] fuse: Add an interval ring stop worker/monitor
 2023-03-27 14:02 UTC  (4+ messages)

[PATCH] io_uring: add support for multishot timeouts
 2023-03-27 12:09 UTC  (2+ messages)

[PATCH] io_uring/rw: transform single vector readv/writev into ubuf
 2023-03-27 11:45 UTC  (7+ messages)

[PATCH] io_uring/uring_cmd: push IRQ based completions through task_work
 2023-03-27 11:16 UTC  (11+ messages)

[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
 2023-03-27  9:07 UTC  (6+ messages)

[GIT PULL] io_uring fixes for 6.3-rc4
 2023-03-24 21:21 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING e5dbf24e8b9e6aa0a185d86ce46a7a9c79ebb40f
 2023-03-24 17:24 UTC 

[PATCH] liburing: add multishot timeout support
 2023-03-23 23:36 UTC 

[PATCH 0/2] io-wq: cleanup io_wq and io_wqe
 2023-03-23 19:31 UTC  (5+ messages)
` [PATCH 1/2] io-wq: Move wq accounting to io_wq
` [PATCH 2/2] io-wq: Drop struct io_wqe

[PATCH] io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
 2023-03-21 19:57 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION f3594f0204b756638267242e26d9de611435c3ba
 2023-03-21 16:00 UTC 

[PATCH] block/io_uring: pass in issue_flags for uring_cmd task_work handling
 2023-03-21 13:38 UTC  (2+ messages)

[PATCHv2] blk-mq: remove hybrid polling
 2023-03-20 20:59 UTC  (4+ messages)

[PATCH] io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
 2023-03-20 19:46 UTC 

[PATCH] blk-mq: remove hybrid polling
 2023-03-20 18:06 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).