summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-wq: Fix io_wq_worker_affinity()Peter Zijlstra
2021-04-11io_uring: don't attempt re-add of multishot poll request if racingJens Axboe
2021-04-11io-wq: simplify code in __io_worker_busy()Hao Xu
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
2021-04-11io_uring: remove useless is_dying check on quiescePavel Begunkov
2021-04-11io_uring: reuse io_rsrc_node_destroy()Pavel Begunkov
2021-04-11io_uring: ctx-wide rsrc nodesPavel Begunkov
2021-04-11io_uring: refactor io_queue_rsrc_removal()Pavel Begunkov
2021-04-11io_uring: move rsrc_put callback into io_rsrc_dataPavel Begunkov
2021-04-11io_uring: encapsulate rsrc node manipulationsPavel Begunkov
2021-04-11io_uring: use rsrc prealloc infra for files regPavel Begunkov
2021-04-11io_uring: simplify io_rsrc_node_ref_zeroPavel Begunkov
2021-04-11io_uring: name rsrc bits consistentlyPavel Begunkov
2021-04-11io-wq: cancel task_work on exit only targeting the current 'wq'Jens Axboe
2021-04-11io_uring: fix race around poll update and poll triggeringJens Axboe
2021-04-11io_uring: reg buffer overflow checks hardeningPavel Begunkov
2021-04-11io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICEJens Axboe
2021-04-11io-wq: eliminate the need for a manager threadJens Axboe
2021-04-11io_uring: allow events and user_data update of running poll requestsJens Axboe
2021-04-11io_uring: abstract out a io_poll_find_helper()Jens Axboe
2021-04-11io_uring: terminate multishot poll for CQ ring overflowJens Axboe
2021-04-11io_uring: abstract out helper for removing poll waitqs/hashesJens Axboe
2021-04-11io_uring: add multishot mode for IORING_OP_POLL_ADDJens Axboe
2021-04-11io_uring: include cflags in completion trace eventJens Axboe
2021-04-11io_uring: allocate memory for overflowed CQEsPavel Begunkov
2021-04-11io_uring: mask in error/nval/hangup consistently for pollJens Axboe
2021-04-11io_uring: optimise rw complete error handlingPavel Begunkov