aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe1-0/+10
2020-10-17io_uring: move io identity items into separate structJens Axboe1-16/+18
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe1-4/+0
2020-10-17io_uring: pass required context in as flagsJens Axboe1-4/+6
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe1-0/+1
2020-09-30io-wq: kill unused IO_WORKER_F_EXITINGJens Axboe1-3/+2
2020-09-30io-wq: fix use-after-free in io_wq_worker_runningHillf Danton1-58/+58
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou1-0/+23
2020-09-30io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior1-26/+26
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe1-0/+4
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov1-2/+19
2020-07-25io-wq: update hash bitsPavel Begunkov1-4/+1
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov1-0/+1
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov1-5/+3
2020-06-15io_uring: cancel all task's requests on exitPavel Begunkov1-14/+0
2020-06-15io-wq: add an option to cancel all matched reqsPavel Begunkov1-26/+34
2020-06-15io-wq: reorder cancellation pending -> runningPavel Begunkov1-22/+32
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig1-6/+2
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-3/+3
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+0
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov1-4/+6
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