Prev: [PATCH 10/16] blkfront: Clean up vbd release
Next: [PATCH 15/16] blkfront: Remove obsolete info->users
From: Jeremy Fitzhardinge on 20 Jul 2010 16:50 From: Jeremy Fitzhardinge <jeremy.fitzhardinge(a)citrix.com> Hi Jens, This series has various updates to blkfront, including: - support for dynamic device resizing - bugfixes for device hotplug - various races and bugs fixed It can be pulled from: git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/blkfront Thanks, J Daniel Stodden (10): xenbus: Make xenbus_switch_state transactional blkfront: Fix backtrace in del_gendisk blkfront: Fix gendisk leak blkfront: Clean up vbd release blkfront: Lock blkfront_info when closing blkfront: Fix blkfront backend switch race (bdev open) blkfront: Fix blkfront backend switch race (bdev release) blkfront: Lock blockfront_info during xbdev removal blkfront: Remove obsolete info->users blkfront: Klog the unclean release path Ian Campbell (1): xen: use less generic names in blkfront driver. Jan Beulich (2): blkfront: fixes for 'xm block-detach ... --force' blkfront: don't access freed struct xenbus_device Jeremy Fitzhardinge (1): xen/blkfront: avoid compiler warning from missing cases K. Y. Srinivasan (2): xen/front: Propagate changed size of VBDs xen/blkfront: revalidate after setting capacity drivers/block/xen-blkfront.c | 343 ++++++++++++++++++++++++++---------- drivers/xen/xenbus/xenbus_client.c | 90 +++++++--- 2 files changed, 320 insertions(+), 113 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |