aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: make unplug timer trace event correspond to the schedule() unplugJens Axboe2011-04-161-6/+12
* block: only force kblockd unplugging from the schedule() pathJens Axboe2011-04-151-6/+7
* block: cleanup the block plug helper functionsChristoph Hellwig2011-04-151-18/+6
* block: move queue run on unplug to kblockdJens Axboe2011-04-121-1/+1
* block: kill queue_sync_plugs()Jens Axboe2011-04-121-14/+0
* block: readd plug trace eventJens Axboe2011-04-121-1/+9
* block: add callback function for unplug notificationJens Axboe2011-04-121-0/+3
* block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe2011-04-121-0/+5
* block: fixup block IO unplug trace callJens Axboe2011-04-121-2/+13
* block: splice plug list to local contextNeilBrown2011-04-111-5/+9
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | block: fix request sorting at unplugKonstantin Khlebnikov2011-04-051-1/+1
* | block: dump request state on seeing a corrupted request completionJens Axboe2011-04-051-1/+1
|/
* block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe2011-03-251-1/+1
* block: fix bug with inserting flush requests as sort/mergeJens Axboe2011-03-251-1/+4
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-269/+377
|\
| * block: attempt to merge with existing requests on plug flushJens Axboe2011-03-211-1/+1
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-232/+308
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
| | * block: remove per-queue pluggingJens Axboe2011-03-101-153/+20
| | * block: initial patch for on-stack per-task pluggingJens Axboe2011-03-101-98/+271
| | * block: add API for delaying work/request_fn a little bitJens Axboe2011-03-101-0/+29
| * | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-12/+6
| |\ \
| * | | block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal2011-03-021-1/+6
| * | | block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2011-03-021-1/+15
| | |/ | |/|
| * | Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-011-11/+29
| |\ \
| * | | block: skip elevator data initialization for flush requestsMike Snitzer2011-02-111-4/+25
| * | | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-251-6/+4
| * | | block: improve flush bio completionTejun Heo2011-01-251-27/+21
| * | | block: add REQ_FLUSH_SEQTejun Heo2011-01-251-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-3/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | [SCSI] block: improve detail in I/O error messagesHannes Reinecke2011-02-121-3/+20
| | |/ | |/|
* | | block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-5/+6
* | | blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2011-03-011-7/+0
|/ /
* | block: add internal hd part table referencesJens Axboe2011-01-071-3/+3
* | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-051-5/+21
* | block: make kblockd_workqueue smarterTejun Heo2011-01-031-1/+3
* | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer2010-11-161-5/+5
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-7/+0
* block: read i_size with i_size_read()Mike Snitzer2010-11-101-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-251-16/+8
|\
| * Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-16/+8
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-08-111-35/+82
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | block: fix use-after-free bug in blk throttle codeJens Axboe2010-10-231-2/+0
* | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-33/+39
|\ \ \
| * \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-3/+3
| |\ \ \
| * | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-101-3/+1