diff options
author | Christof Schmitt <cs@samba.org> | 2015-11-13 11:47:32 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-11-14 00:39:17 +0100 |
commit | eee4af5c76be9b8ab0cee4e0721eeb438d0a8f5d (patch) | |
tree | b88c170301734bda376e0d01df71a4492d089e0a /WHATSNEW.txt | |
parent | 90469a3d214b1ee0990fb2f7efb7d4d21ef28e4a (diff) | |
download | samba-eee4af5c76be9b8ab0cee4e0721eeb438d0a8f5d.tar.gz |
WHATSNEW: Add async SMB2 flush and new aio parameter
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Nov 14 00:39:17 CET 2015 on sn-devel-104
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d76d8fcebcf..f1a1c07f02c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -17,6 +17,11 @@ Nothing special. NEW FEATURES ============ +Flush requests from SMB2/3 clients are handled asynchronously and do +not block the processing of other requests. Note that 'strict sync' +has to be set to 'yes' for Samba to honor flush requests from SMB +clients. + WINS nsswitch module ==================== @@ -34,6 +39,7 @@ smb.conf changes Parameter Name Description Default -------------- ----------- ------- + aio max threads New 100 KNOWN ISSUES ============ |