- a75457f io_uring: fix blocking inline submission by Pavel Begunkov · 3 years, 7 months ago
- ec72cb5 io_uring: use better types for cflags by Pavel Begunkov · 3 years, 11 months ago
- 0b2a990 io_uring: fix link timeout refs by Pavel Begunkov · 3 years, 8 months ago
- cbbc13b io_uring: fix overflows checks in provide buffers by Pavel Begunkov · 3 years, 9 months ago
- 7e916d0 io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers by Thadeu Lima de Souza Cascardo · 3 years, 9 months ago
- 6fbdce3 io_uring: don't mark S_ISBLK async work as unbounded by Jens Axboe · 3 years, 10 months ago
- 7345d4b io_uring: fix timeout cancel return code by Pavel Begunkov · 3 years, 10 months ago
- 44c816c io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL by Stefan Metzmacher · 3 years, 10 months ago
- 21c2bbc io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls by Stefan Metzmacher · 3 years, 10 months ago
- 861fc28 io_uring: fix ->flags races by linked timeouts by Pavel Begunkov · 3 years, 10 months ago
- dcf2dfc io_uring: fix provide_buffers sign extension by Pavel Begunkov · 3 years, 10 months ago
- 76f4966 io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return by Jens Axboe · 3 years, 11 months ago
- 3c08f77 io_uring: don't attempt IO reissue from the ring exit path by Jens Axboe · 3 years, 11 months ago
- 1c20e90 io_uring: fix inconsistent lock state by Pavel Begunkov · 3 years, 10 months ago
- 6cae809 io_uring: ensure that SQPOLL thread is started for exit by Jens Axboe · 3 years, 11 months ago
- a2501d8 io_uring: ignore double poll add on the same waitqueue head by Jens Axboe · 3 years, 11 months ago
- 81dfee4 io_uring: fix possible deadlock in io_uring_poll by Hao Xu · 4 years ago
- 5592eae io_uring: drop mm/files between task_work_submit by Pavel Begunkov · 4 years ago
- 88dbd08 io_uring: reinforce cancel on flush during exit by Pavel Begunkov · 4 years ago
- aa43515 io_uring: fix sqo ownership false positive warning by Pavel Begunkov · 4 years ago
- 8c7febf io_uring: fix list corruption for splice file_get by Pavel Begunkov · 4 years ago
- 7250f33 io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE by Hao Xu · 4 years ago
- d300d03 io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE by Pavel Begunkov · 4 years ago
- 52382df8 io_uring: replace inflight_wait with tctx->wait by Pavel Begunkov · 4 years ago
- b462a7b io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE by Pavel Begunkov · 4 years ago
- f0ff1a9 io_uring: if we see flush on exit, cancel related tasks by Jens Axboe · 4 years ago
- d16692a io_uring: account io_uring internal files as REQ_F_INFLIGHT by Jens Axboe · 4 years ago
- 1e7eb06 io_uring: fix files cancellation by Pavel Begunkov · 4 years ago
- dbdcde4 io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years ago
- f8fbdbb io_uring: pass files into kill timeouts/poll by Pavel Begunkov · 4 years ago
- 49250f3 io_uring: don't iterate io_uring_cancel_files() by Pavel Begunkov · 4 years ago
- f6d93f8 io_uring: add a {task,files} pair matching helper by Pavel Begunkov · 4 years ago
- fe93341 io_uring: simplify io_task_match() by Pavel Begunkov · 4 years ago
- 4f25d44 io_uring: don't modify identity's files uncess identity is cowed by Xiaoguang Wang · 4 years ago
- bc79ff0 io_uring: fix wqe->lock/completion_lock deadlock by Pavel Begunkov · 4 years ago
- d92d008 io_uring: fix sleeping under spin in __io_clean_op by Pavel Begunkov · 4 years ago
- 7bccd1c io_uring: dont kill fasync under completion_lock by Pavel Begunkov · 4 years ago
- 186725a io_uring: fix skipping disabling sqo on exec by Pavel Begunkov · 4 years ago
- 54b4c4f io_uring: fix uring_flush in exit_files() warning by Pavel Begunkov · 4 years ago
- 0682759 io_uring: fix false positive sqo warning on flush by Pavel Begunkov · 4 years ago
- 8cb6f4d io_uring: do sqo disable on install_fd error by Pavel Begunkov · 4 years ago
- 0e3562e io_uring: fix null-deref in io_disable_sqo_submit by Pavel Begunkov · 4 years ago
- a63d915 io_uring: stop SQPOLL submit on creator's death by Pavel Begunkov · 4 years ago
- da67631 io_uring: add warn_once for io_uring_flush() by Pavel Begunkov · 4 years ago
- 18f3159 io_uring: inline io_uring_attempt_task_drop() by Pavel Begunkov · 4 years ago
- 2df15ef io_uring: fix short read retries for non-reg files by Pavel Begunkov · 4 years ago
- f3ac7a5 io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state by Jens Axboe · 4 years ago
- ca75872 io_uring: iopoll requests should also wake task ->in_idle state by Jens Axboe · 4 years ago
- 2ca824c io_uring: flush timeouts that should already have expired by Marcelo Diop-Gonzalez · 4 years ago
- 94dbb87 io_uring: drop file refs after task cancel by Pavel Begunkov · 4 years ago
- f7f3282 io_uring: drop mm and files after task_work_run by Pavel Begunkov · 4 years ago
- a3647cd io_uring: don't take files/mm for a dead task by Pavel Begunkov · 4 years ago
- 458b405 io_uring: Fix return value from alloc_fixed_file_ref_node by Matthew Wilcox (Oracle) · 4 years ago
- 85e25e2 io_uring: patch up IOPOLL overflow_flush sync by Pavel Begunkov · 4 years ago
- bc924dd io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years ago
- 1d5e50d io_uring: synchronise IOPOLL on task_submit fail by Pavel Begunkov · 4 years ago
- c7b04d2 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years, 1 month ago
- b5a2f09 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 2 months ago
- ce00a7d io_uring: fix io_sqe_files_unregister() hangs by Pavel Begunkov · 4 years, 1 month ago
- b25b869 io_uring: add a helper for setting a ref node by Pavel Begunkov · 4 years, 1 month ago
- 25a2de6 io_uring: use bottom half safe lock for fixed file data by Jens Axboe · 4 years, 2 months ago
- 7247bc6 io_uring: don't assume mm is constant across submits by Jens Axboe · 4 years, 1 month ago
- 52504a6 io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years, 1 month ago
- 7b81e2a io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years, 1 month ago
- 5998fe5 io_uring: fix double io_uring free by Pavel Begunkov · 4 years, 1 month ago
- 9f8ebec io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years, 1 month ago
- 10e5fb0 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 1 month ago
- 72a016d io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years, 1 month ago
- cd13f1d io_uring: always let io_iopoll_complete() complete polled io by Xiaoguang Wang · 4 years, 1 month ago
- f961c2b io_uring: fix racy IOPOLL completions by Pavel Begunkov · 4 years, 1 month ago
- 821d12a io_uring: fix io_cqring_events()'s noflush by Pavel Begunkov · 4 years, 1 month ago
- b2ec2b1 io_uring: cancel reqs shouldn't kill overflow list by Pavel Begunkov · 4 years, 1 month ago
- c0fd45a io_uring: fix racy IOPOLL flush overflow by Pavel Begunkov · 4 years, 1 month ago
- a773dea io_uring: cancel only requests of current task by Pavel Begunkov · 4 years, 2 months ago
- f26c08b io_uring: fix file leak on error path of io ctx creation by Hillf Danton · 4 years, 1 month ago
- e8c954d io_uring: fix mis-seting personality's creds by Pavel Begunkov · 4 years, 1 month ago
- 2d280bc io_uring: fix recvmsg setup with compat buf-select by Pavel Begunkov · 4 years, 2 months ago
- af60470 io_uring: fix files grab/cancel race by Pavel Begunkov · 4 years, 2 months ago
- 9c3a205 io_uring: fix ITER_BVEC check by Pavel Begunkov · 4 years, 2 months ago
- eb2667b3 io_uring: fix shift-out-of-bounds when round up cq size by Joseph Qi · 4 years, 2 months ago
- fa5fca7 Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- e297822 io_uring: order refnode recycling by Pavel Begunkov · 4 years, 2 months ago
- 1e5d770 io_uring: get an active ref_node from files_data by Pavel Begunkov · 4 years, 2 months ago
- c993df5 io_uring: don't double complete failed reissue request by Jens Axboe · 4 years, 2 months ago
- 944d144 io_uring: handle -EOPNOTSUPP on path resolution by Jens Axboe · 4 years, 2 months ago
- f01c30d Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
- 88ec321 io_uring: round-up cq size before comparing with rounded sq size by Jens Axboe · 4 years, 2 months ago
- 8a3c84b vfs: separate __sb_start_write into blocking and non-blocking helpers by Darrick J. Wong · 4 years, 2 months ago
- 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 2 months ago
- 6b47ab8 io_uring: use correct pointer for io_uring_show_cred() by Jens Axboe · 4 years, 2 months ago
- ef9865a io_uring: don't forget to task-cancel drained reqs by Pavel Begunkov · 4 years, 2 months ago
- 99b3280 io_uring: fix overflowed cancel w/ linked ->files by Pavel Begunkov · 4 years, 2 months ago
- cb8a8ae io_uring: drop req/tctx io_identity separately by Jens Axboe · 4 years, 2 months ago
- 4b70cf9 io_uring: ensure consistent view of original task ->mm from SQPOLL by Jens Axboe · 4 years, 3 months ago
- fdaf083 io_uring: properly handle SQPOLL request cancelations by Jens Axboe · 4 years, 3 months ago
- cf9446c Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- c8b5e26 io_uring: use type appropriate io_kiocb handler for double poll by Jens Axboe · 4 years, 3 months ago
- af00418 Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
- 0d63c14 io_uring: simplify __io_queue_sqe() by Pavel Begunkov · 4 years, 3 months ago
- 9aaf354 io_uring: simplify nxt propagation in io_queue_sqe by Pavel Begunkov · 4 years, 3 months ago