- c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years, 1 month ago
- 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years ago
- a528b04 io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years ago
- f57555e io_uring: end waiting before task cancel attempts by Pavel Begunkov · 4 years, 1 month ago
- 55583d7 io_uring: always progress task_work on task cancel by Pavel Begunkov · 4 years, 1 month ago
- 00c1864 io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years, 1 month ago
- dd20166 io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years, 1 month ago
- dfea9fc io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years, 1 month ago
- 89448c4 io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years, 1 month ago
- 09e8840 io_uring: inline io_cqring_mark_overflow() by Pavel Begunkov · 4 years, 1 month ago
- e23de15 io_uring: consolidate CQ nr events calculation by Pavel Begunkov · 4 years, 1 month ago
- 9cd2be5 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years, 1 month ago
- cda286f io_uring: cancel reqs shouldn't kill overflow list by Pavel Begunkov · 4 years, 1 month ago
- 4bc4a91 io_uring: hold mmap_sem for mm->locked_vm manipulation by Jens Axboe · 4 years, 1 month ago
- a146468 io_uring: break links on shutdown failure by Jens Axboe · 4 years, 1 month ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 48aba79 Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 1 month ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
- a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- 355fb9e io_uring: remove 'twa_signal_ok' deadlock work-around by Jens Axboe · 4 years, 2 months ago
- 792ee0f6 io_uring: JOBCTL_TASK_WORK is no longer used by task_work by Jens Axboe · 4 years, 2 months ago
- 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 2 months ago
- 59850d2 io_uring: fix io_cqring_events()'s noflush by Pavel Begunkov · 4 years, 1 month ago
- 634578f io_uring: fix racy IOPOLL flush overflow by Pavel Begunkov · 4 years, 1 month ago
- 31bff9a io_uring: fix racy IOPOLL completions by Pavel Begunkov · 4 years, 1 month ago
- dad1b12 io_uring: always let io_iopoll_complete() complete polled io by Xiaoguang Wang · 4 years, 1 month ago
- 9c8e11b io_uring: add timeout update by Pavel Begunkov · 4 years, 1 month ago
- fbd1584 io_uring: restructure io_timeout_cancel() by Pavel Begunkov · 4 years, 1 month ago
- bee749b io_uring: fix files cancellation by Pavel Begunkov · 4 years, 1 month ago
- ac0648a io_uring: use bottom half safe lock for fixed file data by Jens Axboe · 4 years, 1 month ago
- bd5bbda io_uring: fix miscounting ios_left by Pavel Begunkov · 4 years, 2 months ago
- 6e1271e io_uring: change submit file state invariant by Pavel Begunkov · 4 years, 2 months ago
- 65b2b21 io_uring: check kthread stopped flag when sq thread is unparked by Xiaoguang Wang · 4 years, 2 months ago
- 36f72fe io_uring: share fixed_file_refs b/w multiple rsrcs by Pavel Begunkov · 4 years, 2 months ago
- c98de08 io_uring: replace inflight_wait with tctx->wait by Pavel Begunkov · 4 years, 2 months ago
- 10cad2c io_uring: don't take fs for recvmsg/sendmsg by Pavel Begunkov · 4 years, 2 months ago
- 2e9dbe9 io_uring: only wake up sq thread while current task is in io worker context by Xiaoguang Wang · 4 years, 2 months ago
- 906a3c6 io_uring: don't acquire uring_lock twice by Xiaoguang Wang · 4 years, 2 months ago
- a0d9205 io_uring: initialize 'timeout' properly in io_sq_thread() by Xiaoguang Wang · 4 years, 2 months ago
- 0836924 io_uring: refactor io_sq_thread() handling by Xiaoguang Wang · 4 years, 2 months ago
- f6edbab io_uring: always batch cancel in *cancel_files() by Pavel Begunkov · 4 years, 2 months ago
- 6b81928 io_uring: pass files into kill timeouts/poll by Pavel Begunkov · 4 years, 2 months ago
- b52fda0 io_uring: don't iterate io_uring_cancel_files() by Pavel Begunkov · 4 years, 2 months ago
- df9923f io_uring: cancel only requests of current task by Pavel Begunkov · 4 years, 2 months ago
- 08d2363 io_uring: add a {task,files} pair matching helper by Pavel Begunkov · 4 years, 2 months ago
- 06de5f5 io_uring: simplify io_task_match() by Pavel Begunkov · 4 years, 2 months ago
- 2846c48 io_uring: inline io_import_iovec() by Pavel Begunkov · 4 years, 2 months ago
- 632546c io_uring: remove duplicated io_size from rw by Pavel Begunkov · 4 years, 2 months ago
- 10fc72e fs/io_uring Don't use the return value from import_iovec(). by David Laight · 4 years, 2 months ago
- 1a38ffc io_uring: NULL files dereference by SQPOLL by Pavel Begunkov · 4 years, 2 months ago
- c73ebb6 io_uring: add timeout support for io_uring_enter() by Hao Xu · 4 years, 2 months ago
- 27926b6 io_uring: only plug when appropriate by Jens Axboe · 4 years, 2 months ago
- 0415767 io_uring: rearrange io_kiocb fields for better caching by Pavel Begunkov · 4 years, 2 months ago
- f2f8737 io_uring: link requests with singly linked list by Pavel Begunkov · 4 years, 2 months ago
- 90cd7e4 io_uring: track link timeout's master explicitly by Pavel Begunkov · 4 years, 2 months ago
- 863e056 io_uring: track link's head and tail during submit by Pavel Begunkov · 4 years, 2 months ago
- 018043b io_uring: split poll and poll_remove structs by Pavel Begunkov · 4 years, 2 months ago
- 14a1143 io_uring: add support for IORING_OP_UNLINKAT by Jens Axboe · 4 years, 3 months ago
- 80a261f io_uring: add support for IORING_OP_RENAMEAT by Jens Axboe · 4 years, 3 months ago
- 14587a46 io_uring: enable file table usage for SQPOLL rings by Jens Axboe · 4 years, 4 months ago
- 28cea78a io_uring: allow non-fixed files with SQPOLL by Jens Axboe · 4 years, 4 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
- dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
- 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 1 month ago
- 2d280bc io_uring: fix recvmsg setup with compat buf-select by Pavel Begunkov · 4 years, 1 month ago
- af60470 io_uring: fix files grab/cancel race by Pavel Begunkov · 4 years, 1 month ago
- 9c3a205 io_uring: fix ITER_BVEC check by Pavel Begunkov · 4 years, 1 month ago
- eb2667b3 io_uring: fix shift-out-of-bounds when round up cq size by Joseph Qi · 4 years, 1 month ago
- 36f4fa6 io_uring: add support for shutdown(2) by Jens Axboe · 4 years, 4 months ago
- ce59fc6 io_uring: allow SQPOLL with CAP_SYS_NICE privileges by Jens Axboe · 4 years, 4 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, 2 months ago
- fdaf083 io_uring: properly handle SQPOLL request cancelations by Jens Axboe · 4 years, 2 months ago
- cf9446c Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- c8b5e26 io_uring: use type appropriate io_kiocb handler for double poll by Jens Axboe · 4 years, 2 months ago
- af00418 Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- 0d63c14 io_uring: simplify __io_queue_sqe() by Pavel Begunkov · 4 years, 2 months ago
- 9aaf354 io_uring: simplify nxt propagation in io_queue_sqe by Pavel Begunkov · 4 years, 2 months ago
- feaadc4 io_uring: don't miss setting IO_WQ_WORK_CONCURRENT by Pavel Begunkov · 4 years, 2 months ago
- c9abd7a io_uring: don't defer put of cancelled ltimeout by Pavel Begunkov · 4 years, 2 months ago
- cdfcc3e io_uring: always clear LINK_TIMEOUT after cancel by Pavel Begunkov · 4 years, 2 months ago
- ac877d2 io_uring: don't adjust LINK_HEAD in cancel ltimeout by Pavel Begunkov · 4 years, 2 months ago
- e08102d io_uring: remove opcode check on ltimeout kill by Pavel Begunkov · 4 years, 2 months ago
- 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
- 4017eb9 io_uring: make loop_rw_iter() use original user supplied pointers by Jens Axboe · 4 years, 2 months ago