summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h
AgeCommit message (Expand)Author
2020-12-20io-wq: kill now unused io_wq_cancel_all()Jens Axboe
2020-12-18io_uring: fix io_wqe->work_list corruptionXiaoguang Wang
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe
2020-10-17io_uring: move io identity items into separate structJens Axboe
2020-10-17io_uring: pass required context in as flagsJens Axboe
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov
2020-06-26io-wq: compact io-wq flags numbersPavel Begunkov
2020-06-15io_uring: cancel by ->task not pidPavel Begunkov
2020-06-15io_uring: cancel all task's requests on exitPavel Begunkov
2020-06-15io-wq: add an option to cancel all matched reqsPavel Begunkov
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe
2020-03-23io-wq: handle hashed writes in chainsPavel Begunkov
2020-03-22io_uring: Fix ->data corruption on re-enqueuePavel Begunkov
2020-03-14io-wq: split hashing and enqueueingPavel Begunkov
2020-03-04io_uring/io-wq: forward submission ref to asyncPavel Begunkov
2020-03-02io_uring: remove IO_WQ_WORK_CBPavel Begunkov
2020-03-02io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov
2020-03-02io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov
2020-02-25io-wq: ensure work->task_pid is cleared on initJens Axboe
2020-02-09io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe
2020-02-08io-wq: add support for inheriting ->fsJens Axboe
2020-01-29io_uring: fix linked command file table usageJens Axboe
2020-01-28io-wq: allow grabbing existing io-wqPavel Begunkov
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe
2020-01-20io-wq: support concurrent non-blocking workJens Axboe
2020-01-20io-wq: add support for uncancellable workJens Axboe
2019-12-17io-wq: re-add io_wq_current_is_worker()Jens Axboe
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe
2019-12-04io-wq: clear node->next on list deletionJens Axboe
2019-12-03io_uring: remove io_wq_current_is_workerJackie Liu
2019-12-02io_uring: use current task creds instead of allocating a new oneJens Axboe
2019-11-26io-wq: shrink io_wq_work a bitJens Axboe
2019-11-25io_uring: async workers should inherit the user credsJens Axboe
2019-11-25io-wq: have io_wq_create() take a 'data' argumentJens Axboe
2019-11-25io_uring: close lookup gap for dependent next workJens Axboe
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe
2019-11-12io_uring: use correct "is IO worker" helperJens Axboe
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe
2019-11-01io_uring: support for generic async request cancelJens Axboe
2019-10-29io_uring: io_uring: add support for async work inheriting filesJens Axboe
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe