public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-10-23 16:15:30 to 2024-10-29 21:40:50 UTC [more...]

[PATCH v5 00/10] Read/Write with meta/integrity
 2024-10-29 21:40 UTC  (14+ messages)
    ` [PATCH v5 01/10] block: define set of integrity flags to be inherited by cloned bip
    ` [PATCH v5 02/10] block: copy back bounce buffer to user-space correctly in case of split
    ` [PATCH v5 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
    ` [PATCH v5 04/10] fs, iov_iter: define meta io descriptor
    ` [PATCH v5 05/10] fs: introduce IOCB_HAS_METADATA for metadata
    ` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write
    ` [PATCH v5 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
    ` [PATCH v5 08/10] nvme: add support for passing on the application tag
    ` [PATCH v5 09/10] scsi: add support for user-meta interface
    ` [PATCH v5 10/10] block: add support to pass user meta buffer

[PATCH v4 0/5] btrfs: io_uring interface for encoded reads
 2024-10-29 21:29 UTC  (2+ messages)

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-29 21:26 UTC  (17+ messages)
` [PATCH V8 1/7] io_uring: add io_link_req() helper
` [PATCH V8 2/7] io_uring: add io_submit_fail_link() helper
` [PATCH V8 3/7] io_uring: add helper of io_req_commit_cqe()
` [PATCH V8 4/7] io_uring: support SQE group
` [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
` [PATCH V8 6/7] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V8 7/7] ublk: support leasing io "

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-10-29 17:25 UTC  (21+ messages)
` [PATCHv10 1/9] block: use generic u16 for write hints
` [PATCHv10 2/9] block: introduce max_write_hints queue limit
` [PATCHv10 3/9] statx: add write hint information
` [PATCHv10 4/9] block: allow ability to limit partition write hints
` [PATCHv10 5/9] block, fs: add write hint to kiocb
` [PATCHv10 6/9] io_uring: enable per-io hinting capability
` [PATCHv10 7/9] block: export placement hint feature
` [PATCHv10 8/9] nvme: enable FDP support
` [PATCHv10 9/9] scsi: set permanent stream count in block limits

[PATCH v6 00/15] io_uring zero copy rx
 2024-10-29 16:35 UTC  (10+ messages)
` [PATCH v6 02/15] net: generalise net_iov chunk owners

[PATCHSET v3 0/14] Rewrite rsrc node handling
 2024-10-29 15:16 UTC  (15+ messages)
` [PATCH 01/14] io_uring/nop: add support for testing registered files and buffers
` [PATCH 02/14] io_uring/rsrc: move struct io_fixed_file to rsrc.h header
` [PATCH 03/14] io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
` [PATCH 04/14] io_uring/splice: open code 2nd direct file assignment
` [PATCH 05/14] io_uring/rsrc: kill io_charge_rsrc_node()
` [PATCH 06/14] io_uring/rsrc: get rid of per-ring io_rsrc_node list
` [PATCH 07/14] io_uring/rsrc: get rid of io_rsrc_node allocation cache
` [PATCH 08/14] io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
` [PATCH 09/14] io_uring: only initialize io_kiocb rsrc_nodes when needed
` [PATCH 10/14] io_uring/rsrc: unify file and buffer resource tables
` [PATCH 11/14] io_uring/rsrc: add io_rsrc_node_lookup() helper
` [PATCH 12/14] io_uring/filetable: remove io_file_from_index() helper
` [PATCH 13/14] io_uring/filetable: kill io_reset_alloc_hint() helper
` [PATCH 14/14] io_uring/rsrc: add io_reset_rsrc_node() helper

[PATCHv9 0/7] write hints with nvme fdp, scsi streams
 2024-10-29 12:46 UTC  (24+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 2/7] block: introduce max_write_hints queue limit
