aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-251-0/+1
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-251-0/+2
* block: initialize request_queue's numa node duringMike Snitzer2012-01-061-3/+0
* block: remove unwanted semicolonsNamhyung Kim2011-05-311-2/+2
* Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-201-13/+13
|\
| * block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-191-13/+13
* | block: Fix discard topology stacking and reportingMartin K. Petersen2011-05-181-2/+5
* | block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com2011-05-061-0/+1
* | block: add a non-queueable flush flagshaohua.li@intel.com2011-05-061-0/+7
|/
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-1/+1
* 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-1/+6
* block: let io_schedule() flush the plug inlineJens Axboe2011-04-161-0/+13
* block: only force kblockd unplugging from the schedule() pathJens Axboe2011-04-151-2/+2
* block: cleanup the block plug helper functionsChristoph Hellwig2011-04-151-3/+3
* block: add callback function for unplug notificationJens Axboe2011-04-121-0/+3
* dm: improve block integrity supportMike Snitzer2011-04-051-0/+2
* block: fixup plugging stubs for !CONFIG_BLOCKJens Axboe2011-03-111-3/+6
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-21/+52
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-24/+7
| * block: initial patch for on-stack per-task pluggingJens Axboe2011-03-101-0/+42
| * block: add API for delaying work/request_fn a little bitJens Axboe2011-03-101-0/+6
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-4/+1
|\ \
| * | block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-1/+1
| * | blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2011-03-011-3/+0
* | | block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal2011-03-021-2/+0
| |/ |/|
* | Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-011-1/+4
|\ \ | |/
| * Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-1/+4
| |\
| | * Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-131-1/+3
| | |\
| | | * implement in-kernel gendisk events handlingTejun Heo2010-12-161-0/+3
| | | * block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-161-1/+0
| | * | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-051-0/+1
| | |/
* | | block: share request flush fields with elevator_privateMike Snitzer2011-02-111-11/+12
* | | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-251-6/+12
|/ /
* | block: max hardware sectors limit wrapperMike Snitzer2010-12-171-0/+1
* | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-171-3/+6
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-2/+1
* Merge branch 'next' into upstream-mergeTheodore Ts'o2010-10-271-0/+8
|\
| * Add helper function for blkdev_issue_zeroout (sb_issue_discard)Lukas Czerner2010-10-271-0/+8
* | Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-1/+0
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-80/+21
|\ \
| * | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-9/+5
| * | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-101-2/+0
| * | block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-101-6/+5
| * | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-101-36/+2
| * | block: rename barrier/ordered to flushTejun Heo2010-09-101-12/+12
| * | block: drop barrier ordering by queue drainingTejun Heo2010-09-101-11/+8
| * | block: misc cleanups in barrier codeTejun Heo2010-09-101-1/+0
| * | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-2/+4
| * | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-16/+1