summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-12io_uring: use rsrc prealloc infra for files regPavel Begunkov1-15/+6
2021-04-12io_uring: simplify io_rsrc_node_ref_zeroPavel Begunkov1-8/+4
2021-04-12io_uring: name rsrc bits consistentlyPavel Begunkov1-79/+71
2021-04-12io_uring: fix race around poll update and poll triggeringJens Axboe1-8/+10
2021-04-12io_uring: reg buffer overflow checks hardeningPavel Begunkov1-0/+5
2021-04-12io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICEJens Axboe1-4/+0
2021-04-12io-wq: eliminate the need for a manager threadJens Axboe1-2/+4
2021-04-12io_uring: allow events and user_data update of running poll requestsJens Axboe1-8/+87