aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* 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
| * | | block: add REQ_FLUSH_SEQTejun Heo2011-01-25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-17
|\ \ \ \ | |_|_|/ |/| | |
| * | | [SCSI] block: improve detail in I/O error messagesHannes Reinecke2011-02-12
| | |/ | |/|
* | | block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-02
* | | blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2011-03-01
|/ /
* | block: add internal hd part table referencesJens Axboe2011-01-07
* | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-05
* | block: make kblockd_workqueue smarterTejun Heo2011-01-03
* | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer2010-11-16
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-10
* block: read i_size with i_size_read()Mike Snitzer2010-11-10