aboutsummaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-12-09io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang
2020-12-09io_uring: share fixed_file_refs b/w multiple rsrcsPavel Begunkov
2020-12-09io_uring: replace inflight_wait with tctx->waitPavel Begunkov
2020-12-09io_uring: don't take fs for recvmsg/sendmsgPavel Begunkov
2020-12-09io_uring: only wake up sq thread while current task is in io worker contextXiaoguang Wang
2020-12-09io_uring: don't acquire uring_lock twiceXiaoguang Wang
2020-12-09io_uring: initialize 'timeout' properly in io_sq_thread()Xiaoguang Wang
2020-12-09io_uring: refactor io_sq_thread() handlingXiaoguang Wang
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov
2020-12-09io_uring: pass files into kill timeouts/pollPavel Begunkov
2020-12-09io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov
2020-12-09io_uring: cancel only requests of current taskPavel Begunkov
2020-12-09io_uring: add a {task,files} pair matching helperPavel Begunkov
2020-12-09io_uring: simplify io_task_match()Pavel Begunkov
2020-12-09io_uring: inline io_import_iovec()Pavel Begunkov
2020-12-09io_uring: remove duplicated io_size from rwPavel Begunkov
2020-12-09fs/io_uring Don't use the return value from import_iovec().David Laight
2020-12-09io_uring: NULL files dereference by SQPOLLPavel Begunkov
2020-12-09io_uring: add timeout support for io_uring_enter()Hao Xu
2020-12-09io_uring: only plug when appropriateJens Axboe
2020-12-09io_uring: rearrange io_kiocb fields for better cachingPavel Begunkov
2020-12-09io_uring: link requests with singly linked listPavel Begunkov
2020-12-09io_uring: track link timeout's master explicitlyPavel Begunkov
2020-12-09io_uring: track link's head and tail during submitPavel Begunkov
2020-12-09io_uring: split poll and poll_remove structsPavel Begunkov
2020-12-09io_uring: add support for IORING_OP_UNLINKATJens Axboe
2020-12-09io_uring: add support for IORING_OP_RENAMEATJens Axboe
2020-12-09io_uring: enable file table usage for SQPOLL ringsJens Axboe
2020-12-09io_uring: allow non-fixed files with SQPOLLJens Axboe
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest
2020-12-01block: remove i_bdevChristoph Hellwig
2020-11-30io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov
2020-11-26io_uring: fix files grab/cancel racePavel Begunkov
2020-11-24io_uring: fix ITER_BVEC checkPavel Begunkov
2020-11-24io_uring: fix shift-out-of-bounds when round up cq sizeJoseph Qi
2020-11-23io_uring: add support for shutdown(2)Jens Axboe
2020-11-23io_uring: allow SQPOLL with CAP_SYS_NICE privilegesJens Axboe
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-18io_uring: order refnode recyclingPavel Begunkov
2020-11-18io_uring: get an active ref_node from files_dataPavel Begunkov
2020-11-17io_uring: don't double complete failed reissue requestJens Axboe
2020-11-14io_uring: handle -EOPNOTSUPP on path resolutionJens Axboe
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-11io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-11-05io_uring: fix link lookup racing with link timeoutPavel Begunkov
2020-11-05io_uring: use correct pointer for io_uring_show_cred()Jens Axboe
2020-11-05io_uring: don't forget to task-cancel drained reqsPavel Begunkov