include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / block / xen-blkfront.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2010-01-11 Márton Némethblock: make xenbus device id constant
2009-11-04 Jeremy Fitzhardingexen: move Xen-testing predicates to common header
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-06-16 Greg Kroah-Hartmanxen block: remove driver_data direct access of struct...
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-22 Jens AxboeMerge branch 'master' into for-2.6.31
2009-05-22 Roel Kluinxen-blkfront: beyond ARRAY_SIZE of info->shadow
2009-05-19 Ian Campbellxen/blkfront: fix warning when deleting gendisk on...
2009-05-19 Ian Campbellxen/blkfront: allow xenbus state transition to Closing...
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.