summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe2020-12-121-7/+2
* | | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-1/+1
|\ \ \ \
| * | | | file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2020-12-101-1/+1
* | | | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-8/+8
|\ \ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-141-8/+8
| |\ \ \ \ \
| | * | | | | net: Remove the err argument from sock_from_fileFlorent Revest2020-12-041-8/+8
* | | | | | | io_uring: fix file leak on error path of io ctx creationHillf Danton2020-12-081-7/+10
* | | | | | | io_uring: fix mis-seting personality's credsPavel Begunkov2020-12-071-1/+1
|/ / / / / /
* / / / / / io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov2020-11-301-1/+2
|/ / / / /
* | | | | io_uring: fix files grab/cancel racePavel Begunkov2020-11-261-16/+15
* | | | | io_uring: fix ITER_BVEC checkPavel Begunkov2020-11-241-1/+1
* | | | | io_uring: fix shift-out-of-bounds when round up cq sizeJoseph Qi2020-11-241-2/+4
| |_|/ / |/| | |
* | | | Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-201-15/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | io_uring: order refnode recyclingPavel Begunkov2020-11-181-10/+23
| * | | io_uring: get an active ref_node from files_dataPavel Begunkov2020-11-181-3/+1
| * | | io_uring: don't double complete failed reissue requestJens Axboe2020-11-171-1/+0
| * | | io_uring: handle -EOPNOTSUPP on path resolutionJens Axboe2020-11-141-1/+18