aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io-wq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe1-0/+12
2020-03-23io-wq: handle hashed writes in chainsPavel Begunkov1-20/+48
2020-03-22io-wq: close cancel gap for hashed linked workPavel Begunkov1-3/+7
2020-03-14io-wq: hash dependent workPavel Begunkov1-6/+19
2020-03-14io-wq: split hashing and enqueueingPavel Begunkov1-9/+5
2020-03-14io-wq: don't resched if there is no workPavel Begunkov1-4/+6
2020-03-12io-wq: remove duplicated cancel codePavel Begunkov1-112/+24
2020-03-04io_uring/io-wq: forward submission ref to asyncPavel Begunkov1-15/+14
2020-03-04io-wq: optimise out *next_work() double lockPavel Begunkov1-3/+6
2020-03-04io-wq: optimise locking in io_worker_handle_work()Pavel Begunkov1-8/+7
2020-03-04io-wq: shuffle io_worker_handle_work() codePavel Begunkov1-59/+64
2020-03-02io-wq: use BIT for ulong hashPavel Begunkov1-3/+3
2020-03-02io_uring: remove IO_WQ_WORK_CBPavel Begunkov1-3/+0
2020-03-02io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov1-2/+0
2020-03-02io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov1-37/+1
2020-03-02io-wq: fix IO_WQ_WORK_NO_CANCEL cancellationPavel Begunkov1-6/+14
2020-02-25io-wq: remove spin-for-work optimizationJens Axboe1-19/+0
2020-02-12io-wq: don't call kXalloc_node() with non-online nodeJens Axboe1-4/+18
2020-02-09io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe1-0/+29
2020-02-09io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe1-11/+22
2020-02-08io-wq: add support for inheriting ->fsJens Axboe1-0/+8
2020-01-29io_uring: fix linked command file table usageJens Axboe1-2/+1
2020-01-28io-wq: allow grabbing existing io-wqPavel Begunkov1-0/+8
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe1-22/+46
2020-01-27io-wq: make the io_wq ref countedJens Axboe1-1/+10
2020-01-20io-wq: support concurrent non-blocking workJens Axboe1-1/+4
2020-01-20io-wq: add support for uncancellable workJens Axboe1-1/+7
2020-01-14io-wq: cancel work if we fail getting a mm referenceJens Axboe1-4/+8
2019-12-24io-wq: add cond_resched() to worker threadHillf Danton1-0/+2
2019-12-23io-wq: remove unused busy list from io_sqeHillf Danton1-8/+0
2019-12-15io_uring: fix stale comment and a few typosBrian Gianforcaro1-1/+1
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe1-2/+22
2019-12-10io-wq: remove worker->wait waitqueueJens Axboe1-8/+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-13/+23
2019-11-26io-wq: fix handling of NUMA node IDsJann Horn1-46/+34
2019-11-26io_uring: use kzalloc instead of kcalloc for single-element allocationsJann Horn1-3/+3
2019-11-25io_uring: async workers should inherit the user credsJens Axboe1-0/+10
2019-11-25io-wq: have io_wq_create() take a 'data' argumentJens Axboe1-8/+6
2019-11-25io_uring: close lookup gap for dependent next workJens Axboe1-0/+3
2019-11-25io-wq: remove extra space charactersDan Carpenter1-3/+3
2019-11-25io-wq: wait for io_wq_create() to setup necessary workersJens Axboe1-15/+35
2019-11-14io-wq: remove now redundant struct io_wq_nulls_listJens Axboe1-19/+10
2019-11-13io-wq: ensure free/busy list browsing see all itemsJens Axboe1-30/+11
2019-11-13io-wq: ensure we have a stable view of ->cur_work for cancellationsJens Axboe1-19/+28
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe1-2/+23
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe1-80/+216
2019-11-09io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe1-2/+1
2019-11-05io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe1-6/+9
2019-11-02io-wq: use kfree_rcu() to simplify the codeYueHaibing1-8/+1