summaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2012-01-11block: initialize request_queue's numa node duringMike Snitzer
2011-11-11blk-flush: move the queue kick intoJeff Moyer
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke
2011-08-24block: simplify force plug flush code a little bitShaohua Li
2011-08-24block: change force plug flush call orderShaohua Li
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita
2011-07-26fail_make_request: cleanup should_fail_requestAkinobu Mita
2011-07-26block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-23block: strict rq_affinityDan Williams
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()James Bottomley
2011-07-08block: avoid building too big plug listShaohua Li
2011-05-27block: export blk_{get,put}_queue()Jens Axboe
2011-05-26block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti
2011-05-23block: call elv_bio_merged() when mergedVivek Goyal
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal
2011-05-18block: don't delay blk_run_queue_asyncShaohua Li
2011-04-19block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe
2011-04-18block: kill blk_flush_plug_list() exportJens Axboe
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig
2011-04-12block: move queue run on unplug to kblockdJens Axboe
2011-04-12block: kill queue_sync_plugs()Jens Axboe
2011-04-12block: readd plug trace eventJens Axboe
2011-04-12block: add callback function for unplug notificationJens Axboe
2011-04-12block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe
2011-04-12block: fixup block IO unplug trace callJens Axboe
2011-04-11block: splice plug list to local contextNeilBrown
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05block: fix request sorting at unplugKonstantin Khlebnikov
2011-04-05block: dump request state on seeing a corrupted request completionJens Axboe
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe
2011-03-25block: fix bug with inserting flush requests as sort/mergeJens Axboe
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe