aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2012-01-12blockdev: convert some macros to static inlinesStephen Rothwell
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo
2011-12-14block: misc updates to blk_get_queue()Tejun Heo
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo
2011-12-14block: add blk_queue_dead()Tejun Heo
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo
2011-11-23block: initialize request_queue's numa node duringMike Snitzer
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker
2011-10-19block: move blk_throtl prototypes to block/blk.hTejun Heo
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe
2011-09-21block: document blk-plugSuresh Jayaraman
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-09-12block: rename __make_request() to blk_queue_bio()Jens Axboe
2011-09-12block: export __make_requestChristoph Hellwig
2011-08-24block: simplify force plug flush code a little bitShaohua Li
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer
2011-07-31block: add bsg helper libraryMike Christie
2011-07-23block: strict rq_affinityDan Williams
2011-07-13block: reorder request_queue to remove 64 bit alignment paddingRichard Kennedy
2011-07-08block: document blk_plug list accessShaohua Li
2011-07-08block: avoid building too big plug listShaohua Li
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe
2011-06-13block:fix the comment error in blkdev.hWanlong Gao
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