aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-24block: simplify force plug flush code a little bitShaohua Li1-1/+0
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer1-0/+1
2011-07-31block: add bsg helper libraryMike Christie1-0/+4
2011-07-23block: strict rq_affinityDan Williams1-1/+2
2011-07-13block: reorder request_queue to remove 64 bit alignment paddingRichard Kennedy1-7/+6
2011-07-08block: document blk_plug list accessShaohua Li1-0/+6
2011-07-08block: avoid building too big plug listShaohua Li1-0/+3
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe1-2/+2
2011-06-13block:fix the comment error in blkdev.hWanlong Gao1-1/+1
2011-05-31block: remove unwanted semicolonsNamhyung Kim1-2/+2
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-13/+13
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen1-2/+5
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com1-0/+1
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com1-0/+7
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe1-13/+13
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-1/+1
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe1-3/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown1-1/+6
2011-04-16block: let io_schedule() flush the plug inlineJens Axboe1-0/+13
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe1-2/+2
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig1-3/+3
2011-04-12block: add callback function for unplug notificationJens Axboe1-0/+3
2011-04-05dm: improve block integrity supportMike Snitzer1-0/+2
2011-03-11block: fixup plugging stubs for !CONFIG_BLOCKJens Axboe1-3/+6
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-21/+52
2011-03-10block: remove per-queue pluggingJens Axboe1-24/+7
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-0/+42
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe1-0/+6
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-4/+1
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal1-2/+0
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-1/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe1-1/+4
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal1-3/+0
2011-02-11block: share request flush fields with elevator_privateMike Snitzer1-11/+12
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo1-6/+12
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+4
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe1-1/+3
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-0/+1
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-0/+1
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-3/+6
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-0/+3
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo1-1/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-2/+1
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-0/+8
2010-10-27Add helper function for blkdev_issue_zeroout (sb_issue_discard)Lukas Czerner1-0/+8
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-1/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-80/+21
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu1-0/+1
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen1-2/+2
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-9/+5