aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-ioc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai1-2/+2
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai1-17/+13
2022-06-27block: fix default IO priority handling againJan Kara1-0/+2
2022-03-28block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGJiri Slaby1-2/+1
2021-12-23block: drop needless assignment in set_task_ioprio()Lukas Bulwahn1-4/+2
2021-12-20block: fix error in handling dead task for ioprio settingJens Axboe1-2/+8
2021-12-16block: only build the icq tracking code when neededChristoph Hellwig1-27/+41
2021-12-16block: fold create_task_io_context into ioc_find_get_icqChristoph Hellwig1-31/+12
2021-12-16block: open code create_task_io_context in set_task_ioprioChristoph Hellwig1-5/+11
2021-12-16block: fold get_task_io_context into set_task_ioprioChristoph Hellwig1-38/+14
2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig1-2/+32
2021-12-16block: cleanup ioc_clear_queueChristoph Hellwig1-22/+11
2021-12-16block: refactor put_io_contextChristoph Hellwig1-19/+19
2021-12-16block: remove the NULL ioc check in put_io_contextChristoph Hellwig1-3/+0
2021-12-16block: refactor put_iocontext_activeChristoph Hellwig1-27/+14
2021-12-16block: simplify struct io_context refcountingChristoph Hellwig1-4/+1
2021-12-16block: remove the nr_task field from struct io_contextChristoph Hellwig1-3/+0
2021-11-29block: simplify ioc_lookup_icqChristoph Hellwig1-4/+4
2021-11-29block: simplify ioc_create_icqChristoph Hellwig1-7/+5
2021-11-29block: return the io_context from create_task_io_contextChristoph Hellwig1-36/+30
2021-11-29block: use alloc_io_context in __copy_ioChristoph Hellwig1-6/+3
2021-11-29block: factor out a alloc_io_context helperChristoph Hellwig1-5/+14
2021-11-29block: remove get_io_context_activeChristoph Hellwig1-5/+3
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig1-0/+1
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig1-4/+35
2021-11-29block: mark put_io_context_active staticChristoph Hellwig1-1/+1
2021-11-29fork: move copy_io to block/blk-ioc.cChristoph Hellwig1-0/+27
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig1-0/+1
2020-07-16block: remove retry loop in ioc_release_fn()John Ogness1-3/+17
2020-07-16block: remove unnecessary ioc nested lockingJohn Ogness1-20/+6
2020-03-12block: Fix use-after-free issue accessing struct io_cqSahitya Tummala1-0/+7
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-7/+7
2018-11-15block: remove a few unused exportsChristoph Hellwig1-3/+0
2018-11-09block: remove set but not used variable 'et'YueHaibing1-2/+0
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-4/+4
2018-11-07block: remove dead elevator codeJens Axboe1-27/+6
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+31
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe1-13/+31
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-10blk-mq-sched: don't hold queue_lock when calling exit_icqOmar Sandoval1-6/+16
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-2/+6
2017-01-17block: move existing elevator ops to unionJens Axboe1-4/+4
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney1-1/+1
2013-11-08block: cleanup removing dependency on bootmem headersGrygorii Strashko1-1/+0
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar1-1/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1