summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-04-14io_uring: move poll update into remove not addPavel Begunkov
2021-04-14io_uring: add helper for parsing poll eventsPavel Begunkov
2021-04-14io_uring: fix POLL_REMOVE removing apollPavel Begunkov
2021-04-14io_uring: refactor io_ring_exit_work()Pavel Begunkov
2021-04-13io_uring: inline io_iopoll_getevents()Pavel Begunkov
2021-04-13io_uring: skip futile iopoll iterationsPavel Begunkov
2021-04-13io_uring: don't fail overflow on in_idlePavel Begunkov
2021-04-13io_uring: clean up io_poll_remove_waitqs()Pavel Begunkov
2021-04-13io_uring: refactor hrtimer_try_to_cancel usesPavel Begunkov
2021-04-13io_uring: add timeout completion_lock annotationPavel Begunkov
2021-04-13io_uring: split poll and poll update structuresPavel Begunkov
2021-04-13io_uring: fix uninit old data for poll event updPavel Begunkov
2021-04-13io_uring: fix leaking reg files on exitPavel Begunkov
2021-04-12io_uring: return back safer resurrectPavel Begunkov
2021-04-12io_uring: improve hardlink code generationPavel Begunkov
2021-04-12io_uring: improve sqo stopPavel Begunkov
2021-04-12io_uring: split file table from rsrc nodesPavel Begunkov
2021-04-12io_uring: cleanup buffer registerPavel Begunkov
2021-04-12io_uring: add buffer unmap helperPavel Begunkov
2021-04-12io_uring: simplify io_rsrc_data refcountingPavel Begunkov
2021-04-12io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCKJens Axboe
2021-04-11io_uring: optimise fill_event() by inliningPavel Begunkov
2021-04-11io_uring: always pass cflags into fill_event()Pavel Begunkov
2021-04-11io_uring: optimise non-eventfd post-eventPavel Begunkov
2021-04-11io_uring: refactor compat_msghdr importPavel Begunkov
2021-04-11io_uring: enable inline completion for more casesPavel Begunkov
2021-04-11io_uring: refactor io_closePavel Begunkov
2021-04-11io_uring: unify files and task cancelPavel Begunkov
2021-04-11io_uring: track inflight requests through counterPavel Begunkov
2021-04-11io_uring: unify task and files cancel loopsPavel Begunkov
2021-04-11io_uring: simplify apoll hash removalPavel Begunkov
2021-04-11io_uring: refactor io_poll_complete()Pavel Begunkov
2021-04-11io_uring: clean up io_poll_task_func()Pavel Begunkov
2021-04-11io_uring: don't attempt re-add of multishot poll request if racingJens Axboe
2021-04-11io_uring: kill outdated comment about splice puntPavel Begunkov
2021-04-11io_uring: encapsulate fixed files into structPavel Begunkov
2021-04-11io_uring: refactor file tables alloc/freePavel Begunkov
2021-04-11io_uring: don't quiesce intial files registerPavel Begunkov
2021-04-11io_uring: set proper FFS* flags on reg file updatePavel Begunkov
2021-04-11io_uring: deduplicate NOSIGNAL settingPavel Begunkov
2021-04-11io_uring: put link timeout req consistentlyPavel Begunkov
2021-04-11io_uring: simplify overflow handlingPavel Begunkov
2021-04-11io_uring: lock annotate timeouts and pollPavel Begunkov
2021-04-11io_uring: kill unused forward declsPavel Begunkov
2021-04-11io_uring: store reg buffer end instead of lengthPavel Begunkov
2021-04-11io_uring: improve import_fixed overflow checksPavel Begunkov
2021-04-11io_uring: refactor io_async_cancel()Pavel Begunkov
2021-04-11io_uring: remove unused hash_waitPavel Begunkov
2021-04-11io_uring: better ref handling in poll_remove_onePavel Begunkov
2021-04-11io_uring: combine lock/unlock sections on exitPavel Begunkov