aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1232/+1370
2021-04-27io_uring: maintain drain logic for multishot poll requestsHao Xu1-1/+5
2021-04-27io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal1-0/+2
2021-04-26io_uring: fix NULL reg-bufferPavel Begunkov1-17/+17
2021-04-26io_uring: simplify SQPOLL cancellationsPavel Begunkov1-42/+3
2021-04-26io_uring: fix work_exit sqpoll cancellationsPavel Begunkov1-7/+18
2021-04-26io_uring: Fix uninitialized variable up.resvColin Ian King1-0/+1
2021-04-26io_uring: fix invalid error check after mallocPavel Begunkov1-1/+1
2021-04-25io_uring: io_sq_thread() no longer needs to reset current->pf_io_workerStefan Metzmacher1-1/+0
2021-04-25io_uring: update sq_thread_idle after ctx deletedHao Xu1-1/+2
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov1-4/+72
2021-04-25io_uring: implement fixed buffers registration similar to fixed filesBijan Mottahedeh1-15/+56
2021-04-25io_uring: prepare fixed rw for dynanic buffersPavel Begunkov1-10/+29
2021-04-25io_uring: keep table of pointers to ubufsPavel Begunkov1-16/+19
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov1-11/+41
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov1-5/+40
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov1-8/+8
2021-04-25io_uring: add generic path for rsrc updatePavel Begunkov1-33/+46
2021-04-25io_uring: preparation for rsrc taggingPavel Begunkov1-4/+30
2021-04-25io_uring: decouple CQE filling from requestsPavel Begunkov1-27/+28
2021-04-25io_uring: return back rsrc data free helperPavel Begunkov1-2/+7
2021-04-25io_uring: move __io_sqe_files_unregisterPavel Begunkov1-27/+27
2021-04-23io_uring: check sqring and iopoll_list before sheduleHao Xu1-17/+19
2021-04-20io_uring: refactor io_sq_offload_create()Pavel Begunkov1-14/+6
2021-04-20io_uring: safer sq_creds puttingPavel Begunkov1-2/+2
2021-04-20io_uring: move inflight un-tracking into cleanupPavel Begunkov1-10/+9
2021-04-19io_uring: fix shared sqpoll cancellation hangsPavel Begunkov1-13/+14
2021-04-19io_uring: remove extra sqpoll submission haltingPavel Begunkov1-8/+4
2021-04-17io_uring: check register restriction afore quiescePavel Begunkov1-13/+8
2021-04-17io_uring: fix overflows checks in provide buffersPavel Begunkov1-2/+8
2021-04-17io_uring: don't fail submit with overflow backlogPavel Begunkov1-6/+0
2021-04-16io_uring: fix merge error for async resubmitJens Axboe1-1/+1
2021-04-16io_uring: tie req->apoll to request lifetimeJens Axboe1-10/+7
2021-04-16io_uring: put flag checking for needing req cleanup in one spotJens Axboe1-4/+7
2021-04-15io_uring: disable multishot poll for double poll add casesJens Axboe1-0/+6
2021-04-14io_uring: fix early sqd_list removal sqpoll hangsPavel Begunkov1-2/+5
2021-04-14io_uring: move poll update into remove not addPavel Begunkov1-66/+38
2021-04-14io_uring: add helper for parsing poll eventsPavel Begunkov1-8/+16
2021-04-14io_uring: fix POLL_REMOVE removing apollPavel Begunkov1-12/+11
2021-04-14io_uring: refactor io_ring_exit_work()Pavel Begunkov1-4/+5
2021-04-13io_uring: inline io_iopoll_getevents()Pavel Begunkov1-39/+13
2021-04-13io_uring: skip futile iopoll iterationsPavel Begunkov1-2/+5
2021-04-13io_uring: don't fail overflow on in_idlePavel Begunkov1-24/+20
2021-04-13io_uring: clean up io_poll_remove_waitqs()Pavel Begunkov1-10/+5
2021-04-13io_uring: refactor hrtimer_try_to_cancel usesPavel Begunkov1-15/+8
2021-04-13io_uring: add timeout completion_lock annotationPavel Begunkov1-0/+1
2021-04-13io_uring: split poll and poll update structuresPavel Begunkov1-23/+32
2021-04-13io_uring: fix uninit old data for poll event updPavel Begunkov1-9/+9
2021-04-13io_uring: fix leaking reg files on exitPavel Begunkov1-14/+15
2021-04-12io_uring: return back safer resurrectPavel Begunkov1-4/+14