aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-ioc.c
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/...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...Mel 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
2012-08-01block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson1-0/+1
2012-05-31block: avoid infinite loop in get_task_io_context()Eric Dumazet1-1/+5
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo1-0/+6
2012-03-20block: remove ioc_*_changed()Tejun Heo1-68/+0
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng1-0/+6
2012-03-06block: add io_context->active_refTejun Heo1-11/+25
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo1-12/+10
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo1-8/+47
2012-02-15block: simplify ioc_release_fn()Tejun Heo1-36/+10
2012-02-15block: replace icq->changed with icq->flagsTejun Heo1-4/+26
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo1-7/+14
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-81/+11
2012-02-06block: fix ioc locking warningShaohua Li1-1/+3
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo1-3/+0
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo1-2/+9
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe1-0/+1
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo1-1/+59
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo1-8/+68
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo1-0/+36
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo1-30/+28
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo1-45/+17
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-29/+137
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo1-0/+45
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-33/+66
2011-12-14block: misc ioc cleanupsTejun Heo1-36/+36
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe1-2/+2
2011-06-06block: rename the return of two functionsPaul Bolle1-20/+20
2011-06-02block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle1-2/+2
2011-05-23blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal1-0/+3
2010-12-21block: Clean up exit_io_context() source code.Bart Van Assche1-3/+2
2010-11-11block: remove unused copy_io_context()Jens Axboe1-14/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01block: don't access jiffies when initialising io_contextRichard Kennedy1-1/+1
2010-01-11block: removed unused as_io_contextKirill Afonshin1-5/+0
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling1-5/+5
2009-12-04block: Fix io_context leak after clone with CLONE_IOLouis Rilling1-1/+1
2009-06-10block: prevent possible io_context->refcount overflowNikanth Karthikesan1-6/+6
2008-05-07cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe1-1/+1
2008-02-19cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe1-20/+15
2008-02-19make blk_ioc_init() staticAdrian Bunk1-1/+1
2008-02-01block: kill swap_io_context()Jens Axboe1-9/+0
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+194