summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2011-05-31block: remove unwanted semicolonsNamhyung Kim
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown
2011-04-16block: let io_schedule() flush the plug inlineJens Axboe
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig
2011-04-12block: add callback function for unplug notificationJens Axboe
2011-04-05dm: improve block integrity supportMike Snitzer
2011-03-11block: fixup plugging stubs for !CONFIG_BLOCKJens Axboe
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal
2011-02-11block: share request flush fields with elevator_privateMike Snitzer
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand
2010-12-17block: max hardware sectors limit wrapperMike Snitzer
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2010-12-16implement in-kernel gendisk events handlingTejun Heo
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o
2010-10-27Add helper function for blkdev_issue_zeroout (sb_issue_discard)Lukas Czerner
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-16blkio: Core implementation of throttle policyVivek Goyal
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig
2010-09-10block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo
2010-09-10block: rename barrier/ordered to flushTejun Heo
2010-09-10block: drop barrier ordering by queue drainingTejun Heo
2010-09-10block: misc cleanups in barrier codeTejun Heo