public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-11-04 21:14:03 to 2024-11-13 08:11:20 UTC [more...]

[PATCH liburing] test: add test cases for hybrid iopoll
 2024-11-13  6:27 UTC  (7+ messages)
        `  "

[PATCH 1/1] io_uring: fix invalid hybrid polling ctx leaks
 2024-11-13  5:19 UTC  (2+ messages)

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-13  4:47 UTC  (18+ messages)
` [PATCHv11 1/9] block: use generic u16 for write hints
` [PATCHv11 2/9] block: introduce max_write_hints queue limit
` [PATCHv11 3/9] statx: add write hint information
` [PATCHv11 4/9] block: allow ability to limit partition write hints
` [PATCHv11 5/9] block, fs: add write hint to kiocb
` [PATCHv11 6/9] io_uring: enable per-io hinting capability
` [PATCHv11 7/9] block: export placement hint feature
        ` [EXT] Re: [PATCHv11 0/9] write hints with nvme fdp and scsi streams

[PATCH] btrfs: add io_uring interface for encoded writes
 2024-11-12 21:19 UTC  (4+ messages)

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-12 13:52 UTC  (23+ messages)
` [PATCHv10 6/9] io_uring: enable per-io hinting capability

[PATCH v8 00/10] Read/Write with meta/integrity
 2024-11-12  6:51 UTC  (18+ 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 v6 00/10] Read/Write with metadata/integrity
 2024-11-12  1:32 UTC  (10+ messages)
  ` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write

[PATCH V10 0/12] io_uring: support group buffer & ublk zc
 2024-11-12  0:53 UTC  (19+ 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 "
` (subset) [PATCH V10 0/12] io_uring: support group buffer & ublk zc

[PATCH v7 00/15] io_uring zero copy rx
 2024-11-11 22:02 UTC  (27+ 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] io_uring/uring_cmd: fix buffer index retrieval
 2024-11-11 15:13 UTC  (5+ messages)

[bug report] fio failed with --fixedbufs
 2024-11-11  8:16 UTC  (3+ messages)

[RFC 0/3] Add BPF for io_uring
 2024-11-11  1:50 UTC  (4+ messages)
` [RFC 1/3] bpf/io_uring: add io_uring program type
` [RFC 2/3] io_uring/bpf: allow to register and run BPF programs
` [RFC 3/3] io_uring/bpf: add kfuncs for "

[RFC 0/3] request parameter set api and wait termination tuning
 2024-11-10 14:56 UTC  (4+ messages)
` [RFC 1/3] io_uring: introduce request parameter sets
` [RFC 2/3] io_uring: add support for ignoring inline completions for waits
` [RFC 3/3] io_uring: allow waiting loop to ignore some CQEs

Potiential nullptr derefence in io_do_iopoll
 2024-11-10 13:31 UTC  (2+ messages)

FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.15-stable tree
 2024-11-09 11:55 UTC  (3+ messages)

[PATCH v5 00/10] Read/Write with meta/integrity
 2024-11-08  7:12 UTC  (5+ messages)
  ` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write

[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-07 17:04 UTC  (17+ messages)
` [PATCH RFC v5 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v5 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v5 03/16] fuse: Move request bits
` [PATCH RFC v5 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v5 06/16] fuse: {uring} Handle SQEs - register commands
` [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 11/16] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v5 12/16] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v5 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v5 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [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 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 "

[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

[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  (7+ 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  (19+ messages)
  ` [PATCH v7 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
  ` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split

[PATCH 1/1] io_uring: avoid normal tw intermediate fallback
 2024-11-05 12:53 UTC  (2+ messages)

[PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
 2024-11-05  3:37 UTC  (11+ messages)

[syzbot] [io-uring?] [usb?] WARNING in io_get_cqe_overflow (2)
 2024-11-05  1:20 UTC  (10+ 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


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