summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* io_uring: clean up io_poll_remove_waitqs()Pavel Begunkov2021-04-131-10/+5
* io_uring: refactor hrtimer_try_to_cancel usesPavel Begunkov2021-04-131-15/+8
* io_uring: add timeout completion_lock annotationPavel Begunkov2021-04-131-0/+1
* io_uring: split poll and poll update structuresPavel Begunkov2021-04-131-23/+32
* io_uring: fix uninit old data for poll event updPavel Begunkov2021-04-131-9/+9
* io_uring: fix leaking reg files on exitPavel Begunkov2021-04-131-14/+15
* io_uring: return back safer resurrectPavel Begunkov2021-04-121-4/+14
* io_uring: improve hardlink code generationPavel Begunkov2021-04-121-2/+3
* io_uring: improve sqo stopPavel Begunkov2021-04-121-1/+2
* io_uring: split file table from rsrc nodesPavel Begunkov2021-04-121-28/+25
* io_uring: cleanup buffer registerPavel Begunkov2021-04-121-16/+7
* io_uring: add buffer unmap helperPavel Begunkov2021-04-121-13/+15
* io_uring: simplify io_rsrc_data refcountingPavel Begunkov2021-04-121-32/+16
* io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCKJens Axboe2021-04-121-8/+6
* io_uring: optimise fill_event() by inliningPavel Begunkov2021-04-111-21/+36
* io_uring: always pass cflags into fill_event()Pavel Begunkov2021-04-111-21/+16
* io_uring: optimise non-eventfd post-eventPavel Begunkov2021-04-111-4/+2
* io_uring: refactor compat_msghdr importPavel Begunkov2021-04-111-6/+5
* io_uring: enable inline completion for more casesPavel Begunkov2021-04-111-3/+3
* io_uring: refactor io_closePavel Begunkov2021-04-111-10/+3
* io_uring: unify files and task cancelPavel Begunkov2021-04-112-49/+19
* io_uring: track inflight requests through counterPavel Begunkov2021-04-111-46/+10
* io_uring: unify task and files cancel loopsPavel Begunkov2021-04-111-33/+41
* io_uring: simplify apoll hash removalPavel Begunkov2021-04-111-4/+1
* io_uring: refactor io_poll_complete()Pavel Begunkov2021-04-111-6/+7
* io_uring: clean up io_poll_task_func()Pavel Begunkov2021-04-111-6/+4
* io-wq: Fix io_wq_worker_affinity()Peter Zijlstra2021-04-111-9/+2
* io_uring: don't attempt re-add of multishot poll request if racingJens Axboe2021-04-111-10/+20
* io-wq: simplify code in __io_worker_busy()Hao Xu2021-04-111-9/+6
* io_uring: kill outdated comment about splice puntPavel Begunkov2021-04-111-4/+0
* io_uring: encapsulate fixed files into structPavel Begunkov2021-04-111-13/+19
* io_uring: refactor file tables alloc/freePavel Begunkov2021-04-111-26/+26
* io_uring: don't quiesce intial files registerPavel Begunkov2021-04-111-0/+1
* io_uring: set proper FFS* flags on reg file updatePavel Begunkov2021-04-111-11/+15
* io_uring: deduplicate NOSIGNAL settingPavel Begunkov2021-04-111-22/+14
* io_uring: put link timeout req consistentlyPavel Begunkov2021-04-111-7/+3