aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* fail_make_request: cleanup should_fail_requestAkinobu Mita2011-07-26
* block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe2011-07-26
* Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-25
|\
| * block: strict rq_affinityDan Williams2011-07-23
| * block: avoid building too big plug listShaohua Li2011-07-08
* | [SCSI] fix crash in scsi_dispatch_cmd()James Bottomley2011-07-21
|/
* block: export blk_{get,put}_queue()Jens Axboe2011-05-27
* block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti2011-05-26
* block: call elv_bio_merged() when mergedVivek Goyal2011-05-23
* block: get rid of on-stack plugging debug checksJens Axboe2011-05-20
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-20
* block: don't delay blk_run_queue_asyncShaohua Li2011-05-18
* block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe2011-04-19
* block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-19
* block: kill blk_flush_plug_list() exportJens Axboe2011-04-18
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-18
* block: blk_delay_queue() should use kblockd workqueueJens Axboe2011-04-18
* block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe2011-04-18
* Revert "block: add callback function for unplug notification"Jens Axboe2011-04-18
* block: Enhance new plugging support to support general callbacksNeilBrown2011-04-18
* block: make unplug timer trace event correspond to the schedule() unplugJens Axboe2011-04-16
* block: only force kblockd unplugging from the schedule() pathJens Axboe2011-04-15
* block: cleanup the block plug helper functionsChristoph Hellwig2011-04-15
* block: move queue run on unplug to kblockdJens Axboe2011-04-12
* block: kill queue_sync_plugs()Jens Axboe2011-04-12
* block: readd plug trace eventJens Axboe2011-04-12
* block: add callback function for unplug notificationJens Axboe2011-04-12
* block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe2011-04-12
* block: fixup block IO unplug trace callJens Axboe2011-04-12
* block: splice plug list to local contextNeilBrown2011-04-11
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
* | block: fix request sorting at unplugKonstantin Khlebnikov2011-04-05
* | block: dump request state on seeing a corrupted request completionJens Axboe2011-04-05
|/
* block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe2011-03-25
* block: fix bug with inserting flush requests as sort/mergeJens Axboe2011-03-25
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * block: attempt to merge with existing requests on plug flushJens Axboe2011-03-21
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-10
| | * block: remove per-queue pluggingJens Axboe2011-03-10
| | * block: initial patch for on-stack per-task pluggingJens Axboe2011-03-10
| | * block: add API for delaying work/request_fn a little bitJens Axboe2011-03-10
| * | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-04
| |\ \
| * | | block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal2011-03-02
| * | | block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2011-03-02
| | |/ | |/|
| * | Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-01
| |\ \
| * | | block: skip elevator data initialization for flush requestsMike Snitzer2011-02-11
| * | | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-25
| * | | block: improve flush bio completionTejun Heo2011-01-25