aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29io_uring: fix linked command file table usageJens Axboe1-1/+0
2020-01-28io-wq: allow grabbing existing io-wqPavel Begunkov1-0/+1
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe1-3/+4
2020-01-20io-wq: support concurrent non-blocking workJens Axboe1-0/+1
2020-01-20io-wq: add support for uncancellable workJens Axboe1-0/+1
2019-12-17io-wq: re-add io_wq_current_is_worker()Jens Axboe1-2/+6
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe1-3/+4
2019-12-04io-wq: clear node->next on list deletionJens Axboe1-0/+1
2019-12-03io_uring: remove io_wq_current_is_workerJackie Liu1-6/+2
2019-12-02io_uring: use current task creds instead of allocating a new oneJens Axboe1-1/+1
2019-11-26io-wq: shrink io_wq_work a bitJens Axboe1-2/+44
2019-11-25io_uring: async workers should inherit the user credsJens Axboe1-0/+1
2019-11-25io-wq: have io_wq_create() take a 'data' argumentJens Axboe1-3/+9
2019-11-25io_uring: close lookup gap for dependent next workJens Axboe1-1/+5
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe1-1/+6
2019-11-12io_uring: use correct "is IO worker" helperJens Axboe1-0/+4
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe1-1/+3
2019-11-01io_uring: support for generic async request cancelJens Axboe1-0/+5
2019-10-29io_uring: io_uring: add support for async work inheriting filesJens Axboe1-0/+3
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-0/+55