messages from 2021-12-03 16:41:17 to 2021-12-20 20:47:20 UTC [more...]
[PATCHSET v3 0/4] Add support for list issue
2021-12-20 20:47 UTC (42+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()
[POC RFC 0/3] support graph like dependent sqes
2021-12-18 6:57 UTC (10+ messages)
` [PATCH 1/3] io_uring: add data structure for graph sqe feature
` [PATCH 2/3] io_uring: implement new sqe opcode to build graph like links
` [PATCH 3/3] io_uring: implement logic of IOSQE_GRAPH request
[GIT PULL] io_uring fix for 5.16-rc6
2021-12-17 21:43 UTC (5+ messages)
[PATCH for-next 0/7] reworking io_uring's poll and internal poll
2021-12-17 19:40 UTC (10+ messages)
` [PATCH 1/7] io_uring: remove double poll on poll update
` [PATCH 2/7] io_uring: refactor "
` [PATCH 3/7] io_uring: move common poll bits
` [PATCH 4/7] io_uring: kill poll linking optimisation
` [PATCH 5/7] io_uring: poll rework
` [PATCH 6/7] io_uring: single shot poll removal optimisation
` [PATCH 7/7] io_uring: use completion batching for poll rem/upd
[PATCHSET v5 0/4] Add support for list issue
2021-12-16 17:53 UTC (7+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()
[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
2021-12-16 17:02 UTC (9+ messages)
[PATCHSET v4 0/4] Add support for list issue
2021-12-16 16:11 UTC (6+ messages)
` [PATCH 1/4] block: add mq_ops->queue_rqs hook
` [PATCH 2/4] nvme: split command copy into a helper
` [PATCH 3/4] nvme: separate command prep and issue
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()
` [PATCH v2 "
[PATCHSET 0/3] Improve IRQ driven performance
2021-12-16 15:41 UTC (8+ messages)
` [PATCH 1/3] block: add completion handler for fast path
` [PATCH 2/3] block: use singly linked list for bio cache
` [PATCH 3/3] block: enable bio allocation cache for IRQ driven IO
[PATCH -next] io_uring: use timespec64_valid() to verify time value
2021-12-16 15:07 UTC (4+ messages)
[PATCH v4 0/5] io_uring: add xattr support
2021-12-15 22:17 UTC (6+ messages)
` [PATCH v4 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v4 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v4 3/5] fs: split off do_getxattr from getxattr
` [PATCH v4 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v4 5/5] io_uring: add fgetxattr and getxattr support
[PATCH v6 0/3] io_uring: add getdents64 support
2021-12-15 21:59 UTC (4+ messages)
` [PATCH v6 1/3] fs: split off do_iterate_dir from iterate_dir function
` [PATCH v6 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v6 3/3] io_uring: add support for getdents64
[PATCH v2 0/3] io_uring: add getdents64 support
2021-12-15 21:09 UTC (2+ messages)
[PATCH v3 0/5] io_uring: add xattr support
2021-12-15 21:09 UTC (7+ messages)
` [PATCH v3 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v3 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v3 3/5] fs: split off do_getxattr from getxattr
` [PATCH v3 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v3 5/5] io_uring: add fgetxattr and getxattr support
[PATCH] io_uring: prevent io_put_identity() from freeing a static identity
2021-12-15 20:27 UTC (3+ messages)
[PATCH] io_uring: code clean for some ctx usage
2021-12-14 13:49 UTC (2+ messages)
[PATCH] io-wq: drop wqe lock before creating new worker
2021-12-13 16:46 UTC
[syzbot] possible deadlock in io_worker_cancel_cb
2021-12-13 16:40 UTC (3+ messages)
[GIT PULL] io_uring fixes for 5.16-rc5
2021-12-11 17:28 UTC (2+ messages)
[PATCH] io-wq: check for wq exit after adding new worker task_work
2021-12-10 18:38 UTC (2+ messages)
[syzbot] KASAN: use-after-free Write in io_queue_worker_create
2021-12-10 16:15 UTC (7+ messages)
[PATCHSET 0/2] Cancelation fixes
2021-12-10 13:47 UTC (10+ messages)
` [PATCH 1/2] io_uring: check tctx->in_idle when decrementing inflight_tracked
` [PATCH 2/2] io_uring: ensure task_work gets run as part of cancelations
` [PATCH v2 "
happy io_uring_prep_accept_direct() submissions go hiding!
2021-12-09 20:34 UTC (6+ messages)
` [oops!] "
` possible bug with unix sockets
[syzbot] INFO: task hung in io_uring_cancel_generic (2)
2021-12-09 16:56 UTC (7+ messages)
[PATCH v8] io_uring: batch completion in prior_task_list
2021-12-08 18:35 UTC (3+ messages)
[PATCH v7 0/5] task optimization
2021-12-08 5:23 UTC (14+ messages)
` [PATCH 1/5] io-wq: add helper to merge two wq_lists
` [PATCH 2/5] io_uring: add a priority tw list for irq completion work
` [PATCH 3/5] io_uring: add helper for task work execution code
` [PATCH 4/5] io_uring: split io_req_complete_post() and add a helper
` [PATCH 5/5] io_uring: batch completion in prior_task_list
[PATCH liburing 1/1] man/io_uring_enter.2: notes about cqe-skip & drain interoperability
2021-12-07 16:18 UTC (2+ messages)
[PATCH v2] liburing: Add io_uring_submit_and_wait_timeout function in API
2021-12-06 19:45 UTC (4+ messages)
` [PATCH] Fix typo "timout" -> "timeout"
[PATCH v2 0/4] allow to skip CQE posting
2021-12-06 19:49 UTC (3+ messages)
Kernel config settings known to be detrimental to io_uring performance?
2021-12-06 20:18 UTC
[PATCH v6 0/6] task work optimization
2021-12-06 9:48 UTC (11+ messages)
[PATCH v2 0/4] small 5.17 updates
2021-12-05 15:56 UTC (6+ messages)
` [PATCH v2 1/4] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
` [PATCH v2 2/4] io_uring: simplify selected buf handling
` [PATCH v2 3/4] io_uring: tweak iopoll CQE_SKIP event counting
` [PATCH v2 4/4] io_uring: reuse io_req_task_complete for timeouts
Question about sendfile
2021-12-05 15:21 UTC (5+ messages)
[PATCH 0/4] small 5.17 updates
2021-12-05 0:23 UTC (9+ messages)
` [PATCH 1/4] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
` [PATCH 2/4] io_uring: simplify selected buf handling
` [PATCH 3/4] io_uring: tweak iopoll return for REQ_F_CQE_SKIP
` [PATCH 4/4] io_uring: reuse io_req_task_complete for timeouts
[GIT PULL] io_uring fix for 5.16-rc4
2021-12-04 16:56 UTC (2+ messages)
[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
2021-12-03 23:16 UTC (9+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
[PATCH v1 0/5] io_uring: add xattr support
2021-12-03 17:58 UTC (5+ messages)
[PATCH v2 0/5] io_uring: add xattr support
2021-12-03 16:41 UTC (4+ messages)
` [PATCH v2 4/5] io_uring: add fsetxattr and setxattr support
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