summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: export blk_{get,put}_queue()Jens Axboe2011-05-271-0/+2
* block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti2011-05-261-3/+0
* block: call elv_bio_merged() when mergedVivek Goyal2011-05-231-0/+2
* block: get rid of on-stack plugging debug checksJens Axboe2011-05-201-27/+0
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-201-1/+2
* block: don't delay blk_run_queue_asyncShaohua Li2011-05-181-1/+3
* block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe2011-04-191-1/+0
* block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-191-9/+2
* block: kill blk_flush_plug_list() exportJens Axboe2011-04-181-1/+0
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-12/+24
* block: blk_delay_queue() should use kblockd workqueueJens Axboe2011-04-181-1/+2
* block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe2011-04-181-8/+25
* Revert "block: add callback function for unplug notification"Jens Axboe2011-04-181-3/+0
* block: Enhance new plugging support to support general callbacksNeilBrown2011-04-181-0/+20
* 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
OpenPOWER on IntegriCloud