aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-ioc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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