summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov2020-07-231-0/+1
* io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano2020-07-181-4/+9
* io_uring: ensure double poll additions work with both request typesJens Axboe2020-07-171-21/+26
* io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov2020-07-151-2/+8
* io_uring: fix not initialised work->flagsPavel Begunkov2020-07-121-1/+2
* io_uring: fix missing msg_name assignmentPavel Begunkov2020-07-121-0/+2
* io_uring: account user memory freed when exit has been queuedJens Axboe2020-07-101-3/+10
* io_uring: fix memleak in io_sqe_files_register()Yang Yingliang2020-07-101-0/+1
* io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang2020-07-081-1/+3
* io_uring: export cq overflow status to userspaceXiaoguang Wang2020-07-081-2/+9
* io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe2020-07-041-7/+22
* io_uring: use signal based task_work runningJens Axboe2020-06-301-8/+24
* io_uring: fix current->mm NULL dereference on exitPavel Begunkov2020-06-251-0/+9
* io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov2020-06-251-7/+2
* io_uring: fix io_sq_thread no schedule when busyXuan Zhuo2020-06-231-2/+2
* 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