summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: remove racy overflow list fast checksPavel Begunkov2020-12-171-4/+1
* io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov2020-12-171-4/+2
* io_uring: hold mmap_sem for mm->locked_vm manipulationJens Axboe2020-12-171-4/+10
* io_uring: break links on shutdown failureJens Axboe2020-12-161-0/+2
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-6/+4
|\
| * block: remove i_bdevChristoph Hellwig2020-12-011-6/+4
* | Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-557/+770
|\ \
| * | io_uring: fix io_cqring_events()'s noflushPavel Begunkov2020-12-091-1/+1
| * | io_uring: fix racy IOPOLL flush overflowPavel Begunkov2020-12-091-4/+6
| * | io_uring: fix racy IOPOLL completionsPavel Begunkov2020-12-091-5/+18
| * | io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang2020-12-091-2/+13
| * | io_uring: add timeout updatePavel Begunkov2020-12-091-4/+50
| * | io_uring: restructure io_timeout_cancel()Pavel Begunkov2020-12-091-19/+23
| * | io_uring: fix files cancellationPavel Begunkov2020-12-091-4/+4
| * | io_uring: use bottom half safe lock for fixed file dataJens Axboe2020-12-091-8/+8
| * | io_uring: fix miscounting ios_leftPavel Begunkov2020-12-091-12/+9
| * | io_uring: change submit file state invariantPavel Begunkov2020-12-091-11/+10
| * | io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang2020-12-091-1/+9
| * | io_uring: share fixed_file_refs b/w multiple rsrcsPavel Begunkov2020-12-091-8/+15
| * | io_uring: replace inflight_wait with tctx->waitPavel Begunkov2020-12-091-7/+6
| * | io_uring: don't take fs for recvmsg/sendmsgPavel Begunkov2020-12-091-4/+2
| * | io_uring: only wake up sq thread while current task is in io worker contextXiaoguang Wang2020-12-091-3/+8
| * | io_uring: don't acquire uring_lock twiceXiaoguang Wang2020-12-091-11/+7
| * | io_uring: initialize 'timeout' properly in io_sq_thread()Xiaoguang Wang2020-12-091-1/+1
| * | io_uring: refactor io_sq_thread() handlingXiaoguang Wang2020-12-091-102/+67
| * | io_uring: always batch cancel in *cancel_files()Pavel Begunkov2020-12-091-114/+21
| * | io_uring: pass files into kill timeouts/pollPavel Begunkov2020-12-091-8/+10
| * | io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov2020-12-091-22/+12
| * | io_uring: cancel only requests of current taskPavel Begunkov2020-12-091-18/+5
| * | io_uring: add a {task,files} pair matching helperPavel Begunkov2020-12-091-26/+22
| * | io_uring: simplify io_task_match()Pavel Begunkov2020-12-091-5/+1
| * | io_uring: inline io_import_iovec()Pavel Begunkov2020-12-091-24/+16
| * | io_uring: remove duplicated io_size from rwPavel Begunkov2020-12-091-10/+6
| * | fs/io_uring Don't use the return value from import_iovec().David Laight2020-12-091-4/+4
| * | io_uring: NULL files dereference by SQPOLLPavel Begunkov2020-12-091-7/+12
| * | io_uring: add timeout support for io_uring_enter()Hao Xu2020-12-091-7/+62
| * | io_uring: only plug when appropriateJens Axboe2020-12-091-2/+23
| * | io_uring: rearrange io_kiocb fields for better cachingPavel Begunkov2020-12-091-2/+1
| * | io_uring: link requests with singly linked listPavel Begunkov2020-12-091-81/+52
| * | io_uring: track link timeout's master explicitlyPavel Begunkov2020-12-091-12/+12
| * | io_uring: track link's head and tail during submitPavel Begunkov2020-12-091-8/+16
| * | io_uring: split poll and poll_remove structsPavel Begunkov2020-12-091-8/+9
| * | io_uring: add support for IORING_OP_UNLINKATJens Axboe2020-12-091-0/+64
| * | io_uring: add support for IORING_OP_RENAMEATJens Axboe2020-12-091-0/+70
| * | io_uring: enable file table usage for SQPOLL ringsJens Axboe2020-12-091-7/+7
| * | io_uring: allow non-fixed files with SQPOLLJens Axboe2020-12-091-18/+69
| * | io_uring: add support for shutdown(2)Jens Axboe2020-11-231-0/+52
| * | io_uring: allow SQPOLL with CAP_SYS_NICE privilegesJens Axboe2020-11-231-1/+1
* | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-22/+8
|\ \ \
| * | | io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe2020-12-121-15/+6