summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
Commit message (Expand)AuthorAgeFilesLines
* io-wq: kill now unused io_wq_cancel_all()Jens Axboe2020-12-201-29/+1
* io_uring: always batch cancel in *cancel_files()Pavel Begunkov2020-12-091-10/+0
* io-wq: cancel request if it's asking for files and we don't have themJens Axboe2020-11-041-0/+4
* io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe2020-10-221-4/+56
* io_uring: unify fsize with def->work_flagsJens Axboe2020-10-201-2/+6
* io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-171-0/+10
* io_uring: move io identity items into separate structJens Axboe2020-10-171-16/+18
* io_uring: rely solely on work flags to determine personality.Jens Axboe2020-10-171-4/+0
* io_uring: pass required context in as flagsJens Axboe2020-10-171-4/+6
* io-wq: assign NUMA node locality if appropriateJens Axboe2020-10-171-0/+1
* io-wq: kill unused IO_WORKER_F_EXITINGJens Axboe2020-09-301-3/+2
* io-wq: fix use-after-free in io_wq_worker_runningHillf Danton2020-09-301-58/+58
* io_uring: add blkcg accounting to offloaded operationsDennis Zhou2020-09-301-0/+23
* io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior2020-09-301-26/+26
* io_uring: reference ->nsproxy for file table commandsJens Axboe2020-09-301-0/+4
* io-wq: fix hang after cancelling pending hashed workPavel Begunkov2020-08-231-2/+19
* io-wq: update hash bitsPavel Begunkov2020-07-251-4/+1
* io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov2020-07-241-0/+1
* io-wq: return next work from ->do_work() directlyPavel Begunkov2020-06-261-5/+3
* io_uring: cancel all task's requests on exitPavel Begunkov2020-06-151-14/+0
* io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-151-26/+34
* io-wq: reorder cancellation pending -> runningPavel Begunkov2020-06-151-22/+32
* Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-111-4/+6
|\
| * io_wq: add per-wq work handler instead of per workPavel Begunkov2020-06-081-4/+6
* | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-101-6/+2
* | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-3/+3
* | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+0
|/
* io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-031-0/+12
* io-wq: handle hashed writes in chainsPavel Begunkov2020-03-231-20/+48
* io-wq: close cancel gap for hashed linked workPavel Begunkov2020-03-221-3/+7
* io-wq: hash dependent workPavel Begunkov2020-03-141-6/+19
* io-wq: split hashing and enqueueingPavel Begunkov2020-03-141-9/+5
* io-wq: don't resched if there is no workPavel Begunkov2020-03-141-4/+6
* io-wq: remove duplicated cancel codePavel Begunkov2020-03-121-112/+24
* io_uring/io-wq: forward submission ref to asyncPavel Begunkov2020-03-041-15/+14
* io-wq: optimise out *next_work() double lockPavel Begunkov2020-03-041-3/+6
* io-wq: optimise locking in io_worker_handle_work()Pavel Begunkov2020-03-041-8/+7
* io-wq: shuffle io_worker_handle_work() codePavel Begunkov2020-03-041-59/+64
* io-wq: use BIT for ulong hashPavel Begunkov2020-03-021-3/+3
* io_uring: remove IO_WQ_WORK_CBPavel Begunkov2020-03-021-3/+0
* io-wq: remove unused IO_WQ_WORK_HAS_MMPavel Begunkov2020-03-021-2/+0
* io-wq: remove io_wq_flush and IO_WQ_WORK_INTERNALPavel Begunkov2020-03-021-37/+1
* io-wq: fix IO_WQ_WORK_NO_CANCEL cancellationPavel Begunkov2020-03-021-6/+14
* io-wq: remove spin-for-work optimizationJens Axboe2020-02-251-19/+0
* io-wq: don't call kXalloc_node() with non-online nodeJens Axboe2020-02-121-4/+18
* io-wq: add io_wq_cancel_pid() to cancel based on a specific pidJens Axboe2020-02-091-0/+29
* io-wq: make io_wqe_cancel_work() take a match handlerJens Axboe2020-02-091-11/+22
* io-wq: add support for inheriting ->fsJens Axboe2020-02-081-0/+8
* io_uring: fix linked command file table usageJens Axboe2020-01-291-2/+1
* io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-281-0/+8