summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-05io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov1-8/+50
2022-09-05io_uring: fix wrong arm_poll error handlingPavel Begunkov1-1/+3
2022-09-05io_uring: fail links when poll failsPavel Begunkov1-0/+2
2022-09-05io_uring: bump poll refs to full 31-bitsJens Axboe1-1/+1
2022-09-05io_uring: remove poll entry from list when canceling allJens Axboe1-0/+1
2022-09-05io_uring: Remove unused function req_ref_putJiapeng Chong1-6/+0
2022-09-05io_uring: poll reworkPavel Begunkov1-298/+227
2022-09-05io_uring: inline io_poll_completePavel Begunkov1-11/+2
2022-09-05io_uring: kill poll linking optimisationPavel Begunkov1-6/+2
2022-09-05io_uring: move common poll bitsPavel Begunkov1-37/+37
2022-09-05io_uring: refactor poll updatePavel Begunkov1-36/+26
2022-09-05io_uring: clean cqe filling functionsPavel Begunkov1-28/+29
2022-09-05io_uring: correct fill events helpers typesPavel Begunkov1-12/+12
2022-08-31io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe1-1/+6
2022-08-21io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-08-17io_uring: mem-account pbuf bucketsPavel Begunkov1-1/+2
2022-07-12io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov1-1/+1
2022-07-12io_uring: ensure that fsnotify is always calledJens Axboe1-1/+7
2022-07-07io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprioJens Axboe1-0/+4
2022-07-02io_uring: fix not locked access to fixed buf tablePavel Begunkov1-14/+14
2022-06-22io_uring: fix races with buffer table unregisterPavel Begunkov1-0/+7
2022-06-22io_uring: fix races with file table unregisterPavel Begunkov1-0/+8
2022-05-25io_uring: arm poll for non-nowait filesPavel Begunkov1-7/+0
2022-05-09io_uring: check reserved fields for recv/recvmsgJens Axboe1-0/+2
2022-05-09io_uring: check reserved fields for send/sendmsgJens Axboe1-0/+2
2022-04-20io_uring: use nospec annotation for more indexesPavel Begunkov1-6/+5
2022-04-20io_uring: zero tag on rsrc removalPavel Begunkov1-1/+3
2022-04-20io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken1-0/+2
2022-04-20io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken1-2/+3
2022-04-20io_uring: move io_uring_rsrc_update2 validationDylan Yudaken1-2/+2
2022-04-13io_uring: fix race between timeout flush and removalJens Axboe1-4/+3
2022-04-13io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov1-1/+9
2022-04-13io_uring: defer splice/tee file validity check until command issueJens Axboe1-28/+21
2022-04-13io_uring: don't check req->file in io_fsync_prep()Jens Axboe1-3/+0
2022-04-13io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov1-2/+6
2022-04-13io_uring: nospec index for tags on files updatePavel Begunkov1-1/+1
2022-04-08io_uring: fix memory leak of uid in files registrationPavel Begunkov1-0/+1
2022-04-08io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-04-08io_uring: don't check unrelated req->open.how in accept requestJens Axboe1-2/+1
2022-03-08io_uring: fix no lock protection for ctx->cq_extraHao Xu1-0/+3
2022-03-02io_uring: add a schedule point in io_add_buffers()Eric Dumazet1-0/+1
2022-03-02io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken1-1/+9
2022-03-02io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe1-6/+7
2022-02-23mm: io_uring: allow oom-killer from io_uring_setupShakeel Butt1-3/+2
2022-02-01io_uring: fix bug in slow unregistering of nodesDylan Yudaken1-1/+6
2022-01-29io_uring: fix not released cached task refsPavel Begunkov1-13/+21
2022-01-27io_uring: remove double poll on poll updatePavel Begunkov1-0/+1
2021-12-29io_uring: zero iocb->ki_pos for stream file typesJens Axboe1-3/+7
2021-12-14io_uring: ensure task_work gets run as part of cancelationsJens Axboe1-2/+4
2021-12-01io_uring: fix soft lockup when call __io_remove_buffersYe Bin1-3/+2