public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-08-12 22:38:56 to 2024-08-23 16:28:37 UTC [more...]

[PATCH 0/6] btrfs: add io_uring for encoded reads
 2024-08-23 16:27 UTC  (7+ 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

[GIT PULL] io_uring fix for 6.11-rc5
 2024-08-23 15:11 UTC 

[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 v3 00/10] Read/Write with meta/integrity
 2024-08-23 10:38 UTC  (12+ 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] 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  (26+ messages)
` [RFC 1/5] io_uring/cmd: expose iowq to cmds
` [RFC 2/5] io_uring/cmd: give inline space in request "
` [RFC 3/5] filemap: introduce filemap_invalidate_pages
` [RFC 4/5] block: introduce blk_validate_discard()
` [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 V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-08-17 19:48 UTC  (3+ messages)

[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  (8+ messages)
` [PATCH v1 1/3] io_uring: add IORING_ENTER_NO_IOWAIT flag
` [PATCH v1 2/3] io_uring: do not set no_iowait if IORING_ENTER_NO_WAIT
` [PATCH v1 3/3] io_uring: add IORING_FEAT_IOWAIT_TOGGLE feature flag

[GIT PULL] io_uring fixes for 6.11-rc4
 2024-08-16 21:07 UTC  (2+ messages)

[PATCHSET v3 0/5] Add support for batched min timeout
 2024-08-16 20:38 UTC  (6+ 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] io_uring: fix user_data field name in comment
 2024-08-16 18:31 UTC  (2+ messages)

[PATCH 0/2] abstract napi tracking strategy
 2024-08-16 14:26 UTC  (15+ messages)
` [PATCH 1/2] io_uring/napi: Introduce io_napi_tracking_ops
` [PATCH 2/2] io_uring/napi: add static napi tracking strategy

[syzbot] [mm?] [io-uring?] WARNING in hpage_collapse_scan_pmd (2)
 2024-08-15 16:10 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH] io_uring/fdinfo: add timeout_list to fdinfo
 2024-08-14  9:15 UTC 

[PATCH] io_uring/napi: remove duplicate io_napi_entry timeout assignation
 2024-08-14  0:44 UTC  (11+ messages)

[PATCH] io_uring/fdinfo: add timeout_list to fdinfo
 2024-08-13 13:19 UTC  (3+ messages)

[syzbot] [io-uring?] KCSAN: data-race in io_sq_thread / io_sq_thread_park (9)
 2024-08-13 12:17 UTC  (4+ messages)

[PATCH] io_uring/sqpoll: annotate debug task == current with data_race()
 2024-08-13 12:16 UTC 

[PATCH v2 0/4] clodkid and abs mode CQ wait timeouts
 2024-08-13  3:28 UTC  (9+ messages)

[PATCH] btrfs: add io_uring interface for encoded reads
 2024-08-13  1:06 UTC  (6+ messages)

[PATCH v3] io_uring: do the sqpoll napi busy poll outside the submission block
 2024-07-30 21:10 UTC 


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