summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2-2/+2
2013-11-09block: cleanup removing dependency on bootmem headersGrygorii Strashko1-1/+0
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara7-8/+46
2013-05-14block: queue work on power efficient wqViresh Kumar3-6/+12
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
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 Heo10691-334256/+544247
2012-03-20block: remove ioc_*_changed()Tejun Heo4-95/+1
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng1-0/+6
2012-03-06block: add io_context->active_refTejun Heo3-15/+47
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo3-28/+26
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo2-8/+48
2012-02-15block: simplify ioc_release_fn()Tejun Heo1-36/+10
2012-02-15block: replace icq->changed with icq->flagsTejun Heo3-13/+38
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 Heo8-92/+18
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-13block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo6-136/+173
2011-12-13block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo7-61/+97
2011-12-13block, cfq: move io_cq lookup to blk-ioc.cTejun Heo3-40/+45
2011-12-13block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo3-174/+175
2011-12-13block, cfq: replace current_io_context() with create_io_context()Tejun Heo4-54/+71
2011-12-13block, cfq: unlink cfq_io_context's immediatelyTejun Heo7-72/+159
2011-12-13block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo5-27/+65
2011-12-13block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo7-69/+91
2011-12-13block: misc ioc cleanupsTejun Heo2-45/+39
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe992-6664/+12546
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 Axboe2-15/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-01block: don't access jiffies when initialising io_contextRichard Kennedy1-1/+1
2010-01-11block: removed unused as_io_contextKirill Afonshin2-32/+0
2009-12-04block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling4-9/+11
2009-12-04block: Fix io_context leak after clone with CLONE_IOLouis Rilling1-1/+1
2009-06-10block: prevent possible io_context->refcount overflowNikanth Karthikesan3-10/+10
2008-05-07cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe2-7/+14
2008-02-19cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe3-46/+29
2008-02-19make blk_ioc_init() staticAdrian Bunk1-1/+1
2008-02-01block: kill swap_io_context()Jens Axboe3-24/+0
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe8-1249/+1312