IO Uring
[Prev Page][Next Page]
- Re: [PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
- Re: [PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
- Re: [PATCH liburing] src/syscall: Add `close` syscall wrapper
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] src/syscall: Add `close` syscall wrapper
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing] src/syscall: Add `close` syscall wrapper
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing] src/syscall: Add `close` syscall wrapper
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 liburing 0/3] Implement the kernel style return value
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v5 liburing 3/3] Wrap all syscalls in a kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v5 liburing 2/3] src/{queue,register,setup}: Don't use `__sys_io_uring*`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v5 liburing 1/3] src/syscall: Wrap `errno` for `__sys_io_uring_{register,setup,enter{2,}}`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v5 liburing 0/3] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 RFC liburing 3/3] Wrap all syscalls in a kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 RFC liburing 3/3] Wrap all syscalls in a kernel style return value
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing 0/2] timeout tests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] test/probe: Use `io_uring_free_probe()` instead of `free()`
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing 1/2] io_uring: test IORING_TIMEOUT_ETIME_SUCCESS
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 2/2] io_uring: fix SQPOLL timeout-new test
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 0/2] timeout tests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCHSET v4 RFC liburing 0/4] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 RFC liburing 3/3] Wrap all syscalls in a kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 RFC liburing 2/3] src/{queue,register,setup}: Don't use `__sys_io_uring*`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 RFC liburing 1/3] src/syscall: Wrap `errno` for `__sys_io_uring_{register,setup,enter{2,}}`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v4 RFC liburing 0/4] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
- From: syzbot <syzbot+726f2ce6dbbf2ad8d133@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing] test/probe: Use `io_uring_free_probe()` instead of `free()`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] io_uring: add flag to not fail link after timeout
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v3] io_uring: add flag to not fail link after timeout
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc4
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v2] io_uring: add flag to not fail link after timeout
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC] io_uring: optimise requests referencing ctx
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] io_uring: add flag to not fail link after timeout
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [RFC] io_uring: optimise requests referencing ctx
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2] io_uring: add flag to not fail link after timeout
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
- From: Louvian Lyndal <louvianlyndal@xxxxxxxxx>
- [GIT PULL] io_uring fixes for 5.15-rc4
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v3 RFC liburing 4/4] src/{queue,register,setup}: Remove `#include <errno.h>`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 RFC liburing 3/4] Wrap all syscalls in a kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 RFC liburing 1/4] src/syscall: Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v3 RFC liburing 0/4] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 4/4] src/{queue,register,setup}: Remove `#include <errno.h>`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 3/4] Wrap all syscalls in a kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 2/4] src/{queue,register,setup}: Don't use `__sys_io_uring*`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 1/4] src/syscall: Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v2 RFC liburing 0/4] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/4] small cleanups for-next
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: kill fasync
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/4] io_uring: clean up buffer select
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/4] io_uring: init opcode in io_init_req()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/4] io_uring: don't return from io_drain_req()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/4] io_uring: extra a helper for drain init
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/4] small cleanups for-next
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: kill fasync
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: kill fasync
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/1] io_uring: kill fasync
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/1] io_uring: add flag to not fail link after timeout
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCHSET v1 RFC liburing 0/6] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET v1 RFC liburing 0/6] Implement the kernel style return value
- From: Louvian Lyndal <louvianlyndal@xxxxxxxxx>
- Re: [PATCH v2 00/24] rework and optimise submission+completion paths
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/8] io-wq: add helper to merge two wq_lists
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCHSET v1 RFC liburing 0/6] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 6/6] src/{queue,register,setup}: Remove `#include <errno.h>`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 5/6] Add `liburing_getrlimit()` and `liburing_setrlimit()`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 4/6] Add `liburing_madvise()`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 3/6] Add `liburing_mmap()` and `liburing_munmap()`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 2/6] Add kernel error header `src/kernel_err.h`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 1/6] src/syscall: Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 0/6] Implement the kernel style return value
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/8] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 04/24] io_uring: use slist for completion batching
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/8] io-wq: add helper to merge two wq_lists
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 04/24] io_uring: use slist for completion batching
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 12/24] io_uring: optimise batch completion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 10/24] io_uring: add a helper for batch free
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH AUTOSEL 5.14 37/40] io_uring: allow conditional reschedule for intensive iterators
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] io-wq: exclusively gate signal based exit on get_signal() return
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- [PATCH] io-wq: exclusively gate signal based exit on get_signal() return
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH liburing v2 0/2] Fix endianess issue and add srand()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing v2 2/2] test/accept-link: Add `srand()` for better randomness
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing v2 1/2] test: Fix endianess issue on `bind()` and `connect()`
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing v2 0/2] Fix endianess issue and add srand()
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- Re: [PATCH 1/2] io_uring: fix concurrent poll interruption
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing 2/2] test/accept-link: Add `srand()` for better randomness
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 0/2] fixes of poll
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/2] io_uring: fix concurrent poll interruption
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/8] io_uring: split io_req_complete_post() and add a helper
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 7/8] io_uring: add tw_ctx for io_uring_task
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/8] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 8/8] io_uring: batch completion in prior_task_list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/8] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/8] io_uring: add helper for task work execution code
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v2 0/8] task_work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/8] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/6] task_work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/8] io_uring: split io_req_complete_post() and add a helper
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 7/8] io_uring: add tw_ctx for io_uring_task
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 8/8] io_uring: batch completion in prior_task_list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/8] io_uring: add a limited tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/8] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 0/6] task_work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/8] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/8] io_uring: add helper for task work execution code
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/8] io-wq: code clean for io_wq_add_work_after()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH liburing 2/2] test/accept-link: Add `srand()` for better randomness
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 1/2] test: Fix endianess issue on `bind()` and `connect()`
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 0/2] Fix endianess issue and add srand()
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 04/24] io_uring: use slist for completion batching
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v2 10/24] io_uring: add a helper for batch free
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] io_uring fixes for 5.15-rc3
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] io_uring fixes for 5.15-rc3
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 24/24] io_uring: disable draining earlier
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 23/24] io_uring: comment why inline complete calls io_clean_op()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 22/24] io_uring: kill off ->inflight_entry field
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 21/24] io_uring: restructure submit sqes to_submit checks
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 20/24] io_uring: reshuffle queue_sqe completion handling
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 19/24] io_uring: inline hot path of __io_queue_sqe()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 18/24] io_uring: split slow path from io_queue_sqe
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 15/24] io_uring: don't pass state to io_submit_state_end
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 17/24] io_uring: remove drain_active check from hot path
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 14/24] io_uring: don't pass tail into io_free_batch_list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 16/24] io_uring: deduplicate io_queue_sqe() call sites
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 13/24] io_uring: inline completion batching helpers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 12/24] io_uring: optimise batch completion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 11/24] io_uring: convert iopoll_completed to store_release
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 10/24] io_uring: add a helper for batch free
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 08/24] io_uring: split iopoll loop
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 09/24] io_uring: use single linked list for iopoll
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 07/24] io_uring: replace list with stack for req caches
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 05/24] io_uring: remove allocation cache array
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 06/24] io-wq: add io_wq_work_node based stack
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 04/24] io_uring: use slist for completion batching
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 03/24] io_uring: make io_do_iopoll return number of reqs
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 02/24] io_uring: force_nonspin
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 01/24] io_uring: mark having different creds unlikely
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 00/24] rework and optimise submission+completion paths
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH liburing] tests: test close with fixed file table
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing 0/2] small test improvements
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] tests: test close with fixed file table
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing] tests: test close with fixed file table
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 2/2] tests: match kernel and pass fds in s32[]
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 1/2] tests: improve multicqe_drain
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 0/2] small test improvements
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] io_uring: make OP_CLOSE consistent direct open
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 23/23] io_uring: comment why inline complete calls io_clean_op()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 22/23] io_uring: kill off ->inflight_entry field
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 20/23] io_uring: reshuffle queue_sqe completion handling
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 21/23] io_uring: restructure submit sqes to_submit checks
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 19/23] io_uring: inline hot path of __io_queue_sqe()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 18/23] io_uring: split slow path from io_queue_sqe
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 17/23] io_uring: remove drain_active check from hot path
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 16/23] io_uring: deduplicate io_queue_sqe() call sites
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 15/23] io_uring: don't pass state to io_submit_state_end
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 14/23] io_uring: don't pass tail into io_free_batch_list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 13/23] io_uring: inline completion batching helpers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 11/23] io_uring: convert iopoll_completed to store_release
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 05/23] io_uring: remove allocation cache array
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 12/23] io_uring: optimise batch completion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 06/23] io-wq: add io_wq_work_node based stack
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 09/23] io_uring: use single linked list for iopoll
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 10/23] io_uring: add a helper for batch free
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 08/23] io_uring: split iopoll loop
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 07/23] io_uring: replace list with stack for req caches
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 04/23] io_uring: use slist for completion batching
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 03/23] io_uring: make io_do_iopoll return number of reqs
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 01/23] io_uring: mark having different creds unlikely
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 02/23] io_uring: force_nonspin
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [RFC][PATCHSET 00/23] rework/optimise submission+completion paths
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: kill extra checks in io_write()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: kill extra checks in io_write()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] io_uring: don't punt files update to io-wq unconditionally
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: allow conditional reschedule for intensive iterators
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: put provided buffer meta data under memcg accounting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC 3/3] io_uring: try to batch poll request completion
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v2 2/2] io_uring: don't get completion_lock in io_poll_rewait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v2 1/2] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v2 0/2] improvements for poll requests
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_uring_del_tctx_node
- From: Jens Axboe <axboe@xxxxxxxxx>
- [syzbot] INFO: task hung in io_uring_del_tctx_node
- From: syzbot <syzbot+111d2a03f51f5ae73775@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
- From: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
- Re: [RFC 1/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC 3/3] io_uring: try to batch poll request completion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC 3/3] io_uring: try to batch poll request completion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC 3/3] io_uring: try to batch poll request completion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC 3/3] io_uring: try to batch poll request completion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] poll fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: return boolean value for io_alloc_async_data
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io-wq: ensure we exit if thread group is exiting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC 0/3] improvements for poll requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- [RFC 3/3] io_uring: try to batch poll request completion
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 2/3] io_uring: don't get completion_lock in io_poll_rewait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 1/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 0/3] improvements for poll requests
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH] io_uring: return boolean value for io_alloc_async_data
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/3] io_uring: fix potential req refcount underflow
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/3] io_uring: fix lacking of EPOLLONESHOT
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 0/3] poll fixes
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/3] io_uring: fix race between poll completion and cancel_hash insertion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device.
- From: Kanchan Joshi <joshiiitr@xxxxxxxxx>
- Re: [5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
- From: Jens Axboe <axboe@xxxxxxxxx>
- [5.15-rc1 regression] io_uring: fsstress hangs in do_coredump() on exit
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] [RFC] io_uring: warning about unused-but-set parameter
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] [RFC] io_uring: warning about unused-but-set parameter
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [PATCH] [RFC] io_uring: warning about unused-but-set parameter
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH] [RFC] io_uring: warning about unused-but-set parameter
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] [RFC] io_uring: warning about unused-but-set parameter
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [syzbot] WARNING in io_poll_double_wake
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [syzbot] WARNING in __percpu_ref_exit (2)
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [syzbot] kernel BUG in __free_one_page
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v4 0/8] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Jens Axboe <axboe@xxxxxxxxx>
- [BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
- From: Victor Stewart <v@nametag.social>
- Re: [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC 0/5] leverage completion cache for poll requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/5] io_uring: fix lacking of EPOLLONESHOT
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/5] io_uring: code clean for io_poll_complete()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/5] io_uring: leverage completion cache for poll requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/5] io_uring: return boolean value for io_alloc_async_data
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/5] io_uring: fix race between poll completion and cancel_hash insertion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [RFC 0/5] leverage completion cache for poll requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/6] io_uring: enhance flush completion logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] iov_iter retry fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] io_uring fixes for 5.15-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] iov_iter retry fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] iov_iter retry fixes
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [GIT PULL] iov_iter retry fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] io_uring fixes for 5.15-rc2
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing 0/2] Update .gitignore and fix 32-bit build
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [syzbot] WARNING in __percpu_ref_exit (2)
- From: syzbot <syzbot+d6218cb2fae0b2411e9d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [syzbot] WARNING in __percpu_ref_exit (2)
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] WARNING in __percpu_ref_exit (2)
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH] io_uring: add more uring info to fdinfo for debug
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH liburing v2 1/2] .gitignore: add `test/file-verify`
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 2/2] test/file-verify: fix 32-bit build -Werror=shift-count-overflow
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 1/2] .gitignore: add `test/file-verify`
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 0/2] Update .gitignore and fix 32-bit build
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- Re: [PATCH v2] io_uring: move iopoll reissue into regular IO path
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-next] io_uring: optimise io_req_init() sqe flags checks
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-next] io_uring: remove ctx referencing from complete_post
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v4 3/8] audit: add filtering for io_uring records
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] io-wq: Remove duplicate code in io_workqueue_create()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v4 8/8] Smack: Brutalist io_uring support
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 7/8] selinux: add support for the io_uring access controls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 6/8] lsm,io_uring: add LSM hooks to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 5/8] io_uring: convert io_uring to the secure anon inode interface
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 3/8] audit: add filtering for io_uring records
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v4 0/8] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH 3/3] Revert "iov_iter: track truncated size"
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/3] iov_iter: add helper to save iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v3 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: add more uring info to fdinfo for debug
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: add more uring info to fdinfo for debug
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: add more uring info to fdinfo for debug
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH for-next] io_uring: remove ctx referencing from complete_post
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Steve Grubb <sgrubb@xxxxxxxxxx>
- Re: [PATCH] io_uring: add more uring info to fdinfo for debug
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-next] io_uring: remove ctx referencing from complete_post
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing 0/3] Fix build and add /test/output dir to .gitignore
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH for-next] io_uring: remove ctx referencing from complete_post
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH for-next] io_uring: optimise io_req_init() sqe flags checks
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2] io_uring: move iopoll reissue into regular IO path
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: move iopoll reissue into regular IO path
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 3/3] .gitignore: add `/test/output/`
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 2/3] test/send_recv: Use proper cast for (struct sockaddr *) argument
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 1/3] test/io_uring_setup: Don't use `__errno` as local variable name
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- [PATCH liburing 0/3] Fix build and add /test/output dir to .gitignore
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxx>
- Re: [PATCH] io_uring: move iopoll reissue into regular IO path
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: move iopoll reissue into regular IO path
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing v2] man/io_uring_enter.2: update notes about direct open/accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing v2] man/io_uring_enter.2: update notes about direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH liburing 1/1] tests: test open into taken fixed slot
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: allow retry for O_NONBLOCK if async is support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] man/io_uring_enter.2: update notes about direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing] man/io_uring_enter.2: update notes about direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 5.15] io_uring: auto-removal for direct open/accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 5.15] io_uring: auto-removal for direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 5.15] io_uring: auto-removal for direct open/accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 5.15] io_uring: auto-removal for direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 1/1] tests: test open into taken fixed slot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 5.15] io_uring: auto-removal for direct open/accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 5.15] io_uring: auto-removal for direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: fix missing sigmask restore in io_cqring_wait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: fix missing sigmask restore in io_cqring_wait()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: fix missing sigmask restore in io_cqring_wait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: add missing sigmask restore in io_cqring_wait()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: add missing sigmask restore in io_cqring_wait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 5.15] io_uring: auto-removal for direct open/accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/3] Revert "iov_iter: track truncated size"
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v2 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/3] iov_iter: add helper to save iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: auto-removal for direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: auto-removal for direct open/accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: auto-removal for direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: add missing sigmask restore in io_cqring_wait()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5.15] io_uring: auto-removal for direct open/accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] io_uring: add missing sigmask restore in io_cqring_wait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v3 8/8] Smack: Brutalist io_uring support with debug
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 7/8] selinux: add support for the io_uring access controls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 6/8] lsm,io_uring: add LSM hooks to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 5/8] io_uring: convert io_uring to the secure anon inode interface
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 4/8] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 3/8] audit: add filtering for io_uring records
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 2/8] audit,io_uring,io-wq: add some basic audit support to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 1/8] audit: prepare audit_context for use in calling contexts beyond syscalls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v3 0/8] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCHSET 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in io_uring_register
- From: syzbot <syzbot+337de45f13a4fd54d708@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET 0/3] Add ability to save/restore iov_iter state
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in io_uring_register
- From: Jens Axboe <axboe@xxxxxxxxx>
- [syzbot] general protection fault in io_uring_register
- From: syzbot <syzbot+337de45f13a4fd54d708@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: Eugene Syromiatnikov <esyr@xxxxxxxxxx>
- [PATCH v3] io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
- From: Eugene Syromiatnikov <esyr@xxxxxxxxxx>
- Re: [PATCH v2] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: add more uring info to fdinfo for debug
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v2] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: Eugene Syromiatnikov <esyr@xxxxxxxxxx>
- Re: [syzbot] WARNING in __percpu_ref_exit (2)
- From: syzbot <syzbot+d6218cb2fae0b2411e9d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/4] io-wq: code clean of io_wqe_create_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] memory leak in create_io_worker
- From: syzbot <syzbot+65454c239241d3d647da@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] io-wq: tweak return value of io_wqe_create_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [RFC][PATCH 0/3] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/3] io_uring: clean cqe filling functions
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: "Dmitry V. Levin" <ldv@xxxxxxxxxxxx>
- Re: [PATCH 3/3] io_uring: don't spinlock when not posting CQEs
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/4] io-wq: tweak return value of io_wqe_create_worker()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/4] io-wq: tweak return value of io_wqe_create_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: io-uring: KASAN failure, presumably
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/3] io_uring: clean cqe filling functions
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/4] io-wq: fix potential race of acct->nr_workers
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: io-uring: KASAN failure, presumably
- From: Nadav Amit <nadav.amit@xxxxxxxxx>
- Re: [PATCH 2/4] io-wq: code clean of io_wqe_create_worker()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: io-uring: KASAN failure, presumably
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/3] io_uring: don't spinlock when not posting CQEs
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] io-wq: tweak return value of io_wqe_create_worker()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/4] io-wq: fix worker->refcount when creating worker in work exit
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 0/2] poll fixes
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] io-wq: Remove duplicate code in io_workqueue_create()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: io-uring: KASAN failure, presumably
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
- From: Eugene Syromiatnikov <esyr@xxxxxxxxxx>
- Re: [PATCH 3/4] io-wq: fix worker->refcount when creating worker in work exit
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: io-uring: KASAN failure, presumably REQ_F_REISSUE issue
- From: Nadav Amit <nadav.amit@xxxxxxxxx>
- io-uring: KASAN failure, presumably
- From: Nadav Amit <nadav.amit@xxxxxxxxx>
- Re: [PATCH 3/4] io-wq: fix worker->refcount when creating worker in work exit
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: dump sqe contents if issue fails
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/3] io_uring: don't spinlock when not posting CQEs
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] io_uring: don't spinlock when not posting CQEs
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/4] io-wq: fix potential race of acct->nr_workers
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/4] io-wq: fix worker->refcount when creating worker in work exit
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/4] io-wq: code clean of io_wqe_create_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/4] io-wq: tweak return value of io_wqe_create_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 0/4] iowq fix
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] io_uring fixes for 5.15-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing v2 0/2] exec + timeout cancellation
- From: Jens Axboe <axboe@xxxxxxxxx>
- [RFC][PATCH liburing] tests: test CQE skipping
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] WARNING in io_wq_submit_work (2)
- From: syzbot <syzbot+bc2d90f602545761f287@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH 3/3] io_uring: don't spinlock when not posting CQEs
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/3] io_uring: add option to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/3] io_uring: clean cqe filling functions
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [RFC][PATCH 0/3] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing v2 2/2] tests: test timeout cancellation fails links
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing v2 1/2] tests: add no-op executable for exec
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing v2 0/2] exec + timeout cancellation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH liburing 0/2] exec + timeout cancellation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH -next] io-wq: Remove duplicate code in io_workqueue_create()
- From: Bixuan Cui <cuibixuan@xxxxxxxxxx>
- Re: [PATCH -next v2] io-wq: Fix memory leak in create_io_worker
- From: Bixuan Cui <cuibixuan@xxxxxxxxxx>
- [PATCH v2 1/3] iov_iter: add helper to save iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/3] iov_iter: add helper to save iov_iter state
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 3/3] Revert "iov_iter: track truncated size"
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] io_uring: use iov_iter state save/restore helpers
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/3] iov_iter: add helper to save iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET 0/3] Add ability to save/restore iov_iter state
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] io_uring: fix bug of wrong BUILD_BUG_ON check of __REQ_F_LAST_BIT
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH -next v2] io-wq: Fix memory leak in create_io_worker
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] io_uring: fix bug of wrong BUILD_BUG_ON check of __REQ_F_LAST_BIT
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH -next v2] io-wq: Fix memory leak in create_io_worker
- From: Bixuan Cui <cuibixuan@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH] io-wq: fix memory leak in create_io_worker()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: fail links of cancelled timeouts
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing 0/2] exec + timeout cancellation
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing 2/2] tests: test timeout cancellation fails links
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 1/2] tests: add no-op executable for exec
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing 0/2] exec + timeout cancellation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH -next] io-wq: Fix memory leak in create_io_worker
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io-wq: fix memory leak in create_io_worker()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io-wq: fix memory leak in create_io_worker()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: fail links of cancelled timeouts
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io-wq: fix memory leak in create_io_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 0/2] refactor sqthread cpu binding logic
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH] io-wq: fix memory leak in create_io_worker()
- From: qiang.zhang@xxxxxxxxxxxxx
- Re: [syzbot] memory leak in create_io_worker
- From: "Zhang, Qiang" <Qiang.Zhang@xxxxxxxxxxxxx>
- [PATCH -next] io-wq: Fix memory leak in create_io_worker
- From: Bixuan Cui <cuibixuan@xxxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wq_put_and_exit
- From: syzbot <syzbot+f62d3e0a4ea4f38f5326@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] io-wq: fix memory leak in create_io_worker()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH] io-wq: fix silly logic error in io_task_work_match()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wq_put_and_exit
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] possible deadlock in io_uring_register
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wq_put_and_exit
- From: syzbot <syzbot+f62d3e0a4ea4f38f5326@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] io_uring: drop ctx->uring_lock before acquiring sqd->lock
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] possible deadlock in io_sq_thread
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] WARNING in io_wq_submit_work (2)
- From: syzbot <syzbot+bc2d90f602545761f287@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wq_put_and_exit
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] WARNING in io_req_complete_post
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] WARNING in io_wq_submit_work (2)
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [syzbot] WARNING in io_req_complete_post
- From: syzbot <syzbot+a0516daac8b536b4b8c0@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] possible deadlock in io_sq_thread
- From: syzbot <syzbot+c9e7f2674197989e8afb@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] possible deadlock in io_uring_register
- From: syzbot <syzbot+97fa56483f69d677969f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] WARNING in io_wq_submit_work (2)
- From: syzbot <syzbot+bc2d90f602545761f287@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] memory leak in create_io_worker
- From: syzbot <syzbot+65454c239241d3d647da@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] INFO: task hung in io_wq_put_and_exit
- From: syzbot <syzbot+f62d3e0a4ea4f38f5326@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in hrtimer_start_range_ns
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: WARNING in io_wq_submit_work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/1] io_uring: fix missing mb() before waitqueue_active
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2] /dev/mem: nowait zero/null ops
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2] /dev/mem: nowait zero/null ops
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] general protection fault in hrtimer_start_range_ns
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in hrtimer_start_range_ns
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] BUG: unable to handle kernel paging request in timerqueue_del
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in hrtimer_start_range_ns
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- [PATCH 5/5] io_uring: kill extra wake_up_process in tw add
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 4/5] io_uring: dedup CQE flushing non-empty checks
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/5] io_uring: inline linked part of io_req_find_next
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/5] io_uring: inline io_dismantle_req
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/5] io_uring: kill off ios_left
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/5 for-next] small for-next optimisations
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] /dev/mem: nowait zero/null ops
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: Question about async_wake
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] /dev/mem: nowait zero/null ops
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] /dev/mem: nowait zero/null ops
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io-wq: fix cancellation on create-worker failure
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Question about async_wake
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] /dev/mem: nowait zero/null ops
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] /dev/mem: nowait zero/null ops
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] /dev/mem: nowait zero/null ops
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] io-wq: fix cancellation on create-worker failure
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: WARNING in io_wq_submit_work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- WARNING in io_wq_submit_work
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- INFO: task hung in io_wq_put_and_exit
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- WARNING in io_req_complete_post
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [RFC PATCH 6/6] nvme: enable passthrough with fixed-buffer
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device.
- From: Christoph Hellwig <hch@xxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: INFO: task hung in io_uring_cancel_generic
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [RFC PATCH 6/6] nvme: enable passthrough with fixed-buffer
- From: Kanchan Joshi <joshiiitr@xxxxxxxxx>
- Re: [RFC PATCH 5/6] io_uring: add support for uring_cmd with fixed-buffer
- From: Kanchan Joshi <joshiiitr@xxxxxxxxx>
- Re: [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device.
- From: Kanchan Joshi <joshiiitr@xxxxxxxxx>
- Re: [PATCH] io_uring: check file_slot early when accept use fix_file mode
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: check file_slot early when accept use fix_file mode
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: check file_slot early when accept use fix_file mode
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: check file_slot early when accept use fix_file mode
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: check file_slot early when accept use fix_file mode
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: check file_slot early when accept use fix_file mode
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/6] Fixed-buffers io_uring passthrough over nvme-char
- From: Jens Axboe <axboe@xxxxxxxxx>
- INFO: task hung in io_uring_cancel_generic
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [RFC PATCH 6/6] nvme: enable passthrough with fixed-buffer
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 5/6] io_uring: add support for uring_cmd with fixed-buffer
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 4/6] io_uring: add helper for fixed-buffer uring-cmd
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 2/6] nvme: wire-up support for async-passthru on char-device.
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 0/6] Fixed-buffers io_uring passthrough over nvme-char
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v2] io_uring: fix bug of wrong BUILD_BUG_ON check of __REQ_F_LAST_BIT
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: fix bug of wrong BUILD_BUG_ON check
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: fix bug of wrong BUILD_BUG_ON check
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Followup io_uring fixes for 5.15-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] io_uring: fix bug of wrong BUILD_BUG_ON check
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 4/6] io_uring: let fast poll support multishot
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5/6] io_uring: implement multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: fix bug of wrong BUILD_BUG_ON check
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] io_uring: fix bug of wrong BUILD_BUG_ON check
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH AUTOSEL 5.13 41/46] io-wq: remove GFP_ATOMIC allocation off schedule out path
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.14 41/47] io-wq: remove GFP_ATOMIC allocation off schedule out path
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] Followup io_uring fixes for 5.15-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5/6] io_uring: implement multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5/6] io_uring: implement multishot mode for accept
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in __io_arm_poll_handler
- From: syzbot <syzbot+ba74b85fa15fd7a96437@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/2] iter revert problems
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in __io_arm_poll_handler
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: io_uring_complete() trace should take an integer
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in __io_arm_poll_handler
- From: syzbot <syzbot+ba74b85fa15fd7a96437@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
- From: syzbot <syzbot+726f2ce6dbbf2ad8d133@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/2] iter revert problems
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/2] iter revert problems
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in __io_arm_poll_handler
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
- From: Jens Axboe <axboe@xxxxxxxxx>
- [syzbot] general protection fault in __io_arm_poll_handler
- From: syzbot <syzbot+ba74b85fa15fd7a96437@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] BUG: unable to handle kernel NULL pointer dereference in kiocb_done
- From: syzbot <syzbot+726f2ce6dbbf2ad8d133@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] io_uring: fix possible poll event lost in multi shot mode
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v4 0/2] refactor sqthread cpu binding logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v2] io_uring: fix possible poll event lost in multi shot mode
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/6] io_uring: enhance flush completion logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Laba diena dārgais
- From: POST OFFICE <postofficetogo2@xxxxxxxxx>
- Re: [PATCH 1/6] io_uring: enhance flush completion logic
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH][next] io_uring: Fix a read of ununitialized pointer tctx
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/6] io_uring: enhance flush completion logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/6] io_uring: enhance flush completion logic
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH][next] io_uring: Fix a read of ununitialized pointer tctx
- From: Colin King <colin.king@xxxxxxxxxxxxx>
- Re: [RFC 0/6] fast poll multishot mode
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/6] io_uring: implement multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/6] io_uring: enable multishot mode for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/6] io_uring: let fast poll support multishot
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/6] io_uring: add REQ_F_APOLL_MULTISHOT for requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/6] io_uring: enhance flush completion logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/6] io_uring: add IORING_ACCEPT_MULTISHOT for accept
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [RFC 0/6] fast poll multishot mode
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/5] io-wq: make worker creation resilient against signals
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/5] io-wq: get rid of FIXED worker flag
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 3/5] io-wq: only exit on fatal signals
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/5] io-wq: fix queue stalling race
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/5] io-wq: split bounded and unbounded work into separate lists
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET 0/5] io-wq fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in io_issue_sqe
- From: syzbot <syzbot+de67aa0cf1053e405871@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] general protection fault in io_issue_sqe
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in io_issue_sqe
- From: syzbot <syzbot+de67aa0cf1053e405871@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: trigger worker exit when ring is exiting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: trigger worker exit when ring is exiting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io_uring: trigger worker exit when ring is exiting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v4 0/2] refactor sqthread cpu binding logic
- From: Jens Axboe <axboe@xxxxxxxxx>
[Index of Archives]
[Linux Samsung SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux Kernel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Forum]