messages from 2024-11-02 07:31:51 to 2024-11-07 17:04:39 UTC [more...]
[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
2024-11-07 17:04 UTC (9+ messages)
` [PATCH RFC v5 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v5 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v5 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v5 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v5 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v5 12/16] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v5 16/16] fuse: enable fuse-over-io-uring
[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
2024-11-07 16:11 UTC (14+ messages)
` [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task
[PATCH v8 00/10] Read/Write with meta/integrity
2024-11-07 11:44 UTC (16+ messages)
` [PATCH v8 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v8 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v8 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v8 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v8 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v8 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v8 08/10] nvme: add support for passing on the application tag
` [PATCH v8 09/10] scsi: add support for user-meta interface
` [PATCH v8 10/10] block: add support to pass user meta buffer
[PATCH V10 0/12] io_uring: support group buffer & ublk zc
2024-11-07 11:01 UTC (13+ messages)
` [PATCH V10 01/12] io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
` [PATCH V10 02/12] io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
` [PATCH V10 03/12] io_uring/rsrc: add & apply io_req_assign_buf_node()
` [PATCH V10 04/12] io_uring/rsrc: prepare for supporting external 'io_rsrc_node'
` [PATCH V10 05/12] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [PATCH V10 06/12] io_uring: rename io_mapped_buf->ubuf as io_mapped_buf->addr
` [PATCH V10 07/12] io_uring: shrink io_mapped_buf
` [PATCH V10 08/12] io_uring: reuse io_mapped_buf for kernel buffer
` [PATCH V10 09/12] io_uring: add callback to 'io_mapped_buffer' for giving back "
` [PATCH V10 10/12] io_uring: support leased group buffer with REQ_F_GROUP_BUF
` [PATCH V10 11/12] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V10 12/12] ublk: support leasing io "
[PATCH V9 0/7] io_uring: support group buffer & ublk zc
2024-11-07 2:16 UTC (16+ messages)
` [PATCH V9 1/7] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [PATCH V9 2/7] io_uring: rename ubuf of io_mapped_buf as start
` [PATCH V9 3/7] io_uring: shrink io_mapped_buf
` [PATCH V9 4/7] io_uring: reuse io_mapped_buf for kernel buffer
` [PATCH V9 5/7] io_uring: support leased group buffer with REQ_F_GROUP_BUF
` [PATCH V9 6/7] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V9 7/7] ublk: support leasing io "
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-07 2:09 UTC (5+ messages)
` [PATCHv10 6/9] io_uring: enable per-io hinting capability
[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
2024-11-06 20:32 UTC (2+ messages)
[PATCH] io_uring/cmd: let cmds to know about dying task
2024-11-06 19:04 UTC (5+ messages)
FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.10-stable tree
2024-11-06 14:53 UTC (2+ messages)
[PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait`
2024-11-06 14:53 UTC (3+ messages)
` [PATCH liburing v1 2/2] .gitignore: Add compilation database file and directory
FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.15-stable tree
2024-11-06 14:45 UTC (2+ messages)
[PATCHv10 9/9] scsi: set permanent stream count in block limits
2024-11-06 14:26 UTC (12+ messages)
PROBLEM: io_uring hang causing uninterruptible sleep state on 6.6.59
2024-11-06 14:11 UTC (11+ messages)
` Stable backport (was "Re: PROBLEM: io_uring hang causing uninterruptible sleep state on 6.6.59")
[PATCH v7 00/10] Read/Write with meta/integrity
2024-11-06 6:12 UTC (26+ messages)
` [PATCH v7 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v7 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v7 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v7 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v7 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v7 08/10] nvme: add support for passing on the application tag
` [PATCH v7 09/10] scsi: add support for user-meta interface
` [PATCH v7 10/10] block: add support to pass user meta buffer
[PATCH v7 00/15] io_uring zero copy rx
2024-11-06 1:08 UTC (25+ messages)
` [PATCH v7 03/15] net: page_pool: create hooks for custom page providers
` [PATCH v7 04/15] net: prepare for non devmem TCP memory providers
` [PATCH v7 06/15] net: page pool: add helper creating area from pages
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v7 12/15] io_uring/zcrx: add io_recvzc request
[PATCH 1/1] io_uring: avoid normal tw intermediate fallback
2024-11-05 12:53 UTC (2+ messages)
[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
2024-11-05 3:37 UTC (18+ messages)
` [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
[syzbot] [io-uring?] [usb?] WARNING in io_get_cqe_overflow (2)
2024-11-05 1:20 UTC (11+ messages)
[PATCH v1 00/15] io_uring zero copy rx
2024-11-04 21:27 UTC (14+ messages)
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback
[PATCH v4 0/6] napi tracking strategy
2024-11-04 17:52 UTC (3+ messages)
[PATCHSET 0/3] Move io_kiocb from task_struct to io_uring_task
2024-11-04 16:43 UTC (17+ messages)
` [PATCH 1/3] io_uring: move cancelations to be io_uring_task based
` [PATCH 2/3] io_uring: remove task ref helpers
` [PATCH 3/3] io_uring: move struct io_kiocb from task_struct to io_uring_task
[PATCH v9 1/1] io_uring: releasing CPU resources when polling
2024-11-04 16:21 UTC (3+ messages)
` "
[PATCH] io_uring: prevent speculating sq_array indexing
2024-11-04 16:19 UTC (2+ messages)
[PATCH] io_uring/rsrc: fix null ptr dereference in io_sqe_buffer_register
2024-11-04 3:58 UTC (2+ messages)
[PATCH 1/2] io_uring/cmd: let cmds to know about dying task
2024-11-04 0:13 UTC (3+ messages)
[RFC][PATCHES] xattr stuff and interactions with io_uring
2024-11-03 18:32 UTC (19+ messages)
` [RFC][PATCHES v2] "
` [PATCH v2 01/13] teach filename_lookup() to treat NULL filename as ""
` [PATCH v2 03/13] io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE
` [PATCH v2 04/13] io_[gs]etxattr_prep(): just use getname()
` [PATCH v2 05/13] xattr: switch to CLASS(fd)
` [PATCH v2 06/13] fs: rename struct xattr_ctx to kernel_xattr_ctx
` [PATCH v2 07/13] new helper: import_xattr_name()
` [PATCH v2 08/13] replace do_setxattr() with saner helpers
` [PATCH v2 09/13] replace do_getxattr() "
` [PATCH v2 10/13] new helpers: file_listxattr(), filename_listxattr()
` [PATCH v2 11/13] new helpers: file_removexattr(), filename_removexattr()
` [PATCH v2 12/13] fs/xattr: add *at family syscalls
` [PATCH v2 13/13] xattr: remove redundant check on variable err
[PATCHSET 0/2] io_rsrc_node cleanups
2024-11-03 18:03 UTC (2+ messages)
[syzbot] [io-uring?] general protection fault in io_sqe_buffer_register
2024-11-03 8:00 UTC (2+ messages)
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