commit | 41e033fecdc891da629113c4f8ee80500b7656d6 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Aug 30 02:12:41 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Mon Sep 16 11:43:38 2019 -0500 |
tree | 4a5814b5751e18229462828564d644b9b724d5fc | |
parent | 1981ebaabd88a9b3e550b6163c570a498c32a1f5 [diff] |
smb3: add mount option to allow RW caching of share accessed by only 1 client If a share is known to be only to be accessed by one client, we can aggressively cache writes not just reads to it. Add "cache=" option (cache=singleclient) for mounting read write shares (that will not be read or written to from other clients while we have it mounted) in order to improve performance. Signed-off-by: Steve French <stfrench@microsoft.com>