summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+28
|\
| * block: fix max discard sectors limitJames Bottomley2013-04-241-1/+1
| * block: add runtime pm helpersLin Ming2013-03-221-0/+27
* | block_device_operations->release() should return voidAl Viro2013-05-071-1/+1
|/
* Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-01-111-0/+2
|\
| * block: RCU free request_queueTejun Heo2013-01-091-0/+2
* | block: Remove should_sort judgement when flush blk_plugJianpeng Ma2013-01-111-1/+0
|/
* blk: avoid divide-by-zero with zero discard granularityLinus Torvalds2012-12-191-4/+15
* block: discard granularity might not be power of 2Shaohua Li2012-12-141-3/+4
* block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche2012-12-061-0/+6
* block: Avoid that request_fn is invoked on a dead queueBart Van Assche2012-12-061-0/+2
* block: Rename queue dead flagBart Van Assche2012-12-061-2/+2
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-0/+29
* block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-201-0/+31
* block: Clean up special command handling logicMartin K. Petersen2012-09-201-12/+10
* block: disable discard request merge temporarilyShaohua Li2012-08-091-1/+1
* block: Add blk_bio_map_sg() helperAsias He2012-08-021-0/+2
* block: split discard into aligned requestsPaolo Bonzini2012-08-021-0/+10
* blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-311-1/+1
* blk: centralize non-request unplug handling.NeilBrown2012-07-311-2/+6
* blkcg: implement per-blkg request allocationTejun Heo2012-06-261-3/+9
* block: prepare for multiple request_listsTejun Heo2012-06-251-14/+18
* block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-251-5/+6
* block: Drop dead function blk_abort_queue()Asias He2012-06-151-1/+0
* Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-301-1/+19
|\
| * Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-011-11/+7
| |\
| * | blkcg: mass rename of blkcg APITejun Heo2012-04-201-2/+2
| * | blkcg: implement per-queue policy activationTejun Heo2012-04-201-0/+1
| * | blkcg: add request_queue->root_blkgTejun Heo2012-04-201-0/+2
| * | blkcg: remove static policy ID enumsTejun Heo2012-04-201-1/+6
| * | blkcg: drop unnecessary RCU lockingTejun Heo2012-03-061-1/+0
| * | blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-061-2/+2
| * | blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-061-0/+5
| * | blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo2012-03-061-0/+3
| * | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-061-1/+4
* | | Fix blkdev.h build errors when BLOCK=nRussell King2012-05-141-1/+2
| |/ |/|
* | block: use lockdep_assert_held for queue lockingAndi Kleen2012-03-301-11/+7
|/
* block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-3/+0
* Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-17/+84
|\
| * blockdev: convert some macros to static inlinesStephen Rothwell2012-01-121-13/+64
| * block: Introduce blk_set_stacking_limits functionMartin K. Petersen2012-01-111-0/+1
| * block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo2011-12-141-2/+8
| * block, cfq: unlink cfq_io_context's immediatelyTejun Heo2011-12-141-0/+3
| * block: misc updates to blk_get_queue()Tejun Heo2011-12-141-1/+1
| * block, cfq: move cfqd->cic_index to q->idTejun Heo2011-12-141-0/+6
| * block: add blk_queue_dead()Tejun Heo2011-12-141-0/+1
| * block, sx8: kill blk_insert_request()Tejun Heo2011-12-141-1/+0
* | block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-141-0/+1
* | block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-141-0/+2
* | block: initialize request_queue's numa node duringMike Snitzer2011-11-231-3/+0
|/