aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-ioc.c
AgeCommit message (Expand)Author
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai
2023-06-01blk-ioc: protect ioc_destroy_icq() by 'queue_lock'Yu Kuai
2022-06-27block: fix default IO priority handling againJan Kara
2022-03-28block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGJiri Slaby
2021-12-23block: drop needless assignment in set_task_ioprio()Lukas Bulwahn
2021-12-20block: fix error in handling dead task for ioprio settingJens Axboe
2021-12-16block: only build the icq tracking code when neededChristoph Hellwig
2021-12-16block: fold create_task_io_context into ioc_find_get_icqChristoph Hellwig
2021-12-16block: open code create_task_io_context in set_task_ioprioChristoph Hellwig
2021-12-16block: fold get_task_io_context into set_task_ioprioChristoph Hellwig
2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig
2021-12-16block: cleanup ioc_clear_queueChristoph Hellwig
2021-12-16block: refactor put_io_contextChristoph Hellwig
2021-12-16block: remove the NULL ioc check in put_io_contextChristoph Hellwig
2021-12-16block: refactor put_iocontext_activeChristoph Hellwig
2021-12-16block: simplify struct io_context refcountingChristoph Hellwig
2021-12-16block: remove the nr_task field from struct io_contextChristoph Hellwig
2021-11-29block: simplify ioc_lookup_icqChristoph Hellwig
2021-11-29block: simplify ioc_create_icqChristoph Hellwig
2021-11-29block: return the io_context from create_task_io_contextChristoph Hellwig
2021-11-29block: use alloc_io_context in __copy_ioChristoph Hellwig
2021-11-29block: factor out a alloc_io_context helperChristoph Hellwig
2021-11-29block: remove get_io_context_activeChristoph Hellwig
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig
2021-11-29block: mark put_io_context_active staticChristoph Hellwig
2021-11-29fork: move copy_io to block/blk-ioc.cChristoph Hellwig
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig
2020-07-16block: remove retry loop in ioc_release_fn()John Ogness
2020-07-16block: remove unnecessary ioc nested lockingJohn Ogness
2020-03-12block: Fix use-after-free issue accessing struct io_cqSahitya Tummala
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-09block: remove set but not used variable 'et'YueHaibing
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-02-10blk-mq-sched: don't hold queue_lock when calling exit_icqOmar Sandoval
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17block: move existing elevator ops to unionJens Axboe
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney
2013-11-08block: cleanup removing dependency on bootmem headersGrygorii Strashko
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-05-14block: queue work on power efficient wqViresh Kumar
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin