summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: use nospec annotation for more indexesPavel Begunkov2022-04-201-6/+5
* io_uring: zero tag on rsrc removalPavel Begunkov2022-04-201-1/+3
* io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken2022-04-201-0/+2
* io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken2022-04-201-2/+3
* io_uring: move io_uring_rsrc_update2 validationDylan Yudaken2022-04-201-2/+2
* io_uring: fix race between timeout flush and removalJens Axboe2022-04-131-4/+3
* io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov2022-04-131-1/+9
* io_uring: defer splice/tee file validity check until command issueJens Axboe2022-04-131-28/+21
* io_uring: don't check req->file in io_fsync_prep()Jens Axboe2022-04-131-3/+0
* io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov2022-04-131-2/+6
* io_uring: nospec index for tags on files updatePavel Begunkov2022-04-131-1/+1
* io_uring: fix memory leak of uid in files registrationPavel Begunkov2022-04-081-0/+1
* io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe2022-04-081-2/+4
* io_uring: don't check unrelated req->open.how in accept requestJens Axboe2022-04-081-2/+1
* io_uring: fix no lock protection for ctx->cq_extraHao Xu2022-03-081-0/+3
* io_uring: add a schedule point in io_add_buffers()Eric Dumazet2022-03-021-0/+1
* io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken2022-03-021-1/+9
* io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe2022-03-021-6/+7
* mm: io_uring: allow oom-killer from io_uring_setupShakeel Butt2022-02-231-3/+2
* io_uring: fix bug in slow unregistering of nodesDylan Yudaken2022-02-011-1/+6
* io_uring: fix not released cached task refsPavel Begunkov2022-01-291-13/+21
* io_uring: remove double poll on poll updatePavel Begunkov2022-01-271-0/+1
* io_uring: zero iocb->ki_pos for stream file typesJens Axboe2021-12-291-3/+7
* io_uring: ensure task_work gets run as part of cancelationsJens Axboe2021-12-141-2/+4
* io_uring: fix soft lockup when call __io_remove_buffersYe Bin2021-12-011-3/+2
* io_uring: fix link traversal lockingPavel Begunkov2021-12-011-18/+42
* io_uring: fail cancellation for EXITING tasksPavel Begunkov2021-12-011-2/+3
* io_uring: correct link-list traversal lockingPavel Begunkov2021-12-011-4/+8
* io_uring: honour zeroes as io-wq worker limitsPavel Begunkov2021-11-181-1/+3
* io_uring: apply worker limits to previous usersPavel Begunkov2021-10-211-0/+18
* io_uring: fix ltimeout unprepPavel Begunkov2021-10-201-6/+1
* io_uring: apply max_workers limit to all future usersPavel Begunkov2021-10-201-6/+23
* io_uring: fix wrong condition to grab uring lockHao Xu2021-10-141-1/+1
* io_uring: kill fasyncPavel Begunkov2021-10-011-15/+2
* io_uring: make OP_CLOSE consistent with direct openPavel Begunkov2021-09-241-1/+51
* io_uring: kill extra checks in io_write()Pavel Begunkov2021-09-241-3/+0
* io_uring: don't punt files update to io-wq unconditionallyJens Axboe2021-09-241-5/+2
* io_uring: put provided buffer meta data under memcg accountingJens Axboe2021-09-241-1/+1
* io_uring: allow conditional reschedule for intensive iteratorsJens Axboe2021-09-241-2/+6
* io_uring: fix potential req refcount underflowHao Xu2021-09-241-2/+7
* io_uring: fix missing set of EPOLLONESHOT for CQ ring overflowHao Xu2021-09-241-1/+3
* io_uring: fix race between poll completion and cancel_hash insertionHao Xu2021-09-241-3/+3
* Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-171-40/+76
|\
| * io_uring: move iopoll reissue into regular IO pathPavel Begunkov2021-09-151-19/+15
| * io_uring: use iov_iter state save/restore helpersJens Axboe2021-09-151-21/+61
* | io_uring: allow retry for O_NONBLOCK if async is supportedJens Axboe2021-09-141-5/+11
* | io_uring: auto-removal for direct open/acceptPavel Begunkov2021-09-141-18/+34
* | io_uring: fix missing sigmask restore in io_cqring_wait()Xiaoguang Wang2021-09-141-8/+8
* | io_uring: pin SQPOLL data before unlocking ring lockJens Axboe2021-09-131-3/+9
* | io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe2021-09-121-3/+6