aboutsummaryrefslogtreecommitdiff
path: root/block/blk-ioc.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Gravatar Yu Kuai 1-2/+2
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Gravatar Yu Kuai 1-17/+13
2022-06-27block: fix default IO priority handling againGravatar Jan Kara 1-0/+2
2022-03-28block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGGravatar Jiri Slaby 1-2/+1
2021-12-23block: drop needless assignment in set_task_ioprio()Gravatar Lukas Bulwahn 1-4/+2
2021-12-20block: fix error in handling dead task for ioprio settingGravatar Jens Axboe 1-2/+8
2021-12-16block: only build the icq tracking code when neededGravatar Christoph Hellwig 1-27/+41
2021-12-16block: fold create_task_io_context into ioc_find_get_icqGravatar Christoph Hellwig 1-31/+12
2021-12-16block: open code create_task_io_context in set_task_ioprioGravatar Christoph Hellwig 1-5/+11
2021-12-16block: fold get_task_io_context into set_task_ioprioGravatar Christoph Hellwig 1-38/+14
2021-12-16block: move set_task_ioprio to blk-ioc.cGravatar Christoph Hellwig 1-2/+32
2021-12-16block: cleanup ioc_clear_queueGravatar Christoph Hellwig 1-22/+11
2021-12-16block: refactor put_io_contextGravatar Christoph Hellwig 1-19/+19
2021-12-16block: remove the NULL ioc check in put_io_contextGravatar Christoph Hellwig 1-3/+0
2021-12-16block: refactor put_iocontext_activeGravatar Christoph Hellwig 1-27/+14
2021-12-16block: simplify struct io_context refcountingGravatar Christoph Hellwig 1-4/+1
2021-12-16block: remove the nr_task field from struct io_contextGravatar Christoph Hellwig 1-3/+0
2021-11-29block: simplify ioc_lookup_icqGravatar Christoph Hellwig 1-4/+4
2021-11-29block: simplify ioc_create_icqGravatar Christoph Hellwig 1-7/+5
2021-11-29block: return the io_context from create_task_io_contextGravatar Christoph Hellwig 1-36/+30
2021-11-29block: use alloc_io_context in __copy_ioGravatar Christoph Hellwig 1-6/+3
2021-11-29block: factor out a alloc_io_context helperGravatar Christoph Hellwig 1-5/+14
2021-11-29block: remove get_io_context_activeGravatar Christoph Hellwig 1-5/+3
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerGravatar Christoph Hellwig 1-0/+1
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cGravatar Christoph Hellwig 1-4/+35
2021-11-29block: mark put_io_context_active staticGravatar Christoph Hellwig 1-1/+1
2021-11-29fork: move copy_io to block/blk-ioc.cGravatar Christoph Hellwig 1-0/+27
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-0/+1
2020-07-16block: remove retry loop in ioc_release_fn()Gravatar John Ogness 1-3/+17
2020-07-16block: remove unnecessary ioc nested lockingGravatar John Ogness 1-20/+6
2020-03-12block: Fix use-after-free issue accessing struct io_cqGravatar Sahitya Tummala 1-0/+7
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-7/+7
2018-11-15block: remove a few unused exportsGravatar Christoph Hellwig 1-3/+0
2018-11-09block: remove set but not used variable 'et'Gravatar YueHaibing 1-2/+0
2018-11-07block: get rid of MQ scheduler ops unionGravatar Jens Axboe 1-4/+4
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 1-27/+6
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagGravatar Shakeel Butt 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+31
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqGravatar Jens Axboe 1-13/+31
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2017-02-10blk-mq-sched: don't hold queue_lock when calling exit_icqGravatar Omar Sandoval 1-6/+16
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersGravatar Jens Axboe 1-2/+6
2017-01-17block: move existing elevator ops to unionGravatar Jens Axboe 1-4/+4
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-1/+1
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Gravatar Paul E. McKenney 1-1/+1
2013-11-08block: cleanup removing dependency on bootmem headersGravatar Grygorii Strashko 1-1/+0
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptGravatar Jan Kara 1-1/+1
2013-05-14block: queue work on power efficient wqGravatar Viresh Kumar 1-1/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1