aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c
Commit message (Expand)AuthorAge
* virtio-blk: fix request leak.Mike Snitzer2010-10-09
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-10
|\
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
| * block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-07
| * virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-07
| * virtio_blk: add default case to cmd type switchJens Axboe2010-08-07
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* | virtio_blk: Remove VBID ioctlRyan Harper2010-08-04
* | virtio_blk: Add 'serial' attribute to virtio-blk devices (v2)Ryan Harper2010-08-04
* | virtio_blk: support barriers without FLUSH featureChristoph Hellwig2010-08-04
|/
* virtio-blk: fix minimum number of S/G elementsChristoph Hellwig2010-06-03
* virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-19
* virtio_blk: remove multichar constant.Rusty Russell2010-05-19
* Add virtio disk identification ioctljohn cooper2010-05-19
* Add virtio disk identification supportjohn cooper2010-05-19
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-09
|\
| * block: Finalize conversion of block limits functionsMartin K. Petersen2010-03-15
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-01
|\
| * block: make virtio device id constantMárton Németh2010-01-11
* | virtio_blk: add block topology supportChristoph Hellwig2010-02-23
|/
* virtio_blk: Revert serial number supportRusty Russell2009-10-22
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-22
* virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig2009-10-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-23
|\
| * virtio_blk: add support for cache flushChristoph Hellwig2009-09-23
| * virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-23
| * virtio: make add_buf return capacity remainingRusty Russell2009-09-23
* | const: make block_device_operations constAlexey Dobriyan2009-09-22
|/
* Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-07-22
|\
| * virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick2009-07-18
* | virtio_blk: ioctl return value fixChristoph Hellwig2009-07-17
* | virtio_blk: don't bounce highmem requestsChristoph Hellwig2009-07-17
|/
* virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-12
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-12
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-12
* Add serial number support for virtio_blk, V4ajohn cooper2009-06-09
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* virtio_blk: get rid of unused variableJens Axboe2009-05-18
* virtio_blk: SG_IO passthru supportHannes Reinecke2009-05-18
* virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig2009-05-18
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
* block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-12-30
|\
| * virtio_blk: fix type warningRandy Dunlap2008-12-29
| * virtio: block: dynamic maximum segmentsRusty Russell2008-12-29
| * virtio: set max_segment_size and max_sectors to infinite.Rusty Russell2008-12-29
* | virtio_blk: set queue paravirt flagFernando Luis Vázquez Cao2008-12-29
|/
* [PATCH] switch virtio_blkAl Viro2008-10-21