summaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c
Commit message (Expand)AuthorAgeFilesLines
* virtio_blk: Add missing 'static' qualifiersJonghwan Choi2013-05-201-1/+1
* virtio_blk: remove nents member.Rusty Russell2013-03-201-11/+11
* virtio-blk: use virtqueue_add_sgs on req pathPaolo Bonzini2013-03-201-36/+33
* virtio-blk: use virtqueue_add_sgs on bio pathPaolo Bonzini2013-03-201-29/+29
* virtio-blk: reorganize virtblk_add_reqPaolo Bonzini2013-03-201-35/+20
* virtio-blk: emit udev event when device is resizedMilos Vyletel2013-03-121-0/+2
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-201-1/+6
|\
| * virtio-blk: Don't free ida when disk is in useAlexander Graf2013-01-021-1/+6
* | Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-9/+4
|/
* virtio-blk: Disable callback in virtblk_done()Asias He2012-09-281-8/+11
* virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter2012-09-281-2/+4
* virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He2012-09-281-84/+188
* virtio-blk: Add bio-based IO path for virtio-blkAsias He2012-09-281-40/+163
* virtio-blk: allow toggling host cache between writeback and writethroughPaolo Bonzini2012-07-301-3/+87
* virtio-blk: Use block layer provided spinlockAsias He2012-07-301-6/+3
* virtio-blk: Reset device after blk_cleanup_queue()Asias He2012-07-301-11/+1
* virtio-blk: Call del_gendisk() before disable guest kickAsias He2012-07-301-2/+2
* virtio_blk: Drop unused request tracking listAsias He2012-05-221-10/+0
* virtio-blk: Fix hot-unplug race in remove methodAsias He2012-05-221-0/+11
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-04-161-12/+29
|\
| * virtio_blk: helper function to format disk namesRen Mingxin2012-04-121-12/+29
* | virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal2012-03-291-0/+1
|/
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-141-2/+2
* virtio: blk: Add freeze, restore handlers to support S4Amit Shah2012-01-121-0/+44
* virtio: blk: Move vq initialization to separate functionAmit Shah2012-01-121-5/+14
* virtio_blk: fix config handler raceMichael S. Tsirkin2012-01-121-1/+21
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-311-0/+1
* | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
|/
* drivers, block: virtio_blk: Replace cryptic number with the macroLiu Yuan2011-05-301-1/+2
* virtio_blk: allow re-reading config space at runtimeChristoph Hellwig2011-05-301-10/+78
* 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