public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-11-13 11:08:23 to 2024-11-19 19:10:16 UTC [more...]

[PATCHSET v3 0/14] Rewrite rsrc node handling
 2024-11-19 19:10 UTC  (9+ messages)
` [PATCH 03/14] io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache

support block layer write streams and FDP
 2024-11-19 18:24 UTC  (18+ messages)
` [PATCH 01/15] fs: add write stream information to statx
` [PATCH 02/15] fs: add a write stream field to the kiocb
` [PATCH 03/15] io_uring: enable passing a per-io write stream
` [PATCH 04/15] block: don't bother checking the data direction for merges
` [PATCH 05/15] block: req->bio is always set in the merge code
` [PATCH 06/15] block: add a bi_write_stream field
` [PATCH 07/15] block: introduce max_write_streams queue limit
` [PATCH 08/15] block: introduce a write_stream_granularity "
` [PATCH 09/15] block: expose write streams for block device nodes
` [PATCH 10/15] nvme: store the endurance group id in struct nvme_ns_head
` [PATCH 11/15] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCH 12/15] nvme: add a nvme_get_log_lsi helper
` [PATCH 13/15] nvme.h: add FDP definitions
` [PATCH 14/15] nvme: enable FDP support
` [PATCH 15/15] RFC: block: allow write streams on partitions

[PATCH 0/9] Clean up alloc_cache allocations
 2024-11-19 16:18 UTC  (15+ messages)
` [PATCH 1/9] io_uring: Fold allocation into alloc_cache helper
` [PATCH 2/9] io_uring: Add generic helper to allocate async data
` [PATCH 3/9] io_uring/futex: Allocate ifd with generic alloc_cache helper
` [PATCH 4/9] io_uring/poll: Allocate apoll "
` [PATCH 5/9] io_uring/uring_cmd: Allocate async data through generic helper
` [PATCH 6/9] io_uring/net: Allocate msghdr async data through helper
` [PATCH 7/9] io_uring/rw: Allocate "
` [PATCH 8/9] io_uring: Move old async data allocation helper to header
` [PATCH 9/9] io_uring/msg_ring: Drop custom destructor

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-19 12:49 UTC  (31+ 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 RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-19  9:32 UTC  (15+ messages)
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination

[PATCH -next] io_uring: add support for fchmod
 2024-11-19  8:12 UTC 

[PATCHv11 0/9] write hints with nvme fdp and scsi streams
 2024-11-19  7:15 UTC  (14+ messages)
          ` [EXT] "

[syzbot] [io-uring?] WARNING in __io_uring_free
 2024-11-19  4:38 UTC 

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-19  2:03 UTC  (11+ messages)

[PATCH 1/1] io_uring: prevent reg-wait speculations
 2024-11-19  1:59 UTC  (5+ messages)

[GIT PULL] io_uring changes for 6.13-rc1
 2024-11-19  1:10 UTC  (6+ messages)

[PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg
 2024-11-18 16:11 UTC  (2+ messages)

[PATCH 1/1] io_uring: protect register tracing
 2024-11-18 16:11 UTC  (2+ messages)

don't reorder requests passed to ->queue_rqs
 2024-11-18 15:23 UTC  (26+ 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 liburing 0/8] region test fixes + improvements
 2024-11-17 16:03 UTC  (10+ messages)
` [PATCH liburing 1/8] test/reg-wait: fix test_regions
` [PATCH liburing 2/8] test/reg-wait: pass right timeout indexes
` [PATCH liburing 3/8] test/reg-wait: use queried page_size
` [PATCH liburing 4/8] test/reg-wait: skip when R_DISABLED is not supported
` [PATCH liburing 5/8] test/reg-wait: dedup regwait init
` [PATCH liburing 6/8] test/reg-wait: parameterise test_offsets
` [PATCH liburing 7/8] test/reg-wait: add registration helper
` [PATCH liburing 8/8] test/reg-wait: test various sized regions

[PATCH 1/1] io_uring/region: fix error codes after failed vmap
 2024-11-17 16:01 UTC  (2+ messages)

[PATCH liburing 0/8] update reg-wait to use region API
 2024-11-16 17:07 UTC  (10+ 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
` [PATCH liburing 7/8] tests: test arbitrary offset reg waits
` [PATCH liburing 8/8] Remove leftovers of old reg-wait registration api

[PATCH liburing v3] test: add test cases for hybrid iopoll
 2024-11-16 16:39 UTC  (2+ messages)

[PATCH v7 00/15] io_uring zero copy rx
 2024-11-15 23:14 UTC  (14+ 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 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  (3+ messages)

[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 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  (6+ messages)
` (subset) "

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

[RFC 0/3] Add BPF for io_uring
 2024-11-13 13:09 UTC  (6+ messages)
` [RFC 2/3] io_uring/bpf: allow to register and run BPF programs

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


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