summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-27io_uring: fix short read retries for non-reg filesPavel Begunkov1-1/+1
2021-01-27io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe1-1/+2
2021-01-27io_uring: iopoll requests should also wake task ->in_idle stateJens Axboe1-0/+4
2021-01-27io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez1-4/+30
2021-01-19io_uring: drop file refs after task cancelPavel Begunkov1-9/+16
2021-01-19io_uring: drop mm and files after task_work_runPavel Begunkov1-0/+2
2021-01-19io_uring: don't take files/mm for a dead taskPavel Begunkov1-0/+2
2021-01-17io_uring: Fix return value from alloc_fixed_file_ref_nodeMatthew Wilcox (Oracle)1-6/+6
2021-01-17io_uring: patch up IOPOLL overflow_flush syncPavel Begunkov1-37/+41
2021-01-17io_uring: limit {io|sq}poll submit locking scopePavel Begunkov1-3/+6
2021-01-17io_uring: synchronise IOPOLL on task_submit failPavel Begunkov1-5/+6
2021-01-06io_uring: remove racy overflow list fast checksPavel Begunkov1-4/+1
2021-01-06io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang1-1/+9
2021-01-06io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2021-01-06io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
2021-01-06io_uring: use bottom half safe lock for fixed file dataJens Axboe1-8/+8
2021-01-06io_uring: don't assume mm is constant across submitsJens Axboe1-7/+7
2021-01-06io_uring: close a small race gap for files cancelPavel Begunkov1-4/+4
2020-12-30io_uring: make ctx cancel on exit targeted to actual ctxJens Axboe1-1/+8
2020-12-30io_uring: fix double io_uring freePavel Begunkov1-32/+39
2020-12-30io_uring: fix ignoring xa_store errorsPavel Begunkov1-3/+7
2020-12-30io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Xiaoguang Wang1-10/+19
2020-12-30io_uring: fix 0-iov read buffer selectPavel Begunkov1-3/+1
2020-12-30io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang1-2/+13
2020-12-30io_uring: fix racy IOPOLL completionsPavel Begunkov1-5/+18
2020-12-30io_uring: fix io_cqring_events()'s noflushPavel Begunkov1-1/+1
2020-12-30io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov1-4/+2
2020-12-30io_uring: fix racy IOPOLL flush overflowPavel Begunkov1-4/+6
2020-12-30io_uring: cancel only requests of current taskPavel Begunkov1-18/+5
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov1-1/+1
2020-11-30io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov1-1/+2
2020-11-26io_uring: fix files grab/cancel racePavel Begunkov1-16/+15
2020-11-24io_uring: fix ITER_BVEC checkPavel Begunkov1-1/+1
2020-11-24io_uring: fix shift-out-of-bounds when round up cq sizeJoseph Qi1-2/+4
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+42
2020-11-18io_uring: order refnode recyclingPavel Begunkov1-10/+23
2020-11-18io_uring: get an active ref_node from files_dataPavel Begunkov1-3/+1
2020-11-18io_uring: don't double complete failed reissue requestJens Axboe1-1/+0
2020-11-14io_uring: handle -EOPNOTSUPP on path resolutionJens Axboe1-1/+18
2020-11-14Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+1
2020-11-11io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe1-1/+1
2020-11-11vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong1-2/+1
2020-11-06io_uring: fix link lookup racing with link timeoutPavel Begunkov1-1/+15
2020-11-05io_uring: use correct pointer for io_uring_show_cred()Jens Axboe1-1/+2
2020-11-05io_uring: don't forget to task-cancel drained reqsPavel Begunkov1-2/+8
2020-11-04io_uring: fix overflowed cancel w/ linked ->filesPavel Begunkov1-22/+21
2020-11-04io_uring: drop req/tctx io_identity separatelyJens Axboe1-3/+6
2020-11-04io_uring: ensure consistent view of original task ->mm from SQPOLLJens Axboe1-7/+20
2020-11-04io_uring: properly handle SQPOLL request cancelationsJens Axboe1-12/+65