summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-111-42/+14
| * 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_uring: don't attempt re-add of multishot poll request if racingJens Axboe2021-04-111-10/+20
| * 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
| * io_uring: simplify overflow handlingPavel Begunkov2021-04-111-5/+3
| * io_uring: lock annotate timeouts and pollPavel Begunkov2021-04-111-0/+10
| * io_uring: kill unused forward declsPavel Begunkov2021-04-111-4/+2
| * io_uring: store reg buffer end instead of lengthPavel Begunkov2021-04-111-5/+5
| * io_uring: improve import_fixed overflow checksPavel Begunkov2021-04-111-4/+3
| * io_uring: refactor io_async_cancel()Pavel Begunkov2021-04-111-2/+0
| * io_uring: remove unused hash_waitPavel Begunkov2021-04-111-2/+0
| * io_uring: better ref handling in poll_remove_onePavel Begunkov2021-04-111-1/+1
| * io_uring: combine lock/unlock sections on exitPavel Begunkov2021-04-111-10/+8
| * io_uring: remove useless is_dying check on quiescePavel Begunkov2021-04-111-6/+2
| * io_uring: reuse io_rsrc_node_destroy()Pavel Begunkov2021-04-111-9/+7
| * io_uring: ctx-wide rsrc nodesPavel Begunkov2021-04-111-36/+37
| * io_uring: refactor io_queue_rsrc_removal()Pavel Begunkov2021-04-111-11/+4
| * io_uring: move rsrc_put callback into io_rsrc_dataPavel Begunkov2021-04-111-17/+14
| * io_uring: encapsulate rsrc node manipulationsPavel Begunkov2021-04-111-26/+13
| * io_uring: use rsrc prealloc infra for files regPavel Begunkov2021-04-111-15/+6