aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-231/+193
2020-06-11io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang1-6/+6
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig1-4/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+0
2020-06-10io_uring: check file O_NONBLOCK state for acceptJiufei Xue1-0/+3
2020-06-10io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang1-4/+9
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang1-4/+36
2020-06-09io_uring: allow O_NONBLOCK async retryJens Axboe1-3/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov1-1/+2
2020-06-08io_uring: don't arm a timeout through work.funcPavel Begunkov1-11/+18
2020-06-08io_uring: remove custom ->func handlersPavel Begunkov1-112/+27
2020-06-08io_uring: don't derive close state from ->funcPavel Begunkov1-33/+17
2020-06-08io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov1-2/+2
2020-06-08io_uring: validate the full range of provided buffers for accessBijan Mottahedeh1-1/+1
2020-06-04io_uring: re-set iov base/len for buffer select retryJens Axboe1-1/+7
2020-06-04io_uring: move send/recv IOPOLL check into prepPavel Begunkov1-12/+6
2020-06-04io_uring: deduplicate io_openat{,2}_prep()Pavel Begunkov1-36/+19
2020-06-04io_uring: do build_open_how() only oncePavel Begunkov1-6/+7
2020-06-04io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov1-0/+18
2020-06-02io_uring: disallow close of ring itselfJens Axboe1-8/+17
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-344/+408
2020-05-30io_uring: fix overflowed reqs cancellationPavel Begunkov1-2/+3
2020-05-30io_uring: off timeouts based only on completionsPavel Begunkov1-51/+14
2020-05-30io_uring: move timeouts flushing to a helperPavel Begunkov1-20/+14
2020-05-26io_uring: call statx directlyBijan Mottahedeh1-46/+4
2020-05-26io_uring: add io_statx structureBijan Mottahedeh1-16/+22
2020-05-26io_uring: get rid of manual punting in io_closePavel Begunkov1-15/+5
2020-05-26io_uring: separate DRAIN flushing into a cold pathPavel Begunkov1-15/+15
2020-05-26io_uring: don't re-read sqe->off in timeout_prep()Pavel Begunkov1-2/+3
2020-05-26io_uring: simplify io_timeout lockingPavel Begunkov1-2/+1
2020-05-26io_uring: fix flush req->refs underflowPavel Begunkov1-1/+1
2020-05-20io_uring: don't submit sqes when ctx->refs is dyingXiaoguang Wang1-11/+2
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang1-0/+1
2020-05-19io_uring: don't add non-IO requests to iopoll pending listJens Axboe1-1/+2
2020-05-19io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh1-8/+8
2020-05-18io_uring: cancel work if task_work_add() failsJens Axboe1-3/+5
2020-05-17io_uring: async task poll trigger cleanupJens Axboe1-17/+16
2020-05-17io_uring: remove dead check in io_splice()Jens Axboe1-4/+1
2020-05-17io_uring: add tee(2) supportPavel Begunkov1-3/+59
2020-05-17io_uring: don't repeat valid flag listPavel Begunkov1-3/+1
2020-05-17io_uring: rename io_file_put()Pavel Begunkov1-9/+13
2020-05-17io_uring: remove req->needs_fixed_filesPavel Begunkov1-9/+12
2020-05-17io_uring: cleanup io_poll_remove_one() logicJens Axboe1-14/+13
2020-05-17io_uring: fix FORCE_ASYNC req preparationPavel Begunkov1-3/+9
2020-05-17io_uring: don't prepare DRAIN reqs twicePavel Begunkov1-6/+7
2020-05-17io_uring: initialize ctx->sqo_wait earlierJens Axboe1-1/+1
2020-05-15io_uring: file registration list and lock optimizationJens Axboe1-14/+10
2020-05-15io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella1-0/+2