summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo2021-05-051-2/+2
* io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang2021-04-301-2/+2
* io_uring: Fix premature return from loop and memory leakColin Ian King2021-04-291-4/+8
* io_uring: fix unchecked error in switch_start()Pavel Begunkov2021-04-291-1/+3
* io_uring: allow empty slots for reg buffersPavel Begunkov2021-04-291-7/+29
* io_uring: add more build check for uapiPavel Begunkov2021-04-291-0/+7
* io_uring: dont overlap internal and user req flagsPavel Begunkov2021-04-291-6/+3
* io_uring: fix drain with rsrc CQEsPavel Begunkov2021-04-291-0/+1
* Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1232/+1370
|\
| * io_uring: maintain drain logic for multishot poll requestsHao Xu2021-04-271-1/+5
| * io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal2021-04-271-0/+2
| * io_uring: fix NULL reg-bufferPavel Begunkov2021-04-261-17/+17
| * io_uring: simplify SQPOLL cancellationsPavel Begunkov2021-04-261-42/+3
| * io_uring: fix work_exit sqpoll cancellationsPavel Begunkov2021-04-261-7/+18
| * io_uring: Fix uninitialized variable up.resvColin Ian King2021-04-261-0/+1
| * io_uring: fix invalid error check after mallocPavel Begunkov2021-04-261-1/+1
| * io_uring: io_sq_thread() no longer needs to reset current->pf_io_workerStefan Metzmacher2021-04-251-1/+0
| * io_uring: update sq_thread_idle after ctx deletedHao Xu2021-04-251-1/+2
| * io_uring: add full-fledged dynamic buffers supportPavel Begunkov2021-04-251-4/+72
| * io_uring: implement fixed buffers registration similar to fixed filesBijan Mottahedeh2021-04-251-15/+56
| * io_uring: prepare fixed rw for dynanic buffersPavel Begunkov2021-04-251-10/+29
| * io_uring: keep table of pointers to ubufsPavel Begunkov2021-04-251-16/+19
| * io_uring: add generic rsrc update with tagsPavel Begunkov2021-04-251-11/+41
| * io_uring: add IORING_REGISTER_RSRCPavel Begunkov2021-04-251-5/+40
| * io_uring: enumerate dynamic resourcesPavel Begunkov2021-04-251-8/+8
| * io_uring: add generic path for rsrc updatePavel Begunkov2021-04-251-33/+46
| * io_uring: preparation for rsrc taggingPavel Begunkov2021-04-251-4/+30
| * io_uring: decouple CQE filling from requestsPavel Begunkov2021-04-251-27/+28
| * io_uring: return back rsrc data free helperPavel Begunkov2021-04-251-2/+7
| * io_uring: move __io_sqe_files_unregisterPavel Begunkov2021-04-251-27/+27
| * io_uring: check sqring and iopoll_list before sheduleHao Xu2021-04-231-17/+19
| * io_uring: refactor io_sq_offload_create()Pavel Begunkov2021-04-201-14/+6
| * io_uring: safer sq_creds puttingPavel Begunkov2021-04-201-2/+2
| * io_uring: move inflight un-tracking into cleanupPavel Begunkov2021-04-201-10/+9
| * io_uring: fix shared sqpoll cancellation hangsPavel Begunkov2021-04-191-13/+14
| * io_uring: remove extra sqpoll submission haltingPavel Begunkov2021-04-191-8/+4
| * io_uring: check register restriction afore quiescePavel Begunkov2021-04-171-13/+8
| * io_uring: fix overflows checks in provide buffersPavel Begunkov2021-04-171-2/+8
| * io_uring: don't fail submit with overflow backlogPavel Begunkov2021-04-171-6/+0
| * io_uring: fix merge error for async resubmitJens Axboe2021-04-161-1/+1
| * io_uring: tie req->apoll to request lifetimeJens Axboe2021-04-161-10/+7
| * io_uring: put flag checking for needing req cleanup in one spotJens Axboe2021-04-161-4/+7
| * io_uring: disable multishot poll for double poll add casesJens Axboe2021-04-151-0/+6
| * io_uring: move poll update into remove not addPavel Begunkov2021-04-141-66/+38
| * io_uring: add helper for parsing poll eventsPavel Begunkov2021-04-141-8/+16
| * io_uring: fix POLL_REMOVE removing apollPavel Begunkov2021-04-141-12/+11
| * io_uring: refactor io_ring_exit_work()Pavel Begunkov2021-04-141-4/+5
| * io_uring: inline io_iopoll_getevents()Pavel Begunkov2021-04-131-39/+13
| * io_uring: skip futile iopoll iterationsPavel Begunkov2021-04-131-2/+5
| * io_uring: don't fail overflow on in_idlePavel Begunkov2021-04-131-24/+20