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