public inbox for [email protected]
 help / color / mirror / Atom feed
[PATCH next v1 0/2] limit local tw done
 2024-11-22 15:57 UTC  (27+ messages)
` [PATCH next v1 1/2] io_uring: add io_local_work_pending()
` [PATCH next v1 2/2] io_uring: limit local tw done

[syzbot] [io-uring?] WARNING in io_pin_pages
 2024-11-22 15:02 UTC  (2+ messages)

[PATCH] slab: Fix too strict alignment check in create_cache()
 2024-11-22 12:55 UTC  (26+ messages)

[PATCH RFC v6 00/16] fuse: fuse-over-io-uring
 2024-11-21 23:43 UTC  (17+ messages)
` [PATCH RFC v6 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v6 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v6 03/16] fuse: Move request bits
` [PATCH RFC v6 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v6 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v6 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v6 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v6 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v6 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v6 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v6 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v6 12/16] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v6 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v6 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v6 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v6 16/16] fuse: enable fuse-over-io-uring

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

[PATCH v9 00/11] Read/Write with meta/integrity
 2024-11-21 15:45 UTC  (18+ messages)
  ` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support

[syzbot] [io-uring?] KMSAN: uninit-value in io_nop
 2024-11-21 14:16 UTC  (2+ messages)

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

[PATCH 00/11] support kernel allocated regions
 2024-11-21  1:28 UTC  (13+ messages)
` [PATCH 01/11] io_uring: rename ->resize_lock
` [PATCH 02/11] io_uring/rsrc: export io_check_coalesce_buffer
` [PATCH 03/11] io_uring/memmap: add internal region flags
` [PATCH 04/11] io_uring/memmap: flag regions with user pages
` [PATCH 05/11] io_uring/memmap: account memory before pinning
` [PATCH 06/11] io_uring/memmap: reuse io_free_region for failure path
` [PATCH 07/11] io_uring/memmap: optimise single folio regions
` [PATCH 08/11] io_uring/memmap: helper for pinning region pages
` [PATCH 09/11] io_uring/memmap: add IO_REGION_F_SINGLE_REF
` [PATCH 10/11] io_uring/memmap: implement kernel allocated regions
` [PATCH 11/11] io_uring/memmap: implement mmap for regions

[PATCH 1/1] io_uring: prevent reg-wait speculations
 2024-11-21  0:13 UTC  (6+ messages)

[PATCH liburing 0/4] test kernel allocated regions
 2024-11-20 23:39 UTC  (5+ messages)
` [PATCH liburing 1/4] tests/reg-wait: test registering RO memory
` [PATCH liburing 2/4] test/reg-wait: basic test + probing of kernel regions
` [PATCH liburing 3/4] test/reg-wait: add allocation abstraction
` [PATCH liburing 4/4] test/reg-wait: test kernel allocated regions

[PATCH 1/4] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
 2024-11-20 16:53 UTC  (7+ messages)
` [PATCH 2/4] io_uring: use sizeof for io_issue_defs[IORING_OP_URING_CMD].async_size
` [PATCH 3/4] io_uring/cmd: add per-op data to struct io_uring_cmd_data
` [PATCH 4/4] btrfs: don't read from userspace twice in btrfs_uring_encoded_read()

[PATCH] btrfs: add io_uring interface for encoded writes
 2024-11-20 15:50 UTC  (4+ messages)

[PATCH -next] io_uring: add support for fchmod
 2024-11-20 15:14 UTC  (2+ messages)

[PATCH next] io_uring/region: return negative -E2BIG in io_create_region()
 2024-11-20 14:13 UTC  (2+ messages)

support block layer write streams and FDP
 2024-11-20  6:03 UTC  (20+ 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

[syzbot] [io-uring?] WARNING in __io_uring_free
 2024-11-20  2:09 UTC  (2+ messages)

[PATCH] io_uring: add separate freeptr type for slab
 2024-11-20  2:05 UTC 

[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 RFC v5 00/16] fuse: fuse-over-io-uring
 2024-11-19  9:32 UTC  (9+ messages)
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-19  2:03 UTC  (11+ 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)


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