From 6f09b61f0b9ccd79c9e8605cad3c16ebf3682f95 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 24 Oct 2024 21:32:49 +0200 Subject: [PATCH] WHATSNEW: SMB3 Directory Leases MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Tue Nov 5 15:51:27 UTC 2024 on atb-devel-224 --- WHATSNEW.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c9db9360169..de4bb9d6e4e 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -16,6 +16,18 @@ UPGRADING NEW FEATURES/CHANGES ==================== +SMB3 Directory Leases +--------------------- + +Starting with Samba 4.22 SMB3 Directory Leases are supported. The new global +option "smb3 directory leases" controls whether the feature is enabled or +not. By default, SMB3 Directory Leases are enabled on non-clustered Samba and +disabled on clustered Samba, based on the "clustering" option. See man smb.conf +for more details. + +SMB3 Directory Leases allow clients to cache directory listings and, depending +on the workload, result in a decent reduction in SMB requests from clients. + REMOVED FEATURES ================ @@ -43,6 +55,7 @@ smb.conf changes Parameter Name Description Default -------------- ----------- ------- + smb3 directory leases New Auto vfs mkdir use tmp name New Auto fruit:posix_rename Removed -- 2.11.4.GIT