aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-02virtio: de-structify virtio_block status byteRusty Russell1-3/+3
2008-03-17virtio: Fix sysfs bits to have proper block symlinkJeremy Katz1-0/+1
2008-02-04virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzzChristian Borntraeger1-7/+22
2008-02-04virtio_blk: Dont waste major numbersChristian Borntraeger1-12/+16
2008-02-04virtio_blk: provide getgeoChristian Borntraeger1-2/+13
2008-02-04virtio: reset functionRusty Russell1-1/+5
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-2/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-22/+13
2007-11-19virtio: fix module/device unloadingRusty Russell1-3/+7
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe1-4/+6
2007-10-23Block driver using virtio.Rusty Russell1-0/+308