summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-06-25io_uring: provide generic io_req_complete() helperJens Axboe
2020-06-25io_uring: fix NULL-mm for linked reqsPavel Begunkov
2020-06-25io_uring: fix current->mm NULL dereference on exitPavel Begunkov
2020-06-25io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov
2020-06-23io_uring: fix io_sq_thread no schedule when busyXuan Zhuo
2020-06-21io_uring: kill NULL checks for submit statePavel Begunkov
2020-06-21io_uring: set @poll->file after @poll initPavel Begunkov
2020-06-21io_uring: remove REQ_F_MUST_PUNTPavel Begunkov
2020-06-21io_uring: remove setting REQ_F_MUST_PUNT in rwPavel Begunkov
2020-06-21io_uring: support true async buffered reads, if file provides itJens Axboe
2020-06-21io_uring: re-issue block requests that failed because of resourcesJens Axboe
2020-06-21io_uring: catch -EIO from buffered issue request failureJens Axboe
2020-06-21io_uring: always plug for any number of IOsJens Axboe
2020-06-21io_uring: separate reporting of ring pages from registered pagesBijan Mottahedeh
2020-06-21io_uring: report pinned memory usageBijan Mottahedeh
2020-06-21io_uring: rename ctx->account_mem fieldBijan Mottahedeh
2020-06-21io_uring: add wrappers for memory accountingBijan Mottahedeh
2020-06-21io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behaviorJiufei Xue
2020-06-21io_uring: change the poll type to be 32-bitsJiufei Xue
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang
2020-06-17io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe
2020-06-17io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe
2020-06-17io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang
2020-06-17io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang
2020-06-15io_uring: cancel by ->task not pidPavel Begunkov
2020-06-15io_uring: lazy get taskPavel Begunkov
2020-06-15io_uring: batch cancel in io_uring_cancel_files()Pavel Begunkov
2020-06-15io_uring: cancel all task's requests on exitPavel Begunkov
2020-06-15io-wq: add an option to cancel all matched reqsPavel Begunkov
2020-06-15io_uring: fix lazy work initPavel Begunkov
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-11io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-06-10io_uring: check file O_NONBLOCK state for acceptJiufei Xue
2020-06-10io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang
2020-06-09io_uring: allow O_NONBLOCK async retryJens Axboe
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov
2020-06-08io_uring: don't arm a timeout through work.funcPavel Begunkov
2020-06-08io_uring: remove custom ->func handlersPavel Begunkov
2020-06-08io_uring: don't derive close state from ->funcPavel Begunkov
2020-06-08io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-08io_uring: validate the full range of provided buffers for accessBijan Mottahedeh
2020-06-04io_uring: re-set iov base/len for buffer select retryJens Axboe
2020-06-04io_uring: move send/recv IOPOLL check into prepPavel Begunkov
2020-06-04io_uring: deduplicate io_openat{,2}_prep()Pavel Begunkov
2020-06-04io_uring: do build_open_how() only oncePavel Begunkov