aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2012-12-19blk: avoid divide-by-zero with zero discard granularityLinus Torvalds
2012-12-14block: discard granularity might not be power of 2Shaohua Li
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche
2012-12-06block: Rename queue dead flagBart Van Assche
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-08-09block: disable discard request merge temporarilyShaohua Li
2012-08-02block: Add blk_bio_map_sg() helperAsias He
2012-08-02block: split discard into aligned requestsPaolo Bonzini
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown
2012-07-31blk: centralize non-request unplug handling.NeilBrown
2012-06-26blkcg: implement per-blkg request allocationTejun Heo
2012-06-25block: prepare for multiple request_listsTejun Heo
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo
2012-06-15block: Drop dead function blk_abort_queue()Asias He
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-05-14Fix blkdev.h build errors when BLOCK=nRussell King
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe
2012-04-20blkcg: mass rename of blkcg APITejun Heo
2012-04-20blkcg: implement per-queue policy activationTejun Heo
2012-04-20blkcg: add request_queue->root_blkgTejun Heo
2012-04-20blkcg: remove static policy ID enumsTejun Heo
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo
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