block: implement and enforce request peek/start/fetch
[safe/jmp/linux-2.6] / drivers / block / xen-blkfront.c
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: convert to dequeueing model (easy ones)
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-04-28 Tejun Heoblock: replace end_request() with [__]blk_end_request_cur()
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
2009-03-05 Kris ShannonFix kernel NULL pointer dereference in xen-blkfront
2009-02-26 Jens Axboexen/blkfront: use blk_rq_map_sg to generate ring entries
2008-12-29 Fernando Luis Vázq... xen-blkfront: set queue paravirt flag
2008-11-18 ZhaoleiRelease old elevator on change elevator
2008-10-21 Al Viro[PATCH] switch xen
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-12 Ingo MolnarMerge branch 'linus' into x86/xen
2008-10-09 Chris Lalancetteblock: Expand Xen blkfront for > 16 xvd
2008-08-20 Jeremy Fitzhardingexen: clean up domain mode predicates
2008-08-06 Adrian Bunkxen-blkfront.c: make blkif_ioctl() static
2008-07-03 Ian Campbellxen: Avoid allocations causing swap activity on the...
2008-07-03 Jan Beulichxen/blkfront: add __exit to module_exit() handlers
2008-07-03 Wim Colgatexen/blkfront: Make sure that the device is fully ready...
2008-07-03 Christian Limpachxen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to...
2008-07-03 Ian Campbellxen/blkfront: Make sure we don't use bounce buffers...
2008-04-29 Harvey Harrisonxen: make blkif_getgeo static
2008-04-24 Mark McLoughlinxen: Add compatibility aliases for frontend drivers
2008-04-24 Mark McLoughlinxen: Module autoprobing support for frontend drivers
2008-04-24 Christian Limpachxen blkfront: Delay wait for block devices until after...
2008-04-24 Jeremy Fitzhardingexen/blkfront: use bdget_disk
2008-04-24 Markus Armbrusterxen: Make xen-blkfront write its protocol ABI to xenstore
2008-02-22 Ian Campbellxen: Implement getgeo for Xen virtual block device.
2008-01-28 Kiyoshi Uedablk_end_request: changing xen-blkfront (take 4)
2007-10-10 Jens AxboeFixup rq_for_each_segment() indentation
2007-10-10 NeilBrownIntroduce rq_for_each_segment replacing rq_for_each_bio
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-18 Jeremy Fitzhardingexen: add virtual block device driver.