summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2022-03-08io_uring: fix no lock protection for ctx->cq_extraHao Xu
2022-03-02io_uring: add a schedule point in io_add_buffers()Eric Dumazet
2022-03-02io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken
2022-03-02io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe
2022-02-23mm: io_uring: allow oom-killer from io_uring_setupShakeel Butt
2022-02-01io_uring: fix bug in slow unregistering of nodesDylan Yudaken
2022-01-29io_uring: fix not released cached task refsPavel Begunkov
2022-01-27io_uring: remove double poll on poll updatePavel Begunkov
2021-12-29io_uring: zero iocb->ki_pos for stream file typesJens Axboe
2021-12-14io_uring: ensure task_work gets run as part of cancelationsJens Axboe
2021-12-01io_uring: fix soft lockup when call __io_remove_buffersYe Bin
2021-12-01io_uring: fix link traversal lockingPavel Begunkov
2021-12-01io_uring: fail cancellation for EXITING tasksPavel Begunkov
2021-12-01io_uring: correct link-list traversal lockingPavel Begunkov
2021-11-18io_uring: honour zeroes as io-wq worker limitsPavel Begunkov
2021-10-21io_uring: apply worker limits to previous usersio_uring-5.15-2021-10-22Pavel Begunkov
2021-10-20io_uring: fix ltimeout unprepPavel Begunkov
2021-10-20io_uring: apply max_workers limit to all future usersPavel Begunkov
2021-10-14io_uring: fix wrong condition to grab uring lockio_uring-5.15-2021-10-17Hao Xu
2021-10-01io_uring: kill fasyncio_uring-5.15-2021-10-01Pavel Begunkov
2021-09-24io_uring: make OP_CLOSE consistent with direct openio_uring-5.15-2021-09-25Pavel Begunkov
2021-09-24io_uring: kill extra checks in io_write()Pavel Begunkov
2021-09-24io_uring: don't punt files update to io-wq unconditionallyJens Axboe
2021-09-24io_uring: put provided buffer meta data under memcg accountingJens Axboe
2021-09-24io_uring: allow conditional reschedule for intensive iteratorsJens Axboe
2021-09-24io_uring: fix potential req refcount underflowHao Xu
2021-09-24io_uring: fix missing set of EPOLLONESHOT for CQ ring overflowHao Xu
2021-09-24io_uring: fix race between poll completion and cancel_hash insertionHao Xu
2021-09-17Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-15io_uring: move iopoll reissue into regular IO pathiov_iter.3-5.15-2021-09-17Pavel Begunkov
2021-09-15io_uring: use iov_iter state save/restore helpersJens Axboe
2021-09-14io_uring: allow retry for O_NONBLOCK if async is supportedio_uring-5.15-2021-09-17Jens Axboe
2021-09-14io_uring: auto-removal for direct open/acceptPavel Begunkov
2021-09-14io_uring: fix missing sigmask restore in io_cqring_wait()Xiaoguang Wang
2021-09-13io_uring: pin SQPOLL data before unlocking ring lockJens Axboe
2021-09-12io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe
2021-09-11Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-10io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BITio_uring-5.15-2021-09-11Hao Xu
2021-09-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-09io_uring: fail links of cancelled timeoutsPavel Begunkov
2021-09-08io_uring: drop ctx->uring_lock before acquiring sqd->lockJens Axboe
2021-09-08io_uring: fix missing mb() before waitqueue_activePavel Begunkov
2021-09-06Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-03io_uring: reexpand under-reexpanded itersPavel Begunkov
2021-09-03io_uring: fix possible poll event lost in multi shot modeXiaoguang Wang
2021-09-03io_uring: prolong tctx_task_work() with flushingPavel Begunkov
2021-09-03io_uring: don't disable kiocb_done() CQE batchingPavel Begunkov
2021-09-03io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLLJens Axboe
2021-08-31io_uring: don't submit half-prepared drain requestPavel Begunkov
2021-08-31io_uring: fix queueing half-created requestsPavel Begunkov