public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-10-17 00:59:49 to 2024-10-23 16:15:32 UTC [more...]

[PATCHSET RFC 0/7] Add support for provided registered buffers
 2024-10-23 16:07 UTC  (6+ messages)
` [PATCH 1/7] io_uring/kbuf: mark buf_sel_arg mode as KBUF_MODE_FREE once allocated
` [PATCH 2/7] io_uring/kbuf: change io_provided_buffers_select() calling convention
` [PATCH 3/7] io_uring/net: abstract out io_send_import() helper
` [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

[PATCHSET v2 0/3] Add support for ring resizing
 2024-10-23 15:59 UTC  (4+ messages)
` [PATCH 1/3] io_uring: move max entry definition and ring sizing into header
` [PATCH 2/3] io_uring: abstract out a bit of the ring filling logic
` [PATCH 3/3] io_uring/register: add IORING_REGISTER_RESIZE_RINGS

[PATCHSET v2 0/3] Add support for registered waits
 2024-10-23 15:54 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

[PATCH v6 00/15] io_uring zero copy rx
 2024-10-23 14:34 UTC  (31+ messages)
` [PATCH v6 02/15] net: generalise net_iov chunk owners
` [PATCH v6 08/15] net: add helper executing custom callback from napi
` [PATCH v6 09/15] io_uring/zcrx: add interface queue and refill queue
` [PATCH v6 10/15] io_uring/zcrx: add io_zcrx_area
` [PATCH v6 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v6 12/15] io_uring/zcrx: add io_recvzc request
` [PATCH v6 13/15] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH v6 14/15] io_uring/zcrx: add copy fallback
` [PATCH v6 15/15] io_uring/zcrx: throttle receive requests

[PATCH] io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
 2024-10-23 13:59 UTC 

[PATCH 0/4] implement vectored registered buffers for sendzc
 2024-10-23 13:52 UTC  (6+ messages)
` [PATCH 1/4] io_uring/net: introduce io_kmsg_set_iovec
` [PATCH 2/4] io_uring/net: allow mixed bvec/iovec caching
` [PATCH 3/4] io_uring: vectored registered buffer import
` [PATCH 4/4] io_uring/net: sendzc with vectored fixed buffers

[PATCHSET v3 for-next 0/4] Get rid of io_kiocb->imu
 2024-10-23  2:57 UTC  (7+ messages)
` [PATCH 1/4] io_uring/uring_cmd: get rid of using req->imu
` [PATCH 2/4] io_uring/rw: "
` [PATCH 3/4] io_uring/net: move send zc fixed buffer import to issue path
` [PATCH 4/4] io_uring: kill 'imu' from struct io_kiocb

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-23  1:20 UTC  (41+ messages)
    ` [PATCH v4 02/11] block: copy back bounce buffer to user-space correctly in case of split
    ` [PATCH v4 05/11] fs: introduce IOCB_HAS_METADATA for metadata
    ` [PATCH v4 06/11] block: add flags for integrity meta
    ` [PATCH v4 07/11] io_uring/rw: add support to send meta along with read/write
    ` [PATCH v4 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
    ` [PATCH v4 10/11] nvme: add support for passing on the application tag
    ` [PATCH v4 09/11] block: add support to pass user meta buffer
    ` [PATCH v4 11/11] scsi: add support for user-meta interface
    ` [PATCH v4 04/11] block: define meta io descriptor

[PATCHSET RFC 0/3] Add support for registered waits
 2024-10-23  1:11 UTC  (6+ 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 uaccess begin + end
` [PATCH 3/3] io_uring: add support for fixed wait regions

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2024-10-22 22:10 UTC  (9+ messages)

[PATCH 0/4] send[msg] refactoring
 2024-10-22 15:44 UTC  (6+ messages)
` [PATCH 1/4] io_uring/net: split send and sendmsg prep helpers
` [PATCH 2/4] io_uring/net: don't store send address ptr
` [PATCH 3/4] io_uring/net: don't alias send user pointer reads
` [PATCH 4/4] io_uring/net: clean up io_msg_copy_hdr

[PATCH v4 0/5] btrfs: io_uring interface for encoded reads
 2024-10-22 14:50 UTC  (6+ messages)
` [PATCH 1/5] btrfs: remove pointless addition in btrfs_encoded_read
` [PATCH 2/5] btrfs: change btrfs_encoded_read so that reading of extent is done by caller
` [PATCH 3/5] btrfs: don't sleep in btrfs_encoded_read if IOCB_NOWAIT set
` [PATCH 4/5] btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages
` [PATCH 5/5] btrfs: add io_uring command for encoded reads

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-22 14:40 UTC  (29+ messages)
` [PATCHv8 1/6] block, fs: restore kiocb based write hint processing
` [PATCHv8 2/6] block: use generic u16 for write hints
` [PATCHv8 3/6] block: introduce max_write_hints queue limit
` [PATCHv8 4/6] fs: introduce per-io hint support flag
` [PATCHv8 5/6] io_uring: enable per-io hinting capability
` [PATCHv8 6/6] nvme: enable FDP support

[PATCHSET v2 for-next 0/4] Get rid of io_kiocb->imu
 2024-10-22 13:24 UTC  (10+ messages)
` [PATCH 1/4] io_uring/uring_cmd: get rid of using req->imu
` [PATCH 2/4] io_uring/rw: "
` [PATCH 3/4] io_uring/net: move send zc fixed buffer import to issue path
` [PATCH 4/4] io_uring: kill 'imu' from struct io_kiocb

[PATCH v3 0/5] btrfs: encoded reads via io_uring
 2024-10-22  9:12 UTC  (9+ messages)
` [PATCH 2/5] btrfs: change btrfs_encoded_read_regular_fill_pages to take a callback
` [PATCH 5/5] btrfs: add io_uring command for encoded reads

[PATCHSET RFC 0/3] Add support for ring resizing
 2024-10-22  2:08 UTC  (4+ messages)
` [PATCH 1/3] io_uring: move max entry definition and ring sizing into header
` [PATCH 2/3] io_uring: abstract out a bit of the ring filling logic
` [PATCH 3/3] io_uring/register: add IORING_REGISTER_RESIZE_RINGS

[PATCH for-next] nvme: use helpers to access io_uring cmd space
 2024-10-21 16:04 UTC  (7+ messages)

[GIT PULL] Follow up io_uring fix for 6.12-rc4
 2024-10-20  0:59 UTC  (2+ messages)

[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (4)
 2024-10-19 22:17 UTC 

[PATCH] io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()
 2024-10-19 22:05 UTC 

[PATCHSET for-next 0/4] Get rid of io_kiocb->imu
 2024-10-19 21:56 UTC  (7+ messages)
` [PATCH 1/4] io_uring/uring_cmd: get rid of using req->imu
` [PATCH 2/4] io_uring/rw: "
` [PATCH 3/4] io_uring/net: move send zc fixed buffer import to issue path
` [PATCH 4/4] io_uring: kill 'imu' from struct io_kiocb

[GIT PULL] io_uring fixes for 6.12-rc4
 2024-10-18 22:57 UTC  (2+ messages)

[PATCH for-next] io_uring/rsrc: don't assign bvec twice in io_import_fixed()
 2024-10-18 18:40 UTC 

[PATCH for-next] io_uring: clean up cqe trace points
 2024-10-18 18:37 UTC  (2+ messages)

[PATCH for-next] io_uring: static_key for !IORING_SETUP_NO_SQARRAY
 2024-10-18 18:37 UTC  (2+ messages)

[PATCH for-next] io_uring: kill io_llist_xchg
 2024-10-18 18:37 UTC  (2+ messages)

[PATCH 5.10 5.15 1/3] io_uring/sqpoll: do not allow pinning outside of cpuset
 2024-10-18 10:36 UTC  (4+ messages)
` [PATCH 5.10 5.15 2/3] io_uring/sqpoll: retain test for whether the CPU is valid
` [PATCH 5.10 5.15 3/3] io_uring/sqpoll: do not put cpumask on stack

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-10-18  0:45 UTC  (4+ messages)
` [PATCH V6 8/8] ublk: support provide io buffer

[PATCH v7 0/3] FDP and per-io hints
 2024-10-17 16:23 UTC  (12+ messages)
    ` [PATCH v7 3/3] io_uring: enable per-io hinting capability

[PATCH] io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work
 2024-10-17 14:38 UTC 

[syzbot] [io-uring?] KCSAN: data-race in io_req_defer_failed / io_wq_free_work (3)
 2024-10-17 12:00 UTC  (2+ messages)

WARNING in get_pat_info
 2024-10-17  3:39 UTC  (5+ messages)

Large CQE for fuse headers
 2024-10-17  0:59 UTC  (11+ messages)


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