summaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-31/+6
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-1/+5
| |\
| * | virtio_blk: drop REQ_HARDBARRIER supportTejun Heo2010-09-101-13/+4
| * | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-16/+9
| * | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-9/+0
* | | virtio_blk: remove BKL leftoversChristoph Hellwig2010-10-211-15/+2
| |/ |/|
* | virtio-blk: fix request leak.Mike Snitzer2010-10-091-1/+5
|/
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-39/+49
|\
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+15
| * block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-2/+2
| * virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-29/+21
| * virtio_blk: add default case to cmd type switchJens Axboe2010-08-071-0/+2
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-6/+9
* | virtio_blk: Remove VBID ioctlRyan Harper2010-08-051-10/+0
* | virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)Ryan Harper2010-08-051-0/+28
* | virtio_blk: support barriers without FLUSH featureChristoph Hellwig2010-08-051-3/+23
|/
* virtio-blk: fix minimum number of S/G elementsChristoph Hellwig2010-06-031-1/+3
* virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-3/+3
* virtio_blk: remove multichar constant.Rusty Russell2010-05-191-1/+1
* Add virtio disk identification ioctljohn cooper2010-05-191-0/+10
* Add virtio disk identification supportjohn cooper2010-05-191-0/+30
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-3/+2
|\
| * block: Finalize conversion of block limits functionsMartin K. Petersen2010-03-151-3/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-011-1/+1
|\
| * block: make virtio device id constantMárton Németh2010-01-111-1/+1
* | virtio_blk: add block topology supportChristoph Hellwig2010-02-241-15/+46
|/
* virtio_blk: Revert serial number supportRusty Russell2009-10-221-34/+3
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-221-1/+0
* virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig2009-10-221-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-231-6/+27
|\
| * virtio_blk: add support for cache flushChristoph Hellwig2009-09-231-5/+25
| * virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-231-0/+1
| * virtio: make add_buf return capacity remainingRusty Russell2009-09-231-1/+1
* | const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
|/
* Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-07-221-1/+6
|\
| * virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick2009-07-191-1/+6
* | virtio_blk: ioctl return value fixChristoph Hellwig2009-07-171-1/+1
* | virtio_blk: don't bounce highmem requestsChristoph Hellwig2009-07-171-0/+3
|/
* virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-121-2/+2
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-3/+3
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-1/+1
* Add serial number support for virtio_blk, V4ajohn cooper2009-06-091-3/+34
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* virtio_blk: get rid of unused variableJens Axboe2009-05-181-1/+0
* virtio_blk: SG_IO passthru supportHannes Reinecke2009-05-181-14/+50
* virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig2009-05-181-2/+2
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+2
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-1/+1
OpenPOWER on IntegriCloud