summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.h
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: fix linked command file table usageJens Axboe2020-01-291-1/+0
* io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-281-0/+1
* io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-281-3/+4
* io-wq: support concurrent non-blocking workJens Axboe2020-01-201-0/+1
* io-wq: add support for uncancellable workJens Axboe2020-01-201-0/+1
* io-wq: re-add io_wq_current_is_worker()Jens Axboe2019-12-171-2/+6
* io-wq: briefly spin for new work after finishing workJens Axboe2019-12-101-3/+4
* io-wq: clear node->next on list deletionJens Axboe2019-12-041-0/+1
* io_uring: remove io_wq_current_is_workerJackie Liu2019-12-031-6/+2
* io_uring: use current task creds instead of allocating a new oneJens Axboe2019-12-021-1/+1
* io-wq: shrink io_wq_work a bitJens Axboe2019-11-261-2/+44
* io_uring: async workers should inherit the user credsJens Axboe2019-11-251-0/+1
* io-wq: have io_wq_create() take a 'data' argumentJens Axboe2019-11-251-3/+9
* io_uring: close lookup gap for dependent next workJens Axboe2019-11-251-1/+5
* io_wq: add get/put_work handlers to io_wq_create()Jens Axboe2019-11-131-1/+6
* io_uring: use correct "is IO worker" helperJens Axboe2019-11-121-0/+4
* io-wq: add support for bounded vs unbunded workJens Axboe2019-11-071-1/+3
* io_uring: support for generic async request cancelJens Axboe2019-11-011-0/+5
* io_uring: io_uring: add support for async work inheriting filesJens Axboe2019-10-291-0/+3
* io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-0/+55