aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-16block: add missed trace_block_plugGravatar Shaohua Li 1-1/+3
2011-11-16block: avoid unnecessary plug list flushGravatar Shaohua Li 1-7/+9
2011-11-03block: don't call blk_drain_queue() if elevator is not upGravatar Tejun Heo 1-2/+7
2011-10-24Merge branch 'for-linus' into for-3.2/coreGravatar Jens Axboe 1-0/+2
2011-10-24blk-flush: move the queue kick intoGravatar Jeff Moyer 1-0/+2
2011-10-24block: Remove the control of complete cpu from bio.Gravatar Tao Ma 1-3/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Gravatar Tejun Heo 1-21/+36
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesGravatar Tejun Heo 1-7/+21
2011-10-19block: make get_request[_wait]() fail if queue is deadGravatar Tejun Heo 1-16/+38
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Gravatar Tejun Heo 1-6/+2
2011-10-19block: reorganize queue drainingGravatar Tejun Heo 1-0/+28
2011-10-19block: pass around REQ_* flags instead of broken down booleans during request...Gravatar Tejun Heo 1-19/+17
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreGravatar Jens Axboe 1-16/+20
2011-09-28block: Free queue resources at blk_release_queue()Gravatar Hannes Reinecke 1-7/+6
2011-09-21block: document blk-plugGravatar Suresh Jayaraman 1-0/+14
2011-09-15block: refactor generic_make_requestGravatar Christoph Hellwig 1-46/+49
2011-09-12block: remove support for bio remapping from ->make_requestGravatar Christoph Hellwig 1-91/+62
2011-09-12block: rename __make_request() to blk_queue_bio()Gravatar Jens Axboe 1-3/+3
2011-09-12block: export __make_requestGravatar Christoph Hellwig 1-3/+2
2011-08-24block: simplify force plug flush code a little bitGravatar Shaohua Li 1-6/+7
2011-08-24block: change force plug flush call orderGravatar Shaohua Li 1-3/+3
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+6
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsGravatar Jeff Moyer 1-2/+6
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryGravatar Akinobu Mita 1-2/+4
2011-07-26fail_make_request: cleanup should_fail_requestGravatar Akinobu Mita 1-14/+12
2011-07-26block: fix warning with calling smp_processor_id() in preemptible sectionGravatar Jens Axboe 1-1/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+7
2011-07-23block: strict rq_affinityGravatar Dan Williams 1-4/+2
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()Gravatar James Bottomley 1-0/+3
2011-07-08block: avoid building too big plug listGravatar Shaohua Li 1-0/+5
2011-05-27block: export blk_{get,put}_queue()Gravatar Jens Axboe 1-0/+2
2011-05-26block: remove unused variable in bio_attempt_front_merge()Gravatar Luca Tettamanti 1-3/+0
2011-05-23block: call elv_bio_merged() when mergedGravatar Vivek Goyal 1-0/+2
2011-05-20block: get rid of on-stack plugging debug checksGravatar Jens Axboe 1-27/+0
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupGravatar Vivek Goyal 1-1/+2
2011-05-18block: don't delay blk_run_queue_asyncGravatar Shaohua Li 1-1/+3
2011-04-19block: remove stale kerneldoc member from __blk_run_queue()Gravatar Jens Axboe 1-1/+0
2011-04-19block: get rid of QUEUE_FLAG_REENTERGravatar Jens Axboe 1-9/+2
2011-04-18block: kill blk_flush_plug_list() exportGravatar Jens Axboe 1-1/+0
2011-04-18block: add blk_run_queue_asyncGravatar Christoph Hellwig 1-12/+24
2011-04-18block: blk_delay_queue() should use kblockd workqueueGravatar Jens Axboe 1-1/+2
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntGravatar Jens Axboe 1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Gravatar Jens Axboe 1-3/+0
2011-04-18block: Enhance new plugging support to support general callbacksGravatar NeilBrown 1-0/+20
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugGravatar Jens Axboe 1-6/+12
2011-04-15block: only force kblockd unplugging from the schedule() pathGravatar Jens Axboe 1-6/+7
2011-04-15block: cleanup the block plug helper functionsGravatar Christoph Hellwig 1-18/+6
2011-04-12block: move queue run on unplug to kblockdGravatar Jens Axboe 1-1/+1
2011-04-12block: kill queue_sync_plugs()Gravatar Jens Axboe 1-14/+0
2011-04-12block: readd plug trace eventGravatar Jens Axboe 1-1/+9