messages from 2024-08-16 21:07:30 to 2024-09-01 14:11:59 UTC [more...]
[PATCH RFC v3 00/17] fuse: fuse-over-io-uring
2024-09-01 13:37 UTC (14+ messages)
` [PATCH RFC v3 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v3 02/17] fuse: Move fuse_get_dev to header file
` [PATCH RFC v3 03/17] fuse: Move request bits
` [PATCH RFC v3 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v3 05/17] fuse: Add a uring config ioctl
` [PATCH RFC v3 06/17] fuse: Add the queue configuration ioctl
` [PATCH RFC v3 08/17] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v3 09/17] fuse: Make fuse_copy non static
` [PATCH RFC v3 10/17] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v3 11/17] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v3 12/17] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v3 13/17] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v3 15/17] ate: 2024-08-30 15:43:32 +0100
[GIT PULL] io_uring fixes for 6.11-rc6
2024-08-31 4:11 UTC (2+ messages)
[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
2024-08-31 0:49 UTC (18+ messages)
[PATCH for-next] io_uring: add GCOV_PROFILE_URING Kconfig option
2024-08-30 16:55 UTC
[PATCH] io_uring/kbuf: return correct iovec count from classic buffer peek
2024-08-30 16:48 UTC
[PATCH] test/uring_cmd_ublk: cover uring_cmd uses in ublk case
2024-08-30 13:17 UTC (2+ messages)
[PATCH v3 00/10] Read/Write with meta/integrity
2024-08-29 13:29 UTC (33+ messages)
` [PATCH v3 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v3 02/10] block: introduce a helper to determine metadata bytes from data iter
` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
` [PATCH v3 04/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v3 05/10] block: define meta io descriptor
` [PATCH v3 06/10] io_uring/rw: add support to send meta along with read/write
` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v3 07/10] block,nvme: "
` [PATCH v3 08/10] block: add support to pass user meta buffer
` [PATCH v3 09/10] nvme: add handling for app_tag
` [PATCH v3 10/10] scsi: add support for user-meta interface
[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
2024-08-29 4:29 UTC (6+ messages)
` [PATCH V5 4/8] io_uring: support SQE group
[PATCH] io_uring/rsrc: ensure compat iovecs are copied correctly
2024-08-28 15:57 UTC (2+ messages)
[PATCHSET v4 0/5] Add support for incremental buffer consumption
2024-08-27 15:23 UTC (6+ messages)
` [PATCH 1/5] io_uring/kbuf: add io_kbuf_commit() helper
` [PATCH 2/5] io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
` [PATCH 3/5] Revert "io_uring: Require zeroed sqe->len on provided-buffers send"
` [PATCH 4/5] io_uring/kbuf: pass in 'len' argument for buffer commit
` [PATCH 5/5] io_uring/kbuf: add support for incremental buffer consumption
[PATCH 0/6] btrfs: add io_uring for encoded reads
2024-08-27 1:12 UTC (10+ messages)
` [PATCH 1/6] btrfs: remove iocb from btrfs_encoded_read
` [PATCH 2/6] btrfs: store encoded read state in struct btrfs_encoded_read_private
` [PATCH 3/6] btrfs: add btrfs_encoded_read_finish
` [PATCH 4/6] btrfs: add btrfs_prepare_encoded_read
` [PATCH 5/6] btrfs: move wait out of btrfs_encoded_read
` [PATCH 6/6] btrfs: add io_uring interface for encoded reads
[syzbot] [io-uring?] WARNING in io_sq_thread
2024-08-25 14:40 UTC (2+ messages)
[PATCHSET v2 0/3] Coalesce provided buffer segments
2024-08-24 15:47 UTC (4+ messages)
` [PATCH 1/3] io_uring/kbuf: have io_provided_buffers_select() take buf_sel_arg
` [PATCH 2/3] io_uring/net: pass in io_kiocb to io_bundle_nbufs()
` [PATCH 3/3] io_uring/net: allow coalescing of mapped segments
[PATCHSET v3 0/4] Add support for incremental buffer consumption
2024-08-24 15:43 UTC (5+ messages)
` [PATCH 1/4] io_uring/kbuf: add io_kbuf_commit() helper
` [PATCH 2/4] io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
` [PATCH 3/4] Revert "io_uring: Require zeroed sqe->len on provided-buffers send"
` [PATCH 4/4] io_uring/kbuf: add support for incremental buffer consumption
[GIT PULL] io_uring fix for 6.11-rc5
2024-08-23 23:55 UTC (2+ messages)
[PATCHSET v2 RFC 0/4] Add support for incremental buffer consumption
2024-08-23 14:42 UTC (5+ messages)
` [PATCH 1/4] io_uring/kbuf: add io_kbuf_commit() helper
` [PATCH 2/4] io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
` [PATCH 3/4] Revert "io_uring: Require zeroed sqe->len on provided-buffers send"
` [PATCH 4/4] io_uring/kbuf: add support for incremental buffer consumption
[PATCH v2 0/7] implement async block discards/etc. via io_uring
2024-08-23 11:59 UTC (19+ messages)
` [PATCH v2 1/7] io_uring/cmd: expose iowq to cmds
` [PATCH v2 2/7] io_uring/cmd: give inline space in request "
` [PATCH v2 3/7] filemap: introduce filemap_invalidate_pages
` [PATCH v2 4/7] block: introduce blk_validate_write()
` [PATCH v2 5/7] block: implement async discard as io_uring cmd
` [PATCH v2 6/7] block: implement async wire write zeroes
` [PATCH v2 7/7] block: implement async secure erase
[PATCH] io_uring/kbuf: sanitize peek buffer setup
2024-08-22 22:21 UTC
[PATCHSET v5 0/5] Add support for batched min timeout
2024-08-22 16:24 UTC (16+ messages)
` [PATCH 1/5] io_uring: encapsulate extraneous wait flags into a separate struct
` [PATCH 2/5] io_uring: move schedule wait logic into helper
` [PATCH 3/5] io_uring: implement our own schedule timeout handling
` [PATCH 4/5] io_uring: add support for batch wait timeout
` [PATCH 5/5] io_uring: wire up min batch wake timeout
[PATCH liburing 1/1] test/send-zerocopy: test fix datagrams over UDP limit
2024-08-22 3:35 UTC (4+ messages)
[PATCHSET v4 0/5] Add support for batched min timeout
2024-08-21 14:22 UTC (27+ messages)
` [PATCH 1/5] io_uring: encapsulate extraneous wait flags into a separate struct
` [PATCH 2/5] io_uring: move schedule wait logic into helper
` [PATCH 3/5] io_uring: implement our own schedule timeout handling
` [PATCH 4/5] io_uring: add support for batch wait timeout
` [PATCH 5/5] io_uring: wire up min batch wake timeout
[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
2024-08-21 2:55 UTC (17+ messages)
` [RFC 5/5] block: implement io_uring discard cmd
[PATCH v2] io_uring: add IORING_ENTER_NO_IOWAIT to not set in_iowait
2024-08-19 23:03 UTC (11+ messages)
[PATCH v2] io_uring/fdinfo: add timeout_list to fdinfo
2024-08-19 7:43 UTC
[PATCH V8] io_uring: releasing CPU resources when polling
2024-08-19 2:54 UTC
[PATCH liburing 0/4] Tests for absolute timeouts and clockids
2024-08-18 19:40 UTC (7+ messages)
` [PATCH liburing 1/4] Sync kernel headers
` [PATCH liburing 2/4] src/register: add clock id registration helper
` [PATCH liburing 3/4] test: test clockids and abs timeouts
` [PATCH liburing 4/4] man: document clock id and IORING_ENTER_ABS_TIMER
[PATCH liburing v2] Add io_uring_iowait_toggle()
2024-08-16 23:20 UTC
[PATCH liburing v1] Add io_uring_iowait_toggle()
2024-08-16 23:13 UTC (3+ messages)
[PATCH v1 0/3] io_uring: add option to not set in_iowait
2024-08-16 22:23 UTC (4+ messages)
` [PATCH v1 2/3] io_uring: do not set no_iowait if IORING_ENTER_NO_WAIT
[GIT PULL] io_uring fixes for 6.11-rc4
2024-08-16 21:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox