io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 04:28:11 to 2021-10-03 11:11:50 UTC [more...]

[PATCH liburing 0/2] timeout tests
 2021-10-03 11:10 UTC 

[PATCHSET v4 RFC liburing 0/4] Implement the kernel style return value
 2021-10-03 10:43 UTC  (5+ messages)
` [PATCH v4 RFC liburing 1/3] src/syscall: Wrap `errno` for `__sys_io_uring_{register,setup,enter{2,}}`
` [PATCH v4 RFC liburing 2/3] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v4 RFC liburing 3/3] Wrap all syscalls in a kernel style return value

[syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
 2021-10-03  7:34 UTC  (2+ messages)

[PATCH liburing] test/probe: Use `io_uring_free_probe()` instead of `free()`
 2021-10-03  1:06 UTC 

[PATCH v3] io_uring: add flag to not fail link after timeout
 2021-10-02 21:32 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.15-rc4
 2021-10-02 18:07 UTC  (2+ messages)

[PATCH v2] io_uring: add flag to not fail link after timeout
 2021-10-02 16:18 UTC  (3+ messages)

[RFC] io_uring: optimise requests referencing ctx
 2021-10-02 13:09 UTC  (2+ messages)

[PATCHSET v3 RFC liburing 0/4] Implement the kernel style return value
 2021-10-02  9:04 UTC  (7+ messages)
` [PATCH v3 RFC liburing 1/4] src/syscall: "
` [PATCH v3 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v3 RFC liburing 3/4] Wrap all syscalls in a kernel style return value
` [PATCH v3 RFC liburing 4/4] src/{queue,register,setup}: Remove `#include <errno.h>`

[PATCHSET v2 RFC liburing 0/4] Implement the kernel style return value
 2021-10-02  1:28 UTC  (5+ messages)
` [PATCH v2 RFC liburing 1/4] src/syscall: "
` [PATCH v2 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
` [PATCH v2 RFC liburing 3/4] Wrap all syscalls in a kernel style return value
` [PATCH v2 RFC liburing 4/4] src/{queue,register,setup}: Remove `#include <errno.h>`

[PATCH 0/4] small cleanups for-next
 2021-10-01 17:34 UTC  (6+ messages)
` [PATCH 1/4] io_uring: extra a helper for drain init
` [PATCH 2/4] io_uring: don't return from io_drain_req()
` [PATCH 3/4] io_uring: init opcode in io_init_req()
` [PATCH 4/4] io_uring: clean up buffer select

[PATCH 1/1] io_uring: kill fasync
 2021-10-01 17:16 UTC  (4+ messages)

[PATCH 1/1] io_uring: add flag to not fail link after timeout
 2021-10-01  9:39 UTC 

[PATCHSET v1 RFC liburing 0/6] Implement the kernel style return value
 2021-10-01  7:36 UTC  (10+ messages)
` [PATCHSET v1 RFC liburing 1/6] src/syscall: "
` [PATCHSET v1 RFC liburing 2/6] Add kernel error header `src/kernel_err.h`
` [PATCHSET v1 RFC liburing 3/6] Add `liburing_mmap()` and `liburing_munmap()`
` [PATCHSET v1 RFC liburing 4/6] Add `liburing_madvise()`
` [PATCHSET v1 RFC liburing 5/6] Add `liburing_getrlimit()` and `liburing_setrlimit()`
` [PATCHSET v1 RFC liburing 6/6] src/{queue,register,setup}: Remove `#include <errno.h>`

[PATCH v2 00/24] rework and optimise submission+completion paths
 2021-09-30 16:04 UTC  (32+ messages)
` [PATCH v2 01/24] io_uring: mark having different creds unlikely
` [PATCH v2 02/24] io_uring: force_nonspin
` [PATCH v2 03/24] io_uring: make io_do_iopoll return number of reqs
` [PATCH v2 04/24] io_uring: use slist for completion batching
` [PATCH v2 05/24] io_uring: remove allocation cache array
` [PATCH v2 06/24] io-wq: add io_wq_work_node based stack
` [PATCH v2 07/24] io_uring: replace list with stack for req caches
` [PATCH v2 08/24] io_uring: split iopoll loop
` [PATCH v2 09/24] io_uring: use single linked list for iopoll
` [PATCH v2 10/24] io_uring: add a helper for batch free
` [PATCH v2 11/24] io_uring: convert iopoll_completed to store_release
` [PATCH v2 12/24] io_uring: optimise batch completion
` [PATCH v2 13/24] io_uring: inline completion batching helpers
` [PATCH v2 14/24] io_uring: don't pass tail into io_free_batch_list
` [PATCH v2 15/24] io_uring: don't pass state to io_submit_state_end
` [PATCH v2 16/24] io_uring: deduplicate io_queue_sqe() call sites
` [PATCH v2 17/24] io_uring: remove drain_active check from hot path
` [PATCH v2 18/24] io_uring: split slow path from io_queue_sqe
` [PATCH v2 19/24] io_uring: inline hot path of __io_queue_sqe()
` [PATCH v2 20/24] io_uring: reshuffle queue_sqe completion handling
` [PATCH v2 21/24] io_uring: restructure submit sqes to_submit checks
` [PATCH v2 22/24] io_uring: kill off ->inflight_entry field
` [PATCH v2 23/24] io_uring: comment why inline complete calls io_clean_op()
` [PATCH v2 24/24] io_uring: disable draining earlier

[PATCH RFC 5.13 0/2] adaptive sqpoll and its wakeup optimization
 2021-09-30 12:04 UTC  (13+ messages)
` [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle

[PATCH 0/6] task_work optimization
 2021-09-30  9:02 UTC  (23+ messages)
` [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
` [PATCH 2/8] io-wq: add helper to merge two wq_lists
` [PATCH 3/8] io_uring: add a limited tw list for irq completion work
` [PATCH 4/8] io_uring: add helper for task work execution code
` [PATCH 5/8] io_uring: split io_req_complete_post() and add a helper
` [PATCH 6/8] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
` [PATCH 7/8] io_uring: add tw_ctx for io_uring_task
` [PATCH 8/8] io_uring: batch completion in prior_task_list

[PATCH v2 0/8] task_work optimization
 2021-09-29 12:31 UTC  (10+ messages)
` [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
` [PATCH 2/8] io-wq: add helper to merge two wq_lists
` [PATCH 3/8] io_uring: add a limited tw list for irq completion work
` [PATCH 4/8] io_uring: add helper for task work execution code
` [PATCH 5/8] io_uring: split io_req_complete_post() and add a helper
` [PATCH 6/8] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
` [PATCH 7/8] io_uring: add tw_ctx for io_uring_task
` [PATCH 8/8] io_uring: batch completion in prior_task_list

[PATCH 0/2] fixes of poll
 2021-09-29 12:08 UTC  (6+ messages)
` [PATCH 1/2] io_uring: fix concurrent poll interruption
` [PATCH 2/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list

[PATCH 0/2] poll fixes
 2021-09-29 11:16 UTC  (6+ messages)
` [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list

[PATCH AUTOSEL 5.14 37/40] io_uring: allow conditional reschedule for intensive iterators
 2021-09-28  5:55 UTC 

[PATCH] io-wq: exclusively gate signal based exit on get_signal() return
 2021-09-27 17:00 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.15-rc3
 2021-09-27 16:03 UTC  (12+ messages)

[PATCH liburing 0/2] Fix endianess issue and add srand()
 2021-09-27 13:45 UTC  (8+ messages)
` [PATCH liburing 1/2] test: Fix endianess issue on `bind()` and `connect()`
` [PATCH liburing 2/2] test/accept-link: Add `srand()` for better randomness
    ` [PATCH liburing v2 0/2] Fix endianess issue and add srand()
      ` [PATCH liburing v2 1/2] test: Fix endianess issue on `bind()` and `connect()`
      ` [PATCH liburing v2 2/2] test/accept-link: Add `srand()` for better randomness

[PATCH liburing] tests: test close with fixed file table
 2021-09-24 20:33 UTC  (3+ messages)

[PATCH] io_uring: make OP_CLOSE consistent direct open
 2021-09-24 20:25 UTC  (9+ messages)

[PATCH liburing 0/2] small test improvements
 2021-09-24 19:59 UTC  (4+ messages)
` [PATCH liburing 1/2] tests: improve multicqe_drain
` [PATCH liburing 2/2] tests: match kernel and pass fds in s32[]

[RFC][PATCHSET 00/23] rework/optimise submission+completion paths
 2021-09-24 16:32 UTC  (24+ messages)
` [PATCH 01/23] io_uring: mark having different creds unlikely
` [PATCH 02/23] io_uring: force_nonspin
` [PATCH 03/23] io_uring: make io_do_iopoll return number of reqs
` [PATCH 04/23] io_uring: use slist for completion batching
` [PATCH 05/23] io_uring: remove allocation cache array
` [PATCH 06/23] io-wq: add io_wq_work_node based stack
` [PATCH 07/23] io_uring: replace list with stack for req caches
` [PATCH 08/23] io_uring: split iopoll loop
` [PATCH 09/23] io_uring: use single linked list for iopoll
` [PATCH 10/23] io_uring: add a helper for batch free
` [PATCH 11/23] io_uring: convert iopoll_completed to store_release
` [PATCH 12/23] io_uring: optimise batch completion
` [PATCH 13/23] io_uring: inline completion batching helpers
` [PATCH 14/23] io_uring: don't pass tail into io_free_batch_list
` [PATCH 15/23] io_uring: don't pass state to io_submit_state_end
` [PATCH 16/23] io_uring: deduplicate io_queue_sqe() call sites
` [PATCH 17/23] io_uring: remove drain_active check from hot path
` [PATCH 18/23] io_uring: split slow path from io_queue_sqe
` [PATCH 19/23] io_uring: inline hot path of __io_queue_sqe()
` [PATCH 20/23] io_uring: reshuffle queue_sqe completion handling
` [PATCH 21/23] io_uring: restructure submit sqes to_submit checks
` [PATCH 22/23] io_uring: kill off ->inflight_entry field
` [PATCH 23/23] io_uring: comment why inline complete calls io_clean_op()

[PATCH] io_uring: kill extra checks in io_write()
 2021-09-24 16:26 UTC  (2+ messages)

[PATCH] io_uring: don't punt files update to io-wq unconditionally
 2021-09-24 14:55 UTC 

[PATCH] io_uring: allow conditional reschedule for intensive iterators
 2021-09-24 14:34 UTC 

[PATCH] io_uring: put provided buffer meta data under memcg accounting
 2021-09-24 13:42 UTC 

[RFC 0/3] improvements for poll requests
 2021-09-24  4:28 UTC  (4+ messages)
` [RFC 3/3] io_uring: try to batch poll request completion


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).