summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * io_uring: cleanup io_poll_remove_one() logicJens Axboe2020-05-171-14/+13
| * io_uring: file registration list and lock optimizationJens Axboe2020-05-151-14/+10
| * io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella2020-05-151-0/+2
| * io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella2020-05-151-1/+9
| * io_uring: allow POLL_ADD with double poll_wait() usersJens Axboe2020-05-151-72/+146
| * io_uring: batch reap of dead file registrationsJens Axboe2020-05-151-12/+42
| * io_uring: name sq thread and ref completionsJens Axboe2020-05-141-16/+10
| * io_uring: remove duplicate semicolon at the end of lineXiaoming Ni2020-05-111-1/+1
| * io_uring: remove obsolete 'state' parameterXiaoguang Wang2020-05-081-2/+2
| * io_uring: remove 'fd is io_uring' from close pathJens Axboe2020-05-081-6/+4
* | io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang2020-05-201-0/+1