public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-03-27 09:09:22 to 2023-04-07 19:17:07 UTC [more...]

[PATCHv2 0/5] nvme io_uring_cmd polling enhancements
 2023-04-07 19:16 UTC  (2+ messages)
` [PATCHv2 4/5] nvme: use blk-mq polling for uring commands

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-07 18:51 UTC  (14+ messages)
` [RFC PATCH 1/4] net: wire up support for file_operations->uring_cmd()
` [RFC PATCH 2/4] net: add uring_cmd callback to UDP
` [RFC PATCH 3/4] net: add uring_cmd callback to TCP
` [RFC PATCH 4/4] net: add uring_cmd callback to raw "protocol"
` [PATCH RFC] io_uring: Pass whole sqe to commands

[GIT PULL] io_uring fixes for 6.3-rc6
 2023-04-07 16:48 UTC 

[linux-next:master] BUILD REGRESSION e134c93f788fb93fd6a3ec3af9af850a2048c7e6
 2023-04-07  3:43 UTC 

[PATCH v2 0/8] optimise resheduling due to deferred tw
 2023-04-06 14:23 UTC  (10+ messages)
` [PATCH v2 1/8] io_uring: move pinning out of io_req_local_work_add
` [PATCH v2 2/8] io_uring: optimie local tw add ctx pinning
` [PATCH v2 3/8] io_uring: refactor __io_cq_unlock_post_flush()
` [PATCH v2 4/8] io_uring: add tw add flags
` [PATCH v2 5/8] io_uring: inline llist_add()
` [PATCH v2 6/8] io_uring: reduce scheduling due to tw
` [PATCH v2 7/8] io_uring: refactor __io_cq_unlock_post_flush()
` [PATCH v2 8/8] io_uring: optimise io_req_local_work_add

[PATCH] ublk: read any SQE values upfront
 2023-04-06  2:53 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8417c8f5007bf4567ccffda850a3157c7d905f67
 2023-04-05 18:35 UTC 

[PATCH] io_uring/uring_cmd: assign ioucmd->cmd at async prep time
 2023-04-05 18:00 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6
 2023-04-04 20:47 UTC 

[RFC 00/11] optimise registered buffer/file updates
 2023-04-04 18:26 UTC  (23+ 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

[PATCH liburing 1/1] examples: add rsrc update benchmark
 2023-04-04 15:33 UTC  (2+ messages)

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

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-04-04  7:48 UTC  (29+ 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

[linux-next:master] BUILD REGRESSION 31bd35b66249699343d2416658f57e97314a433a
 2023-04-03 23:22 UTC 

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-04-03 12:24 UTC  (2+ messages)

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

[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  (20+ 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  (11+ messages)

[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  (3+ 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  (5+ messages)

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

[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
 2023-03-27  9:07 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