summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang2020-06-181-4/+4
* io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe2020-06-171-1/+11
* io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe2020-06-171-15/+29
* io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang2020-06-171-24/+29
* io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang2020-06-171-1/+1
* io_uring: cancel by ->task not pidPavel Begunkov2020-06-151-10/+6
* io_uring: lazy get taskPavel Begunkov2020-06-151-8/+22
* io_uring: batch cancel in io_uring_cancel_files()Pavel Begunkov2020-06-151-0/+13
* io_uring: cancel all task's requests on exitPavel Begunkov2020-06-151-2/+12
* io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-151-1/+1
* io_uring: fix lazy work initPavel Begunkov2020-06-151-0/+1
* Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-111-231/+193
|\
| * io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang2020-06-111-6/+6
| * io_uring: check file O_NONBLOCK state for acceptJiufei Xue2020-06-101-0/+3
| * io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang2020-06-101-4/+9
| * io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang2020-06-101-4/+36
| * io_uring: allow O_NONBLOCK async retryJens Axboe2020-06-091-3/+7
| * io_wq: add per-wq work handler instead of per workPavel Begunkov2020-06-081-1/+2
| * io_uring: don't arm a timeout through work.funcPavel Begunkov2020-06-081-11/+18
| * io_uring: remove custom ->func handlersPavel Begunkov2020-06-081-112/+27
| * io_uring: don't derive close state from ->funcPavel Begunkov2020-06-081-33/+17
| * io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov2020-06-081-2/+2
| * io_uring: validate the full range of provided buffers for accessBijan Mottahedeh2020-06-081-1/+1
| * io_uring: re-set iov base/len for buffer select retryJens Axboe2020-06-041-1/+7
| * io_uring: move send/recv IOPOLL check into prepPavel Begunkov2020-06-041-12/+6
| * io_uring: deduplicate io_openat{,2}_prep()Pavel Begunkov2020-06-041-36/+19
| * io_uring: do build_open_how() only oncePavel Begunkov2020-06-041-6/+7
| * io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov2020-06-041-0/+18
| * io_uring: disallow close of ring itselfJens Axboe2020-06-021-8/+17
* | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-101-4/+0
* | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+0
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
|/
* Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-344/+408
|\
| * io_uring: fix overflowed reqs cancellationPavel Begunkov2020-05-301-2/+3
| * io_uring: off timeouts based only on completionsPavel Begunkov2020-05-301-51/+14
| * io_uring: move timeouts flushing to a helperPavel Begunkov2020-05-301-20/+14
| * io_uring: call statx directlyBijan Mottahedeh2020-05-261-46/+4
| * io_uring: add io_statx structureBijan Mottahedeh2020-05-261-16/+22
| * io_uring: get rid of manual punting in io_closePavel Begunkov2020-05-261-15/+5
| * io_uring: separate DRAIN flushing into a cold pathPavel Begunkov2020-05-261-15/+15
| * io_uring: don't re-read sqe->off in timeout_prep()Pavel Begunkov2020-05-261-2/+3
| * io_uring: simplify io_timeout lockingPavel Begunkov2020-05-261-2/+1
| * io_uring: fix flush req->refs underflowPavel Begunkov2020-05-261-1/+1
| * io_uring: don't submit sqes when ctx->refs is dyingXiaoguang Wang2020-05-201-11/+2
| * io_uring: async task poll trigger cleanupJens Axboe2020-05-171-17/+16
| * io_uring: add tee(2) supportPavel Begunkov2020-05-171-3/+59
| * io_uring: don't repeat valid flag listPavel Begunkov2020-05-171-3/+1
| * io_uring: rename io_file_put()Pavel Begunkov2020-05-171-9/+13
| * io_uring: remove req->needs_fixed_filesPavel Begunkov2020-05-171-9/+12