aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-ioc.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix lockdep warning on io_context release put_io_context()Tejun Heo2016-01-081-7/+14
* block: strip out locking optimization in put_io_context()faux1232016-01-081-81/+11
* block: fix ioc locking warningShaohua Li2016-01-081-1/+3
* block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo2016-01-081-3/+0
* block: an exiting task should be allowed to create io_contextTejun Heo2016-01-081-3/+9
* block: ioc_cgroup_changed() needs to be exportedJens Axboe2016-01-081-0/+1
* block, cfq: move icq creation and rq->elv.icq association tofaux1232016-01-081-1/+59
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2016-01-081-8/+68
* block, cfq: move io_cq lookup to blk-ioc.cTejun Heo2016-01-081-0/+36
* block, cfq: reorganize cfq_io_context into generic and cfq specific partsfaux1232016-01-081-30/+28
* block, cfq: replace current_io_context() with create_io_context()faux1232016-01-081-40/+17
* block, cfq: unlink cfq_io_context's immediatelyTejun Heo2016-01-081-29/+137
* block: fix merge error from "block, cfq: move ioc ioprio/cgroup changedfaux1232016-01-081-16/+12
* block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo2016-01-081-0/+45
* block: make ioc get/put interface more conventional and fix race on alloctionfaux1232016-01-081-33/+66
* block: rename the return of two functionsPaul Bolle2016-01-081-20/+20
* block: misc ioc cleanupsfaux1232016-01-081-14/+16
* block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle2011-06-021-2/+2
* blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal2011-05-231-0/+3
* block: Clean up exit_io_context() source code.Bart Van Assche2010-12-211-3/+2
* block: remove unused copy_io_context()Jens Axboe2010-11-111-14/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: don't access jiffies when initialising io_contextRichard Kennedy2010-03-011-1/+1
* block: removed unused as_io_contextKirill Afonshin2010-01-111-5/+0
* block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-041-5/+5
* block: Fix io_context leak after clone with CLONE_IOLouis Rilling2009-12-041-1/+1
* block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-101-6/+6
* cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe2008-05-071-1/+1
* cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe2008-02-191-20/+15
* make blk_ioc_init() staticAdrian Bunk2008-02-191-1/+1
* block: kill swap_io_context()Jens Axboe2008-02-011-9/+0
* block: continue ll_rw_blk.c splitupJens Axboe2008-01-291-0/+194