aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hv/hv_fcopy_daemon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26Tools: hv: Reopen the devices if read() or write() returns errorsDexuan Cui1-5/+32
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner1-10/+1
2018-09-30tools: hv: fcopy: set 'error' in case an unknown operation was requestedVitaly Kuznetsov1-0/+1
2018-03-06tools: hv: include string.h in hv_fcopy_daemonOlaf Hering1-0/+1
2018-03-06tools: hv: fix compiler warnings about major/target_fnameDexuan Cui1-1/+2
2017-08-16Tools: hv: update buffer handling in hv_fcopy_daemonOlaf Hering1-15/+17
2016-11-07tools: hv: remove unnecessary header files and netlink related codeWeibing Zhang1-7/+0
2015-12-14tools: hv: remove repeated HV_FCOPY stringOlaf Hering1-2/+2
2015-12-14tools: hv: report ENOSPC errors in hv_fcopy_daemonOlaf Hering1-3/+17
2015-05-24Drivers: hv: fcopy: full handshake supportVitaly Kuznetsov1-0/+15
2015-01-25Tools: hv: do not add redundant '/' in hv_start_fcopy()Vitaly Kuznetsov1-6/+0
2015-01-25Tools: hv: address compiler warnings for hv_fcopy_daemon.cVitaly Kuznetsov1-2/+2
2014-11-07tools: hv: introduce -n/--no-daemon optionVitaly Kuznetsov1-2/+31
2014-07-09Tools: hv: fix file overwriting of hv_fcopy_daemonYue Zhang1-1/+2
2014-04-16Tools: hv: Handle the case when the target file exists correctlyK. Y. Srinivasan1-1/+3
2014-02-18Drivers: hv: Implement the file copy serviceK. Y. Srinivasan1-0/+195