aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hv/hv_vss_daemon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26Tools: hv: Reopen the devices if read() or write() returns errorsDexuan Cui1-11/+38
2019-08-17tools: hv: fix typos in toolchainAdrian Vladu1-1/+1
2019-08-17tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner1-12/+1
2018-07-03Tools: hv: vss: fix loop device detectionVitaly Kuznetsov1-4/+61
2018-03-06tools: hv: fix compiler warnings about major/target_fnameDexuan Cui1-0/+1
2017-08-16Tools: hv: vss: Skip freezing filesystems backed by loopAlex Ng1-0/+7
2017-05-18Tools: hv: vss: Thaw the filesystem and continue if freeze call has timed outAlex Ng1-1/+3
2016-09-02Drivers: hv: utils: Check VSS daemon is listening before a hot backupAlex Ng1-0/+3
2015-12-14tools: hv: vss: fix the write()'s argument: error -> vss_msgDexuan Cui1-1/+1
2015-05-24Drivers: hv: vss: full handshake supportVitaly Kuznetsov1-0/+14
2015-05-24Tools: hv: vss: use misc char device to communicate with kernelVitaly Kuznetsov1-114/+25
2015-03-25hv: hypervvssd: call endmntent before call setmntent againVaughan Cao1-2/+8
2014-11-26Tools: hv: vssdaemon: skip all filesystems mounted readonlyVitaly Kuznetsov1-1/+1
2014-11-26Tools: hv: vssdaemon: report freeze errorsVitaly Kuznetsov1-4/+12
2014-11-07tools: hv: introduce -n/--no-daemon optionVitaly Kuznetsov1-2/+31
2014-11-07Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partitionDexuan Cui1-8/+40
2014-02-15Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operationK. Y. Srinivasan1-0/+2
2013-12-08Tools: hv: remove inclusion of linux/types.hOlaf Hering1-1/+0
2013-09-26Tools: hv: use single send+recv bufferOlaf Hering1-5/+3
2013-08-12Tools: hv: use full nlmsghdr in netlink_sendOlaf Hering1-10/+5
2013-08-12Tools: hv: correct payload size in netlink_sendOlaf Hering1-1/+1
2013-08-02Tools: hv: fix send/recv buffer allocationOlaf Hering1-3/+12
2013-07-26tools: hv: Check return value of setsockopt callTomas Hozza1-1/+5
2013-07-26tools: hv: Check return value of poll callTomas Hozza1-1/+10
2013-07-26tools: hv: Improve error logging in VSS daemon.Tomas Hozza1-4/+6
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan1-1/+1
2013-04-24tools: hv: skip iso9660 mounts in hv_vss_daemonOlaf Hering1-0/+2
2013-04-24tools: hv: use FIFREEZE/FITHAW in hv_vss_daemonOlaf Hering1-9/+22
2013-04-24tools: hv: use getmntent in hv_vss_daemonOlaf Hering1-18/+21
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan1-2/+3
2013-04-24tools: hv: fix checks for origin of netlink message in hv_vss_daemonOlaf Hering1-1/+7
2013-04-24Tools: hv: fix warnings in hv_vss_daemonOlaf Hering1-4/+8
2013-03-15Drivers: hv: Add a new driver to support host initiated backupK. Y. Srinivasan1-0/+220