1. 19 2月, 2014 1 次提交
    • K
      Drivers: hv: Implement the file copy service · 01325476
      K. Y. Srinivasan 提交于
      Implement the file copy service for Linux guests on Hyper-V. This permits the
      host to copy a file (over VMBUS) into the guest. This facility is part of
      "guest integration services" supported on the Windows platform.
      Here is a link that provides additional details on this functionality:
      
      http://technet.microsoft.com/en-us/library/dn464282.aspx
      
      In V1 version of the patch I have addressed comments from
      Olaf Hering <olaf@aepfle.de> and Dan Carpenter <dan.carpenter@oracle.com>
      
      In V2 version of this patch I did some minor cleanup (making some globals
      static). In V4 version of the patch I have addressed all of Olaf's
      most recent set of comments/concerns.
      
      In V5 version of the patch I had addressed Greg's most recent comments.
      I would like to thank Greg for suggesting that I use misc device; it has
      significantly simplified the code.
      
      In V6 version of the patch I have cleaned up error message based on Olaf's
      comments. I have also rebased the patch based on the current tip.
      
      In this version of the patch, I have addressed the latest comments from Greg.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      01325476
  2. 08 2月, 2014 5 次提交
  3. 27 9月, 2013 11 次提交
  4. 02 8月, 2013 1 次提交
  5. 27 7月, 2013 1 次提交
  6. 04 6月, 2013 2 次提交
  7. 30 4月, 2013 1 次提交
  8. 16 3月, 2013 1 次提交
    • K
      Drivers: hv: Add a new driver to support host initiated backup · 96dd86fa
      K. Y. Srinivasan 提交于
      This driver supports host initiated backup of the guest. On Windows guests,
      the host can generate application consistent backups using the Windows VSS
      framework. On Linux, we ensure that the backup will be file system consistent.
      This driver allows the host to initiate a  "Freeze" operation on all the mounted
      file systems in the guest. Once the mounted file systems in the guest are frozen,
      the host snapshots the guest's file systems. Once this is done, the guest's file
      systems are "thawed".
      
      This driver has a user-level component (daemon) that invokes the appropriate
      operation on all the mounted file systems in response to the requests from
      the host. The duration for which the guest is frozen is very short - a few seconds.
      During this interval, the diff disk is comitted.
      
      In this version of the patch I have addressed the feedback from Olaf Herring.
      Also, some of the connector related issues have been fixed.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Reviewed-by: NHaiyang Zhang <haiyangz@microsoft.com>
      Cc: Evgeniy Polyakov <zbr@ioremap.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      96dd86fa
  9. 26 1月, 2013 1 次提交
  10. 18 1月, 2013 9 次提交
  11. 11 9月, 2012 1 次提交
  12. 17 8月, 2012 3 次提交
  13. 14 5月, 2012 1 次提交
  14. 04 4月, 2012 1 次提交
  15. 17 3月, 2012 1 次提交