summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-12io_uring: optimise non-eventfd post-eventPavel Begunkov1-4/+2
2021-04-12io_uring: refactor compat_msghdr importPavel Begunkov1-6/+5
2021-04-12io_uring: enable inline completion for more casesPavel Begunkov1-3/+3
2021-04-12io_uring: refactor io_closePavel Begunkov1-10/+3
2021-04-12io_uring: unify files and task cancelPavel Begunkov1-42/+14
2021-04-12io_uring: track inflight requests through counterPavel Begunkov1-46/+10
2021-04-12io_uring: unify task and files cancel loopsPavel Begunkov1-33/+41
2021-04-12io_uring: simplify apoll hash removalPavel Begunkov1-4/+1
2021-04-12io_uring: refactor io_poll_complete()Pavel Begunkov1-6/+7
2021-04-12io_uring: clean up io_poll_task_func()Pavel Begunkov1-6/+4
2021-04-12io_uring: don't attempt re-add of multishot poll request if racingJens Axboe1-10/+20
2021-04-12io_uring: kill outdated comment about splice puntPavel Begunkov1-4/+0
2021-04-12io_uring: encapsulate fixed files into structPavel Begunkov1-13/+19
2021-04-12io_uring: refactor file tables alloc/freePavel Begunkov1-26/+26
2021-04-12io_uring: don't quiesce intial files registerPavel Begunkov1-0/+1
2021-04-12io_uring: set proper FFS* flags on reg file updatePavel Begunkov1-11/+15
2021-04-12io_uring: deduplicate NOSIGNAL settingPavel Begunkov1-22/+14
2021-04-12io_uring: put link timeout req consistentlyPavel Begunkov1-7/+3
2021-04-12io_uring: simplify overflow handlingPavel Begunkov1-5/+3
2021-04-12io_uring: lock annotate timeouts and pollPavel Begunkov1-0/+10
2021-04-12io_uring: kill unused forward declsPavel Begunkov1-4/+2
2021-04-12io_uring: store reg buffer end instead of lengthPavel Begunkov1-5/+5
2021-04-12io_uring: improve import_fixed overflow checksPavel Begunkov1-4/+3
2021-04-12io_uring: refactor io_async_cancel()Pavel Begunkov1-2/+0
2021-04-12io_uring: remove unused hash_waitPavel Begunkov1-2/+0
2021-04-12io_uring: better ref handling in poll_remove_onePavel Begunkov1-1/+1
2021-04-12io_uring: combine lock/unlock sections on exitPavel Begunkov1-10/+8
2021-04-12io_uring: remove useless is_dying check on quiescePavel Begunkov1-6/+2
2021-04-12io_uring: reuse io_rsrc_node_destroy()Pavel Begunkov1-9/+7
2021-04-12io_uring: ctx-wide rsrc nodesPavel Begunkov1-36/+37
2021-04-12io_uring: refactor io_queue_rsrc_removal()Pavel Begunkov1-11/+4
2021-04-12io_uring: move rsrc_put callback into io_rsrc_dataPavel Begunkov1-17/+14
2021-04-12io_uring: encapsulate rsrc node manipulationsPavel Begunkov1-26/+13