WHATSNEW: SMB Server performance improvements

Stefan Metzmacher metze at samba.org
Fri Feb 24 14:46:11 UTC 2023


Hi Jule,

I think we want this in the 4.18 release notes...

Thanks!
metze
-------------- next part --------------
From 7bfc2d747993b38798a36a6e36acb83a0f7e8264 Mon Sep 17 00:00:00 2001
From: Stefan Metzmacher <metze at samba.org>
Date: Fri, 24 Feb 2023 15:39:35 +0100
Subject: [PATCH] WHATSNEW: SMB Server performance improvements

Signed-off-by: Stefan Metzmacher <metze at samba.org>
---
 WHATSNEW.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a035daeef799..8f28c864fb0a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -16,6 +16,19 @@ UPGRADING
 NEW FEATURES/CHANGES
 ====================
 
+SMB Server performance improvements
+-----------------------------------
+
+The security improvements in recent releases
+(4.13, 4.14, 4.15, 4.16), mainly as protection against symlink races,
+caused performance regressions for meta data heavy workloads.
+
+While 4.17 already improved the situation quite a lot,
+with 4.18 the locking overhead for contended path based operations
+is reduced by an additional factor of ~ 3 compared to 4.17.
+It means the throughput of open/close
+operations reached the level of 4.12 again.
+
 More succinct samba-tool error messages
 ---------------------------------------
 
-- 
2.34.1



More information about the samba-technical mailing list