public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-11-07 17:23:33 to 2024-11-15 21:33:26 UTC [more...]

[PATCH liburing 0/8] update reg-wait to use region API
 2024-11-15 21:33 UTC  (7+ messages)
` [PATCH liburing 1/8] queue: break reg wait setup
` [PATCH liburing 2/8] Update io_uring.h
` [PATCH liburing 3/8] queue: add region helpers and fix up wait reg kernel api
` [PATCH liburing 4/8] examples: convert reg-wait to new api
` [PATCH liburing 5/8] tests: convert reg-wait to regions
` [PATCH liburing 6/8] tests: add region testing

don't reorder requests passed to ->queue_rqs
 2024-11-15 19:38 UTC  (24+ messages)
` [PATCH 1/6] nvme-pci: reverse request order in nvme_queue_rqs
` [PATCH 2/6] virtio_blk: reverse request order in virtio_queue_rqs
` [PATCH 3/6] block: remove rq_list_move
` [PATCH 4/6] block: add a rq_list type
` [PATCH 5/6] block: don't reorder requests in blk_add_rq_to_plug
` [PATCH 6/6] block: don't reorder requests in blk_mq_add_to_batch

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

[PATCH v3 0/6] regions, param pre-mapping and reg waits extension
 2024-11-15 17:31 UTC  (9+ messages)
` [PATCH v3 1/6] io_uring: fortify io_pin_pages with a warning
` [PATCH v3 2/6] io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
` [PATCH v3 3/6] io_uring: temporarily disable registered waits
` [PATCH v3 4/6] io_uring: introduce concept of memory regions
` [PATCH v3 5/6] io_uring: add memory region registration
` [PATCH v3 6/6] io_uring: restore back registered wait arguments

[PATCH] btrfs: add io_uring interface for encoded writes
 2024-11-15 17:29 UTC  (5+ messages)

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-15 16:53 UTC  (23+ 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 0/6] regions, param pre-mapping and reg waits extension
 2024-11-15 15:54 UTC  (9+ messages)
` [PATCH 1/6] io_uring: fortify io_pin_pages with a warning
` [PATCH 2/6] io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
` [PATCH 3/6] io_uring: temporarily disable registered waits
` [PATCH 4/6] io_uring: introduce memory regions
` [PATCH 5/6] io_uring: add parameter region registration
` [PATCH 6/6] io_uring: enable IORING_ENTER_EXT_ARG_REG back

[PATCH] switch io_msg_ring() to CLASS(fd)
 2024-11-15 15:43 UTC  (2+ messages)

[PATCH liburing v2] test: add test cases for hybrid iopoll
 2024-11-15 15:40 UTC  (4+ messages)
      ` Re: [PATCH liburing] "
        `  "

[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-15  0:49 UTC  (14+ messages)
` [PATCH RFC v5 02/16] fuse: Move fuse_get_dev to header file
` [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 11/16] fuse: {uring} Add a ring queue and send method
` [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 v7 00/15] io_uring zero copy rx
 2024-11-15  0:43 UTC  (18+ messages)
` [PATCH v7 04/15] net: prepare for non devmem TCP memory providers
` [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 v2 0/6] regions, param pre-mapping and reg waits extension
 2024-11-14 17:38 UTC  (7+ messages)
` [PATCH v2 1/6] io_uring: fortify io_pin_pages with a warning
` [PATCH v2 2/6] io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
` [PATCH v2 3/6] io_uring: temporarily disable registered waits
` [PATCH v2 4/6] io_uring: introduce concept of memory regions
` [PATCH v2 5/6] io_uring: add memory region registration
` [PATCH v2 6/6] io_uring: restore back registered wait arguments

[PATCH V10 0/12] io_uring: support group buffer & ublk zc
 2024-11-13 14:56 UTC  (10+ messages)
` [PATCH V10 11/12] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` (subset) [PATCH V10 0/12] io_uring: support group buffer & ublk zc

[PATCH 1/1] io_uring: fix invalid hybrid polling ctx leaks
 2024-11-13 14:39 UTC  (3+ messages)

[RFC 0/3] Add BPF for io_uring
 2024-11-13 13:09 UTC  (8+ 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 "

[syzbot] [io-uring?] KCSAN: data-race in __se_sys_io_uring_register / io_sqe_files_register (3)
 2024-11-13 11:42 UTC  (2+ messages)

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

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-12 13:52 UTC  (20+ messages)

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

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


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