aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+28
2013-05-07block_device_operations->release() should return voidAl Viro1-1/+1
2013-04-24block: fix max discard sectors limitJames Bottomley1-1/+1
2013-03-22block: add runtime pm helpersLin Ming1-0/+27
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.9/coreJens Axboe1-0/+2
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-1/+0
2013-01-09block: RCU free request_queueTejun Heo1-0/+2
2012-12-19blk: avoid divide-by-zero with zero discard granularityLinus Torvalds1-4/+15
2012-12-14block: discard granularity might not be power of 2Shaohua Li1-3/+4
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche1-0/+6
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche1-0/+2
2012-12-06block: Rename queue dead flagBart Van Assche1-2/+2
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+29
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen1-0/+31
2012-09-20block: Clean up special command handling logicMartin K. Petersen1-12/+10
2012-08-09block: disable discard request merge temporarilyShaohua Li1-1/+1
2012-08-02block: Add blk_bio_map_sg() helperAsias He1-0/+2
2012-08-02block: split discard into aligned requestsPaolo Bonzini1-0/+10
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown1-1/+1
2012-07-31blk: centralize non-request unplug handling.NeilBrown1-2/+6
2012-06-26blkcg: implement per-blkg request allocationTejun Heo1-3/+9
2012-06-25block: prepare for multiple request_listsTejun Heo1-14/+18
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo1-5/+6
2012-06-15block: Drop dead function blk_abort_queue()Asias He1-1/+0
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+19
2012-05-14Fix blkdev.h build errors when BLOCK=nRussell King1-1/+2
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-11/+7
2012-04-20blkcg: mass rename of blkcg APITejun Heo1-2/+2
2012-04-20blkcg: implement per-queue policy activationTejun Heo1-0/+1
2012-04-20blkcg: add request_queue->root_blkgTejun Heo1-0/+2
2012-04-20blkcg: remove static policy ID enumsTejun Heo1-1/+6
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen1-11/+7
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo1-1/+0
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo1-2/+2
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-0/+5
2012-03-06blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo1-0/+3
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo1-1/+4
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-3/+0
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+84
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+1
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+2
2012-01-12blockdev: convert some macros to static inlinesStephen Rothwell1-13/+64
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-0/+1
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo1-2/+8
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-0/+3
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-1/+1
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo1-0/+6
2011-12-14block: add blk_queue_dead()Tejun Heo1-0/+1
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo1-1/+0
2011-11-23block: initialize request_queue's numa node duringMike Snitzer1-3/+0