aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_fcopy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering1-0/+4
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-4/+0
2017-03-17vmbus: remove useless return'sStephen Hemminger1-2/+0
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov1-4/+0
2017-01-31Drivers: hv: Log the negotiated IC versions.Alex Ng1-2/+7
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng1-6/+14
2017-01-10Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov1-4/+10
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan1-1/+1
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering1-22/+12
2015-12-14Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan1-1/+2
2015-08-04Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()Vitaly Kuznetsov1-8/+13
2015-05-24Drivers: hv: utils: unify driver registration reportingVitaly Kuznetsov1-2/+1
2015-05-24Drivers: hv: fcopy: full handshake supportVitaly Kuznetsov1-1/+15
2015-05-24Drivers: hv: fcopy: convert to hv_utils_transportVitaly Kuznetsov1-148/+46
2015-05-24Drivers: hv: fcopy: set .owner reference for file operationsVitaly Kuznetsov1-4/+2
2015-05-24Drivers: hv: fcopy: switch to using the hvutil_device_state state machineVitaly Kuznetsov1-40/+30
2015-05-24Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_workVitaly Kuznetsov1-7/+7
2015-05-24Drivers: hv: fcopy: process deferred messages when we complete the transactionVitaly Kuznetsov1-3/+9
2015-01-25hv: hv_fcopy: drop the obsolete message on transfer failureDexuan Cui1-0/+27
2014-07-17Drivers: hv: hv_fcopy: fix a race condition for SMP guestDexuan Cui1-1/+1
2014-02-18Drivers: hv: fcopy_open() can be staticFengguang Wu1-2/+2
2014-02-18Drivers: hv: Implement the file copy serviceK. Y. Srinivasan1-0/+414