aboutsummaryrefslogtreecommitdiff
path: root/tools/hv/hv_fcopy_daemon.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-26Tools: hv: Reopen the devices if read() or write() returns errorsGravatar Dexuan Cui 1-5/+32
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Gravatar Thomas Gleixner 1-10/+1
2018-09-30tools: hv: fcopy: set 'error' in case an unknown operation was requestedGravatar Vitaly Kuznetsov 1-0/+1
2018-03-06tools: hv: include string.h in hv_fcopy_daemonGravatar Olaf Hering 1-0/+1
2018-03-06tools: hv: fix compiler warnings about major/target_fnameGravatar Dexuan Cui 1-1/+2
2017-08-16Tools: hv: update buffer handling in hv_fcopy_daemonGravatar Olaf Hering 1-15/+17
2016-11-07tools: hv: remove unnecessary header files and netlink related codeGravatar Weibing Zhang 1-7/+0
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-05-24Drivers: hv: fcopy: full handshake supportGravatar Vitaly Kuznetsov 1-0/+15
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
2014-11-07tools: hv: introduce -n/--no-daemon optionGravatar Vitaly Kuznetsov 1-2/+31
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