messages from 2023-03-24 13:59:18 to 2023-04-05 18:01:25 UTC [more...]
[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 (21+ 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 (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 (7+ 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 (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
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