aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19virtio_blk: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-19virtio_blk: remove multichar constant.Rusty Russell1-1/+1
2010-05-19Add virtio disk identification ioctljohn cooper1-0/+10
2010-05-19Add virtio disk identification supportjohn cooper1-0/+30
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen1-3/+2
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-02-24virtio_blk: add block topology supportChristoph Hellwig1-15/+46
2010-01-11block: make virtio device id constantMárton Németh1-1/+1
2009-10-22virtio_blk: Revert serial number supportRusty Russell1-34/+3
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig1-1/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-6/+27
2009-09-23virtio_blk: add support for cache flushChristoph Hellwig1-5/+25
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-07-22Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds1-1/+6
2009-07-19virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatchRakib Mullick1-1/+6
2009-07-17virtio_blk: ioctl return value fixChristoph Hellwig1-1/+1
2009-07-17virtio_blk: don't bounce highmem requestsChristoph Hellwig1-0/+3
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-06-09Add serial number support for virtio_blk, V4ajohn cooper1-3/+34
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-18virtio_blk: get rid of unused variableJens Axboe1-1/+0
2009-05-18virtio_blk: SG_IO passthru supportHannes Reinecke1-14/+50
2009-05-18virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-1/+1
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-13/+28
2008-12-30virtio_blk: fix type warningRandy Dunlap1-1/+1
2008-12-30virtio: block: dynamic maximum segmentsRusty Russell1-13/+23
2008-12-30virtio: set max_segment_size and max_sectors to infinite.Rusty Russell1-0/+5
2008-12-29virtio_blk: set queue paravirt flagFernando Luis Vázquez Cao1-0/+2
2008-10-21[PATCH] switch virtio_blkAl Viro1-4/+4
2008-10-21[PATCH] beginning of methods conversionAl Viro1-1/+1
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-2/+2
2008-10-09virtio_blk: change to use __blk_end_request()Kiyoshi Ueda1-5/+5
2008-10-09virtio_blk: use a wrapper function to access io context information of IO requestsFernando Luis Vázquez Cao1-2/+2
2008-07-25virtio_blk: check for hardsector size from hostChristian Borntraeger1-1/+9
2008-05-30virtio_blk: allow read-only disksChristian Borntraeger1-1/+5
2008-05-30Fix crash in virtio_blk during modprobe ; rmmod ; modprobeChris Lalancette1-0/+1
2008-05-02virtio: add virtio disk geometry featureRyan Harper1-4/+20
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-1/+7
2008-05-02virtio: change config to guest endian.Rusty Russell1-2/+2
2008-05-02virtio-blk: fix remove oopsMarcelo Tosatti1-2/+0