summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-04-25io_uring: update sq_thread_idle after ctx deletedHao Xu1-1/+2
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov1-4/+72
2021-04-25io_uring: implement fixed buffers registration similar to fixed filesBijan Mottahedeh1-15/+56
2021-04-25io_uring: prepare fixed rw for dynanic buffersPavel Begunkov1-10/+29
2021-04-25io_uring: keep table of pointers to ubufsPavel Begunkov1-16/+19
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov1-11/+41
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov1-5/+40
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov1-8/+8
2021-04-25io_uring: add generic path for rsrc updatePavel Begunkov1-33/+46
2021-04-25io_uring: preparation for rsrc taggingPavel Begunkov1-4/+30
2021-04-25io_uring: decouple CQE filling from requestsPavel Begunkov1-27/+28
2021-04-25io_uring: return back rsrc data free helperPavel Begunkov1-2/+7
2021-04-25io_uring: move __io_sqe_files_unregisterPavel Begunkov1-27/+27
2021-04-23io_uring: check sqring and iopoll_list before sheduleHao Xu1-17/+19
2021-04-20io_uring: refactor io_sq_offload_create()Pavel Begunkov1-14/+6
2021-04-20io_uring: safer sq_creds puttingPavel Begunkov1-2/+2
2021-04-20io_uring: move inflight un-tracking into cleanupPavel Begunkov1-10/+9
2021-04-20io-wq: remove unused io_wqe_need_worker() functionJens Axboe1-13/+0
2021-04-19io_uring: fix shared sqpoll cancellation hangsPavel Begunkov1-13/+14
2021-04-19io_uring: remove extra sqpoll submission haltingPavel Begunkov1-8/+4
2021-04-18io_uring: check register restriction afore quiescePavel Begunkov1-13/+8
2021-04-18io_uring: fix overflows checks in provide buffersPavel Begunkov1-2/+8
2021-04-18io_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-16io_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-12io_uring: optimise fill_event() by inliningPavel Begunkov1-21/+36
2021-04-12io_uring: always pass cflags into fill_event()Pavel Begunkov1-21/+16