messages from 2024-08-02 21:22:03 to 2024-08-20 21:10:11 UTC [more...]
[PATCHSET v4 0/5] Add support for batched min timeout
2024-08-20 21:10 UTC (8+ 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-20 17:19 UTC (25+ 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 (11+ messages)
` [PATCH V5 1/8] io_uring: add io_link_req() helper
` [PATCH V5 2/8] io_uring: add io_submit_fail_link() helper
` [PATCH V5 3/8] io_uring: add helper of io_req_commit_cqe()
` [PATCH V5 4/8] io_uring: support SQE group
` [PATCH V5 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V5 6/8] io_uring: support providing sqe group buffer
` [PATCH V5 7/8] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V5 8/8] ublk: support provide io buffer
[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 (15+ 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 (13+ messages)
` [PATCH v2 1/4] io_uring/napi: refactor __io_napi_busy_loop()
` [PATCH v2 2/4] io_uring/napi: postpone napi timeout adjustment
` [PATCH v2 3/4] io_uring: add absolute mode wait timeouts
` [PATCH v2 4/4] io_uring: user registered clockid for "
[PATCH] btrfs: add io_uring interface for encoded reads
2024-08-13 1:06 UTC (8+ messages)
[PATCH v3] io_uring: do the sqpoll napi busy poll outside the submission block
2024-07-30 21:10 UTC
[PATCH v2] io_uring: do the sqpoll napi busy poll outside the submission block
2024-08-12 21:51 UTC (5+ messages)
[PATCH] io_uring/napi: check napi_enabled in io_napi_add() before proceeding
2024-08-12 18:11 UTC (2+ messages)
[PATCHSET RFC 0/4] Coalesce provided buffer segments
2024-08-12 16:55 UTC (5+ messages)
` [PATCH 1/4] io_uring/kbuf: have io_provided_buffers_select() take buf_sel_arg
` [PATCH 2/4] io_uring/net: pass in io_kiocb to io_bundle_nbufs()
` [PATCH 3/4] io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_arg
` [PATCH 4/4] io_uring/net: allow coalescing of mapped segments
[PATCHSET RFC 0/3] Add support for incremental buffer consumption
2024-08-12 15:51 UTC (4+ messages)
` [PATCH 1/3] io_uring/kbuf: add io_kbuf_commit() helper
` [PATCH 2/3] io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
` [PATCH 3/3] io_uring/kbuf: add support for incremental buffer consumption
[PATCH v8] io_uring: releasing CPU resources when polling
2024-08-12 1:59 UTC
[PATCH] io_uring/net: Remove unneeded if check in io_net_vec_assign()
2024-08-11 22:37 UTC (3+ messages)
[PATCH] io_uring: Remove unneeded if check in io_free_batch_list()
2024-08-11 22:28 UTC
[PATCHSET for-next 0/3] Misc cleanups and improvements
2024-08-11 1:33 UTC (4+ messages)
` [PATCH 1/3] io_uring/kbuf: use 'bl' directly rather than req->buf_list
` [PATCH 2/3] io_uring/net: use ITER_UBUF for single segment send maps
` [PATCH 3/3] io_uring/kbuf: turn io_buffer_list booleans into flags
[GIT PULL] io_uring fixes for 6.11-rc3
2024-08-09 17:31 UTC (2+ messages)
[PATCH v7 RESENT] io_uring: releasing CPU resources when polling
2024-08-09 5:17 UTC (3+ messages)
[PATCH] io_uring/net: allow opportunistic initial bundle recv
2024-08-08 17:56 UTC (2+ messages)
[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
2024-08-08 16:24 UTC
[PATCH liburing] test/fixed-hugepage: Add small-huge page mixture testcase
2024-08-08 2:30 UTC (2+ messages)
[PATCH 0/3] send/recv bundle fixes
2024-08-08 1:47 UTC (4+ messages)
` [PATCH 1/3] io_uring/net: ensure expanded bundle recv gets marked for cleanup
` [PATCH 2/3] io_uring/net: ensure expanded bundle send "
` [PATCH 3/3] io_uring/net: don't pick multiple buffers for non-bundle send
[PATCH V4 0/8] io_uring: support sqe group and provide group kbuf
2024-08-07 3:26 UTC (10+ messages)
` [PATCH V4 4/8] io_uring: support SQE group
[syzbot] [io-uring?] KCSAN: data-race in __flush_work / __flush_work (2)
2024-08-05 19:48 UTC (4+ messages)
` [PATCH wq/for-6.11-fixes] workqueue: Fix spruious data race in __flush_work()
io_uring NAPI busy poll RCU is causing 50 context switches/second to my sqpoll thread
2024-08-03 21:37 UTC (10+ messages)
[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
2024-08-02 23:03 UTC (10+ messages)
[GIT PULL] io_uring fixes for 6.11-rc2
2024-08-02 21:22 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