summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
AgeCommit message (Expand)Author
2020-07-25io-wq: update hash bitsPavel Begunkov
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-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-15io-wq: reorder cancellation pending -> runningPavel Begunkov
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
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-wq: close cancel gap for hashed linked workPavel Begunkov
2020-03-14io-wq: hash dependent workPavel Begunkov
2020-03-14io-wq: split hashing and enqueueingPavel Begunkov
2020-03-14io-wq: don't resched if there is no workPavel Begunkov
2020-03-12io-wq: remove duplicated cancel codePavel Begunkov
2020-03-04io_uring/io-wq: forward submission ref to asyncPavel Begunkov
2020-03-04io-wq: optimise out *next_work() double lockPavel Begunkov
2020-03-04io-wq: optimise locking in io_worker_handle_work()Pavel Begunkov
2020-03-04io-wq: shuffle io_worker_handle_work() codePavel Begunkov
2020-03-02io-wq: use BIT for ulong hashPavel 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-03-02io-wq: fix IO_WQ_WORK_NO_CANCEL cancellationPavel Begunkov
2020-02-25io-wq: remove spin-for-work optimizationJens Axboe
2020-02-12io-wq: don't call kXalloc_node() with non-online nodeJens Axboe
2020-02-09io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe
2020-02-09io-wq: make io_wqe_cancel_work() take a match handlerJens 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-27io-wq: make the io_wq ref countedJens Axboe
2020-01-20io-wq: support concurrent non-blocking workJens Axboe
2020-01-20io-wq: add support for uncancellable workJens Axboe
2020-01-14io-wq: cancel work if we fail getting a mm referenceJens Axboe
2019-12-24io-wq: add cond_resched() to worker threadHillf Danton
2019-12-23io-wq: remove unused busy list from io_sqeHillf Danton
2019-12-15io_uring: fix stale comment and a few typosBrian Gianforcaro
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