summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-04-25io_uring: decouple CQE filling from requestsPavel Begunkov-27/+28
2021-04-25io_uring: return back rsrc data free helperPavel Begunkov-2/+7
2021-04-25io_uring: move __io_sqe_files_unregisterPavel Begunkov-27/+27
2021-04-23io_uring: check sqring and iopoll_list before sheduleHao Xu-17/+19
2021-04-20io_uring: refactor io_sq_offload_create()Pavel Begunkov-14/+6
2021-04-20io_uring: safer sq_creds puttingPavel Begunkov-2/+2
2021-04-20io_uring: move inflight un-tracking into cleanupPavel Begunkov-10/+9
2021-04-20io-wq: remove unused io_wqe_need_worker() functionJens Axboe-13/+0
2021-04-19io_uring: fix shared sqpoll cancellation hangsPavel Begunkov-13/+14
2021-04-19io_uring: remove extra sqpoll submission haltingPavel Begunkov-8/+4
2021-04-17io_uring: check register restriction afore quiescePavel Begunkov-13/+8
2021-04-17io_uring: fix overflows checks in provide buffersPavel Begunkov-2/+8
2021-04-17io_uring: don't fail submit with overflow backlogPavel Begunkov-6/+0
2021-04-16io_uring: fix merge error for async resubmitJens Axboe-1/+1
2021-04-16io_uring: tie req->apoll to request lifetimeJens Axboe-10/+7
2021-04-16io_uring: put flag checking for needing req cleanup in one spotJens Axboe-4/+7
2021-04-15io_uring: disable multishot poll for double poll add casesJens Axboe-0/+6
2021-04-14io_uring: move poll update into remove not addPavel Begunkov-66/+38
2021-04-14io_uring: add helper for parsing poll eventsPavel Begunkov-8/+16
2021-04-14io_uring: fix POLL_REMOVE removing apollPavel Begunkov-12/+11
2021-04-14io_uring: refactor io_ring_exit_work()Pavel Begunkov-4/+5
2021-04-13io_uring: inline io_iopoll_getevents()Pavel Begunkov-39/+13
2021-04-13io_uring: skip futile iopoll iterationsPavel Begunkov-2/+5
2021-04-13io_uring: don't fail overflow on in_idlePavel Begunkov-24/+20
2021-04-13io_uring: clean up io_poll_remove_waitqs()Pavel Begunkov-10/+5
2021-04-13io_uring: refactor hrtimer_try_to_cancel usesPavel Begunkov-15/+8
2021-04-13io_uring: add timeout completion_lock annotationPavel Begunkov-0/+1
2021-04-13io_uring: split poll and poll update structuresPavel Begunkov-23/+32
2021-04-13io_uring: fix uninit old data for poll event updPavel Begunkov-9/+9
2021-04-13io_uring: fix leaking reg files on exitPavel Begunkov-14/+15
2021-04-12io_uring: return back safer resurrectPavel Begunkov-4/+14
2021-04-12io_uring: improve hardlink code generationPavel Begunkov-2/+3
2021-04-12io_uring: improve sqo stopPavel Begunkov-1/+2
2021-04-12io_uring: split file table from rsrc nodesPavel Begunkov-28/+25
2021-04-12io_uring: cleanup buffer registerPavel Begunkov-16/+7
2021-04-12io_uring: add buffer unmap helperPavel Begunkov-13/+15
2021-04-12io_uring: simplify io_rsrc_data refcountingPavel Begunkov-32/+16
2021-04-12io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCKJens Axboe-8/+6
2021-04-11io_uring: optimise fill_event() by inliningPavel Begunkov-21/+36
2021-04-11io_uring: always pass cflags into fill_event()Pavel Begunkov-21/+16
2021-04-11io_uring: optimise non-eventfd post-eventPavel Begunkov-4/+2
2021-04-11io_uring: refactor compat_msghdr importPavel Begunkov-6/+5
2021-04-11io_uring: enable inline completion for more casesPavel Begunkov-3/+3
2021-04-11io_uring: refactor io_closePavel Begunkov-10/+3
2021-04-11io_uring: unify files and task cancelPavel Begunkov-49/+19
2021-04-11io_uring: track inflight requests through counterPavel Begunkov-46/+10
2021-04-11io_uring: unify task and files cancel loopsPavel Begunkov-33/+41
2021-04-11io_uring: simplify apoll hash removalPavel Begunkov-4/+1
2021-04-11io_uring: refactor io_poll_complete()Pavel Begunkov-6/+7
2021-04-11io_uring: clean up io_poll_task_func()Pavel Begunkov-6/+4