fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
[safe/jmp/linux-2.6] / drivers / block / virtio_blk.c
2010-05-19 Michael S. Tsirkinvirtio_blk: use virtqueue_xxx wrappers
2010-05-19 Rusty Russellvirtio_blk: remove multichar constant.
2010-05-19 john cooperAdd virtio disk identification ioctl
2010-05-19 john cooperAdd virtio disk identification support
2010-04-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-15 Martin K. Petersenblock: Finalize conversion of block limits functions
2010-03-01 Linus TorvaldsMerge branch 'for-2.6.34' of git://git.kernel.dk/linux...
2010-02-24 Christoph Hellwigvirtio_blk: add block topology support
2010-01-11 Márton Némethblock: make virtio device id constant
2009-10-22 Rusty Russellvirtio_blk: Revert serial number support
2009-10-22 Christian Borntraegervirtio: let header files include virtio_ids.h
2009-10-22 Christoph Hellwigvirtio_blk: revert QUEUE_FLAG_VIRT addition
2009-09-23 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2009-09-23 Christoph Hellwigvirtio_blk: add support for cache flush
2009-09-23 Fernando Luis Vazq... virtio: add virtio IDs file
2009-09-23 Rusty Russellvirtio: make add_buf return capacity remaining
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-07-22 Linus TorvaldsMerge branch 'tj-block-for-linus' of git://git./linux...
2009-07-19 Rakib Mullickvirtio_blk: mark virtio_blk with __refdata to kill...
2009-07-17 Christoph Hellwigvirtio_blk: ioctl return value fix
2009-07-17 Christoph Hellwigvirtio_blk: don't bounce highmem requests
2009-06-12 Mike Frysingervirtio_blk: add missing __dev{init,exit} markings
2009-06-12 Michael S. Tsirkinvirtio: find_vqs/del_vqs virtio operations
2009-06-12 Rusty Russellvirtio: add names to virtqueue struct, mapping from...
2009-06-09 john cooperAdd serial number support for virtio_blk, V4a
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-18 Jens Axboevirtio_blk: get rid of unused variable
2009-05-18 Hannes Reineckevirtio_blk: SG_IO passthru support
2009-05-18 Christoph Hellwigvirtio_blk: don't blindly derefence req->rq_disk
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-12-29 Randy Dunlapvirtio_blk: fix type warning
2008-12-29 Rusty Russellvirtio: block: dynamic maximum segments
2008-12-29 Rusty Russellvirtio: set max_segment_size and max_sectors to infinite.
2008-12-29 Fernando Luis Vázq... virtio_blk: set queue paravirt flag
2008-10-21 Al Viro[PATCH] switch virtio_blk
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
2008-10-09 Kiyoshi Uedavirtio_blk: change to use __blk_end_request()
2008-10-09 Fernando Luis Vázq... virtio_blk: use a wrapper function to access io context...
2008-07-25 Christian Borntraegervirtio_blk: check for hardsector size from host
2008-05-30 Christian Borntraegervirtio_blk: allow read-only disks
2008-05-30 Chris LalancetteFix crash in virtio_blk during modprobe ; rmmod ; modprobe
2008-05-02 Ryan Harpervirtio: add virtio disk geometry feature
2008-05-02 Rusty Russellvirtio: explicit advertisement of driver features
2008-05-02 Rusty Russellvirtio: change config to guest endian.
2008-05-02 Marcelo Tosattivirtio-blk: fix remove oops
2008-05-02 Rusty Russellvirtio: de-structify virtio_block status byte
2008-03-17 Jeremy Katzvirtio: Fix sysfs bits to have proper block symlink
2008-02-04 Christian Borntraegervirtio_blk: implement naming for vda-vdz,vdaa-vdzz...
2008-02-04 Christian Borntraegervirtio_blk: Dont waste major numbers
2008-02-04 Christian Borntraegervirtio_blk: provide getgeo
2008-02-04 Rusty Russellvirtio: reset function
2008-02-04 Rusty Russellvirtio: explicit enable_cb/disable_cb rather than callb...
2008-02-04 Rusty Russellvirtio: simplify config mechanism.
2007-11-19 Rusty Russellvirtio: fix module/device unloading
2007-10-24 Jens AxboeSG: audit of drivers that use blk_rq_map_sg()
2007-10-23 Rusty RussellBlock driver using virtio.