| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm | Linus Torvalds | 2011-03-15 | 1 | -5/+74 |
|\ |
|
| * | xen-blkfront: handle Xen major numbers other than XENVBD | Stefano Stabellini | 2011-02-25 | 1 | -5/+74 |
* | | xen: Union the blkif_request request specific fields | Owen Smith | 2011-03-08 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-07 | 1 | -2/+2 |
|\ |
|
| * | xen: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -2/+2 |
| * | block: remove REQ_HARDBARRIER | Christoph Hellwig | 2010-11-10 | 1 | -2/+0 |
* | | xen: Provide a variant of __RING_SIZE() that is an integer constant expression | Jeremy Fitzhardinge | 2010-12-15 | 1 | -1/+1 |
* | | xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requests | Jeremy Fitzhardinge | 2010-11-02 | 1 | -0/+10 |
* | | xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER | Jeremy Fitzhardinge | 2010-11-02 | 1 | -2/+12 |
* | | xen/blkfront: change blk_shadow.request to proper pointer | Jeremy Fitzhardinge | 2010-11-02 | 1 | -8/+6 |
* | | xen/blkfront: map REQ_FLUSH into a full barrier | Jeremy Fitzhardinge | 2010-11-02 | 1 | -14/+5 |
|/ |
|
* | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-10-28 | 1 | -0/+2 |
|\ |
|
| * | xenbus: prevent warnings on unhandled enumeration values | Noboru Iwamatsu | 2010-10-18 | 1 | -0/+2 |
* | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 1 | -34/+20 |
|\ \ |
|
| * | | xen-blkfront: disable barrier/flush write support | Jens Axboe | 2010-10-22 | 1 | -0/+7 |
| * | | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 2010-09-10 | 1 | -31/+12 |
| * | | block: kill QUEUE_ORDERED_BY_TAG | Tejun Heo | 2010-09-10 | 1 | -5/+3 |
* | | | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-10-05 | 1 | -5/+6 |
| |/
|/| |
|
* | | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary | Ian Campbell | 2010-08-23 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 1 | -103/+300 |
|\ |
|
| * | xen-blkfront: fix missing out label | Jens Axboe | 2010-08-08 | 1 | -0/+1 |
| * | xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backends | Jeremy Fitzhardinge | 2010-08-07 | 1 | -16/+29 |
| * | xen/blkfront: use tagged queuing for barriers | Jeremy Fitzhardinge | 2010-08-07 | 1 | -4/+13 |
| * | blkfront: Klog the unclean release path | Daniel Stodden | 2010-08-07 | 1 | -0/+6 |
| * | blkfront: Remove obsolete info->users | Daniel Stodden | 2010-08-07 | 1 | -8/+2 |
| * | blkfront: Remove obsolete info->users | Daniel Stodden | 2010-08-07 | 1 | -6/+3 |
| * | blkfront: Lock blockfront_info during xbdev removal | Daniel Stodden | 2010-08-07 | 1 | -6/+35 |
| * | blkfront: Fix blkfront backend switch race (bdev release) | Daniel Stodden | 2010-08-07 | 1 | -16/+33 |
| * | blkfront: Fix blkfront backend switch race (bdev open) | Daniel Stodden | 2010-08-07 | 1 | -7/+24 |
| * | blkfront: Lock blkfront_info when closing | Daniel Stodden | 2010-08-07 | 1 | -21/+40 |
| * | blkfront: Clean up vbd release | Daniel Stodden | 2010-08-07 | 1 | -48/+43 |
| * | blkfront: Fix gendisk leak | Daniel Stodden | 2010-08-07 | 1 | -0/+3 |
| * | blkfront: Fix backtrace in del_gendisk | Daniel Stodden | 2010-08-07 | 1 | -3/+3 |
| * | xen/blkfront: revalidate after setting capacity | K. Y. Srinivasan | 2010-08-07 | 1 | -0/+1 |
| * | xen/blkfront: avoid compiler warning from missing cases | Jeremy Fitzhardinge | 2010-08-07 | 1 | -0/+3 |
| * | xen/front: Propagate changed size of VBDs | K. Y. Srinivasan | 2010-08-07 | 1 | -2/+17 |
| * | blkfront: don't access freed struct xenbus_device | Jan Beulich | 2010-08-07 | 1 | -18/+16 |
| * | blkfront: fixes for 'xm block-detach ... --force' | Jan Beulich | 2010-08-07 | 1 | -7/+81 |
| * | xen: use less generic names in blkfront driver. | Ian Campbell | 2010-08-07 | 1 | -6/+6 |
| * | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 1 | -0/+7 |
| * | block: push down BKL into .locked_ioctl | Arnd Bergmann | 2010-08-07 | 1 | -1/+1 |
| * | block: remove q->prepare_flush_fn completely | FUJITA Tomonori | 2010-08-07 | 1 | -2/+1 |
| * | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -2/+2 |
* | | blkfront: do not create a PV cdrom device if xen_hvm_guest | Stefano Stabellini | 2010-07-29 | 1 | -13/+26 |
* | | x86: Unplug emulated disks and nics. | Stefano Stabellini | 2010-07-26 | 1 | -0/+17 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 2010-02-26 | 1 | -2/+1 |
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
* | block: make xenbus device id constant | Márton Németh | 2010-01-11 | 1 | -1/+1 |