block: implement and enforce request peek/start/fetch
[safe/jmp/linux-2.6] / drivers / block / virtio_blk.c
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.