summaryrefslogtreecommitdiff
path: root/fs/io-wq.c
AgeCommit message (Expand)Author
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe
2019-12-10io-wq: remove worker->wait waitqueueJens Axboe
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-26io-wq: fix handling of NUMA node IDsJann Horn
2019-11-26io_uring: use kzalloc instead of kcalloc for single-element allocationsJann Horn
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-25io-wq: remove extra space charactersDan Carpenter
2019-11-25io-wq: wait for io_wq_create() to setup necessary workersJens Axboe
2019-11-14io-wq: remove now redundant struct io_wq_nulls_listJens Axboe
2019-11-13io-wq: ensure free/busy list browsing see all itemsJens Axboe
2019-11-13io-wq: ensure we have a stable view of ->cur_work for cancellationsJens Axboe
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe
2019-11-09io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe
2019-11-05io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe
2019-11-02io-wq: use kfree_rcu() to simplify the codeYueHaibing
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