summaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
Commit message (Expand)AuthorAge
...
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-15
* blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-15
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-15
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-02
|\
| * virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell2014-03-24
| * virtio_blk: don't crash, report error if virtqueue is broken.Rusty Russell2014-03-13
* | blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-14
|/
* virtio_blk: use blk_mq_complete_requestChristoph Hellwig2014-02-10
* virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li2013-11-19
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-15
|\
| * virtio_blk: blk-mq supportJens Axboe2013-11-14
* | virtio_blk: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-10-29
* | virtio: use size-based config accessors.Rusty Russell2013-10-17
* | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-23
|/
* virtio_blk: Add missing 'static' qualifiersJonghwan Choi2013-05-20
* virtio_blk: remove nents member.Rusty Russell2013-03-20
* virtio-blk: use virtqueue_add_sgs on req pathPaolo Bonzini2013-03-20
* virtio-blk: use virtqueue_add_sgs on bio pathPaolo Bonzini2013-03-20
* virtio-blk: reorganize virtblk_add_reqPaolo Bonzini2013-03-20
* virtio-blk: emit udev event when device is resizedMilos Vyletel2013-03-12
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-20
|\
| * virtio-blk: Don't free ida when disk is in useAlexander Graf2013-01-02
* | Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
|/
* virtio-blk: Disable callback in virtblk_done()Asias He2012-09-28
* virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter2012-09-28
* virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He2012-09-28
* virtio-blk: Add bio-based IO path for virtio-blkAsias He2012-09-28
* virtio-blk: allow toggling host cache between writeback and writethroughPaolo Bonzini2012-07-30
* virtio-blk: Use block layer provided spinlockAsias He2012-07-30
* virtio-blk: Reset device after blk_cleanup_queue()Asias He2012-07-30
* virtio-blk: Call del_gendisk() before disable guest kickAsias He2012-07-30
* virtio_blk: Drop unused request tracking listAsias He2012-05-22
* virtio-blk: Fix hot-unplug race in remove methodAsias He2012-05-22
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-04-16
|\
| * virtio_blk: helper function to format disk namesRen Mingxin2012-04-12
* | virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal2012-03-29
|/
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-14
* virtio: blk: Add freeze, restore handlers to support S4Amit Shah2012-01-12
* virtio: blk: Move vq initialization to separate functionAmit Shah2012-01-12
* virtio_blk: fix config handler raceMichael S. Tsirkin2012-01-12
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-12
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-31
* | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-02
|/
* drivers, block: virtio_blk: Replace cryptic number with the macroLiu Yuan2011-05-30
* virtio_blk: allow re-reading config space at runtimeChristoph Hellwig2011-05-30
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-19
| |\
| * | virtio_blk: drop REQ_HARDBARRIER supportTejun Heo2010-09-10
| * | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-10