` [PATCHv9 3/7] block: allow ability to limit partition write hints
` [PATCHv9 4/7] block, fs: add write hint to kiocb
` [PATCHv9 5/7] io_uring: enable per-io hinting capability
` [PATCHv9 6/7] nvme: enable FDP support
` [PATCHv9 7/7] scsi: set permanent stream count in block limits

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-29  2:24 UTC  (8+ messages)
  ` [PATCH v4 04/11] block: define meta io descriptor
  ` [PATCH v4 11/11] scsi: add support for user-meta interface

[PATCH] io_uring/sqpoll: wait on sqd->wait for thread parking
 2024-10-28 19:21 UTC 

[PATCHSET v2 RFC 0/13] Rewrite rsrc node handling
 2024-10-28 14:52 UTC  (14+ messages)
` [PATCH 01/13] io_uring/nop: add support for testing registered files and buffers
` [PATCH 02/13] io_uring/rsrc: move struct io_fixed_file to rsrc.h header
` [PATCH 03/13] io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
` [PATCH 04/13] io_uring/splice: open code 2nd direct file assignment
` [PATCH 05/13] io_uring/rsrc: kill io_charge_rsrc_node()
` [PATCH 06/13] io_uring/rsrc: get rid of per-ring io_rsrc_node list
` [PATCH 07/13] io_uring/rsrc: get rid of io_rsrc_node allocation cache
` [PATCH 08/13] io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
` [PATCH 09/13] io_uring: only initialize io_kiocb rsrc_nodes when needed
` [PATCH 10/13] io_uring/rsrc: unify file and buffer resource tables
` [PATCH 11/13] io_uring/rsrc: use io_rsrc_node_lookup() consistently
` [PATCH 12/13] io_uring/filetable: remove io_file_from_index() helper
` [PATCH 13/13] io_uring/filetable: kill io_reset_alloc_hint() helper

[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (4)
 2024-10-27  0:07 UTC  (4+ messages)

[PATCHSET RFC 0/7] Rewrite rsrc node handling
 2024-10-26 22:08 UTC  (8+ messages)
` [PATCH 1/7] io_uring/rsrc: move strct io_fixed_file to rsrc.h header
` [PATCH 2/7] io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
` [PATCH 3/7] io_uring/rsrc: get rid of per-ring io_rsrc_node list
` [PATCH 4/7] io_uring/rsrc: get rid of io_rsrc_node allocation cache
` [PATCH 5/7] io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
` [PATCH 6/7] io_uring: only initialize io_kiocb rsrc_nodes when needed
` [PATCH 7/7] io_uring/rsrc: unify file and buffer resource tables

[PATCHSET v3 0/3] Add support for registered waits
 2024-10-25 14:13 UTC  (4+ messages)
` [PATCH 1/3] io_uring: switch struct ext_arg from __kernel_timespec to timespec64
` [PATCH 2/3] io_uring: change io_get_ext_arg() to use uaccess begin + end
` [PATCH 3/3] io_uring: add support for fixed wait regions

[PATCHSET v4 0/4] Add support for ring resizing
 2024-10-25 14:02 UTC  (5+ messages)
` [PATCH 1/4] io_uring: move max entry definition and ring sizing into header
` [PATCH 2/4] io_uring: abstract out a bit of the ring filling logic
` [PATCH 3/4] io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
` [PATCH 4/4] io_uring/register: add IORING_REGISTER_RESIZE_RINGS

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-25 12:20 UTC  (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints

[PATCH V8] io_uring: releasing CPU resources when polling
 2024-10-25  6:10 UTC  (8+ messages)
  ` Re: [PATCH v8] "
    `  "

[PATCH v2 RESEND] io_uring/fdinfo: add timeout_list to fdinfo
 2024-10-24 23:25 UTC  (5+ messages)

[PATCH 0/4] implement vectored registered buffers for sendzc
 2024-10-24 22:51 UTC  (13+ messages)

[PATCHSET RFC 0/7] Add support for provided registered buffers
 2024-10-24 22:46 UTC  (24+ messages)
` [PATCH 2/7] io_uring/kbuf: change io_provided_buffers_select() calling convention
` [PATCH 4/7] io_uring/net: move send zc fixed buffer import into helper
` [PATCH 5/7] io_uring: add ability for provided buffer to index registered buffers
` [PATCH 6/7] io_uring/kbuf: add support for mapping type KBUF_MODE_BVEC
` [PATCH 7/7] io_uring/net: add provided buffer and bundle support to send zc

[PATCHSET v3 0/4] Add support for ring resizing
 2024-10-24 22:00 UTC  (14+ messages)
` [PATCH 1/4] io_uring: move max entry definition and ring sizing into header
` [PATCH 2/4] io_uring: abstract out a bit of the ring filling logic
` [PATCH 3/4] io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
` [PATCH 4/4] io_uring/register: add IORING_REGISTER_RESIZE_RINGS

[PATCHSET RFC 0/3] Add support for ring resizing
 2024-10-24 16:05 UTC  (3+ messages)

[PATCH V7 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-24  6:32 UTC  (4+ messages)
` [PATCH V7 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF


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