aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown1-3/+3
2012-07-31block: stack unplugShaohua Li1-8/+7
2012-07-31blk: centralize non-request unplug handling.NeilBrown1-0/+25
2012-06-26blkcg: implement per-blkg request allocationTejun Heo1-10/+32
2012-06-25block: prepare for multiple request_listsTejun Heo1-25/+31
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo1-6/+7
2012-06-25block: allocate io_context upfrontTejun Heo1-27/+15
2012-06-25block: refactor get_request[_wait]()Tejun Heo1-39/+35
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo1-2/+2
2012-06-15block: Mitigate lock unbalance caused by lock switchingAsias He1-5/+5
2012-06-15block: Avoid missed wakeup in request waitqueueAsias He1-1/+14
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-2/+3
2012-04-20block: fix elvpriv allocation failure handlingTejun Heo1-17/+36
2012-04-20block: collapse blk_alloc_request() into get_request()Tejun Heo1-29/+17
2012-04-20blkcg: make request_queue bypassing on allocationTejun Heo1-12/+25
2012-04-20blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo1-2/+13
2012-04-06block: make auto block plug flush threshold per-disk basedShaohua Li1-1/+2
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter1-1/+1
2012-03-06block: implement bio_associate_current()Tejun Heo1-7/+25
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo1-3/+5
2012-03-06block: restructure get_request()Tejun Heo1-31/+29
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-2/+1
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-0/+4
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo1-3/+4
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo1-3/+3
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo1-4/+8
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo1-2/+37
2012-03-06block: blk-throttle should be drained regardless of q->elevatorTejun Heo1-12/+15
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo1-10/+9
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functionsTejun Heo1-2/+2
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-01-19block: fix NULL icq_cache referenceShaohua Li1-4/+6
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-81/+122
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo1-1/+8
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo1-7/+39
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo1-0/+1
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo1-5/+20
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-4/+4
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo1-8/+16
2011-12-14block: add missing blk_queue_dead() checksTejun Heo1-0/+21
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo1-6/+18
2011-12-14block: add blk_queue_dead()Tejun Heo1-3/+3
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo1-48/+0
2011-11-23block: initialize request_queue's numa node duringMike Snitzer1-11/+3
2011-11-16block: add missed trace_block_plugShaohua Li1-1/+3
2011-11-16block: avoid unnecessary plug list flushShaohua Li1-7/+9
2011-11-03block: don't call blk_drain_queue() if elevator is not upTejun Heo1-2/+7
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe1-0/+2
2011-10-24blk-flush: move the queue kick intoJeff Moyer1-0/+2
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma1-3/+1