summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
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: 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
2021-04-12io_uring: improve hardlink code generationPavel Begunkov1-2/+3
2021-04-12io_uring: improve sqo stopPavel Begunkov1-1/+2
2021-04-12io_uring: split file table from rsrc nodesPavel Begunkov1-28/+25
2021-04-12io_uring: cleanup buffer registerPavel Begunkov1-16/+7
2021-04-12io_uring: add buffer unmap helperPavel Begunkov1-13/+15
2021-04-12io_uring: simplify io_rsrc_data refcountingPavel Begunkov1-32/+16
2021-04-12io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCKJens Axboe1-8/+6
2021-04-11io_uring: optimise fill_event() by inliningPavel Begunkov1-21/+36
2021-04-11io_uring: always pass cflags into fill_event()Pavel Begunkov1-21/+16
2021-04-11io_uring: optimise non-eventfd post-eventPavel Begunkov1-4/+2
2021-04-11io_uring: refactor compat_msghdr importPavel Begunkov1-6/+5
2021-04-11io_uring: enable inline completion for more casesPavel Begunkov1-3/+3
2021-04-11io_uring: refactor io_closePavel Begunkov1-10/+3
2021-04-11io_uring: unify files and task cancelPavel Begunkov1-42/+14
2021-04-11io_uring: track inflight requests through counterPavel Begunkov1-46/+10
2021-04-11io_uring: unify task and files cancel loopsPavel Begunkov1-33/+41
2021-04-11io_uring: simplify apoll hash removalPavel Begunkov1-4/+1
2021-04-11io_uring: refactor io_poll_complete()Pavel Begunkov1-6/+7
2021-04-11io_uring: clean up io_poll_task_func()Pavel Begunkov1-6/+4
2021-04-11io_uring: don't attempt re-add of multishot poll request if racingJens Axboe1-10/+20
2021-04-11io_uring: kill outdated comment about splice puntPavel Begunkov1-4/+0
2021-04-11io_uring: encapsulate fixed files into structPavel Begunkov1-13/+19
2021-04-11io_uring: refactor file tables alloc/freePavel Begunkov1-26/+26
2021-04-11io_uring: don't quiesce intial files registerPavel Begunkov1-0/+1
2021-04-11io_uring: set proper FFS* flags on reg file updatePavel Begunkov1-11/+15
2021-04-11io_uring: deduplicate NOSIGNAL settingPavel Begunkov1-22/+14
2021-04-11io_uring: put link timeout req consistentlyPavel Begunkov1-7/+3
2021-04-11io_uring: simplify overflow handlingPavel Begunkov1-5/+3