aboutsummaryrefslogtreecommitdiff
path: root/tools/hv
AgeCommit message (Expand)AuthorFilesLines
2015-12-14tools: hv: vss: fix the write()'s argument: error -> vss_msgGravatar Dexuan Cui 1-1/+1
2015-12-14tools: hv: remove repeated HV_FCOPY stringGravatar Olaf Hering 1-2/+2
2015-12-14tools: hv: report ENOSPC errors in hv_fcopy_daemonGravatar Olaf Hering 1-3/+17
2015-08-05tools: hv: add a python script lsvmbus to list VMBus devicesGravatar Dexuan Cui 1-0/+101
2015-05-24Drivers: hv: fcopy: full handshake supportGravatar Vitaly Kuznetsov 1-0/+15
2015-05-24Drivers: hv: vss: full handshake supportGravatar Vitaly Kuznetsov 1-0/+14
2015-05-24Tools: hv: vss: use misc char device to communicate with kernelGravatar Vitaly Kuznetsov 1-114/+25
2015-05-24Tools: hv: kvp: use misc char device to communicate with kernelGravatar Vitaly Kuznetsov 1-135/+31
2015-03-25hv: hypervvssd: call endmntent before call setmntent againGravatar Vaughan Cao 1-2/+8
2015-03-25tools: hv: fcopy_daemon: support >2GB files for x86_32 guestGravatar Dexuan Cui 1-1/+1
2015-01-25Tools: hv: do not add redundant '/' in hv_start_fcopy()Gravatar Vitaly Kuznetsov 1-6/+0
2015-01-25Tools: hv: address compiler warnings for hv_fcopy_daemon.cGravatar Vitaly Kuznetsov 1-2/+2
2015-01-25Tools: hv: address compiler warnings for hv_kvp_daemon.cGravatar Vitaly Kuznetsov 1-13/+12
2015-01-25Tools: hv: remove unused bytes_written from kvp_update_file()Gravatar Vitaly Kuznetsov 1-3/+1
2015-01-12tools: hv: kvp_daemon: make IPv6-only-injection workGravatar Dexuan Cui 1-6/+6
2015-01-12tools: hv: Makefile: Add hv_fcopy_daemon to MakefileGravatar Matej Muzila 1-2/+2
2014-11-26tools: hv: ignore ENOBUFS and ENOMEM in the KVP daemonGravatar Dexuan Cui 1-0/+14
2014-11-26Tools: hv: vssdaemon: skip all filesystems mounted readonlyGravatar Vitaly Kuznetsov 1-1/+1
2014-11-26Tools: hv: vssdaemon: report freeze errorsGravatar Vitaly Kuznetsov 1-4/+12
2014-11-07tools: hv: introduce -n/--no-daemon optionGravatar Vitaly Kuznetsov 3-6/+94
2014-11-07Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partitionGravatar Dexuan Cui 1-8/+40
2014-07-09Tools: hv: fix file overwriting of hv_fcopy_daemonGravatar Yue Zhang 1-1/+2
2014-04-16Tools: hv: Handle the case when the target file exists correctlyGravatar K. Y. Srinivasan 1-1/+3
2014-02-18Drivers: hv: Implement the file copy serviceGravatar K. Y. Srinivasan 1-0/+195
2014-02-15Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operationGravatar K. Y. Srinivasan 1-0/+2
2014-02-15Adding makefile for tools/hvGravatar Bjarke Istrup Pedersen 1-0/+13
2013-12-08Tools: hv: remove inclusion of linux/types.hGravatar Olaf Hering 2-2/+0
2013-09-26Tools: hv: use single send+recv bufferGravatar Olaf Hering 2-11/+7
2013-09-26Tools: hv: cache FQDN in kvp_daemon to avoid timeoutsGravatar Olaf Hering 1-7/+12
2013-08-12Tools: hv: use full nlmsghdr in netlink_sendGravatar Olaf Hering 2-20/+10
2013-08-12Tools: hv: correct payload size in netlink_sendGravatar Olaf Hering 2-2/+2
2013-08-05Tools: hv: check return value of system in hv_kvp_daemonGravatar Olaf Hering 1-1/+5
2013-08-05Tools: hv: in kvp_set_ip_info free mac_addr right after usageGravatar Olaf Hering 1-2/+1
2013-08-02Tools: hv: check return value of daemon to fix compiler warning.Gravatar Olaf Hering 1-1/+2
2013-08-02Tools: hv: fix send/recv buffer allocationGravatar Olaf Hering 2-6/+24
2013-07-29Merge 3.11-rc3 into char-misc-next.Gravatar Greg Kroah-Hartman 1-2/+3
2013-07-26tools: hv: Check return value of setsockopt callGravatar Tomas Hozza 1-1/+5
2013-07-26tools: hv: Check return value of poll callGravatar Tomas Hozza 1-1/+10
2013-07-26tools: hv: Improve error logging in VSS daemon.Gravatar Tomas Hozza 1-4/+6
2013-07-16Tools: hv: KVP: Fix a bug in IPV6 subnet enumerationGravatar K. Y. Srinivasan 1-2/+3
2013-06-17tools: hv: Improve error logging in KVP daemon.Gravatar Tomas Hozza 1-11/+18
2013-06-03tools: hv: Fix file descriptor leaksGravatar Tomas Hozza 1-1/+5
2013-06-03tools: hv: Check retrun value of strchr callGravatar Tomas Hozza 1-1/+3
2013-06-03tools: hv: Check return value of poll callGravatar Tomas Hozza 1-1/+10
2013-06-03tools: hv: Check return value of setsockopt callGravatar Tomas Hozza 1-1/+7
2013-04-24Tools: hv: Fix a checkpatch warningGravatar K. Y. Srinivasan 1-1/+1
2013-04-24tools: hv: skip iso9660 mounts in hv_vss_daemonGravatar Olaf Hering 1-0/+2
2013-04-24tools: hv: use FIFREEZE/FITHAW in hv_vss_daemonGravatar Olaf Hering 1-9/+22
2013-04-24tools: hv: use getmntent in hv_vss_daemonGravatar Olaf Hering 1-18/+21
2013-04-24Tools: hv: Fix a checkpatch warningGravatar K. Y. Srinivasan 1-2/+3