The branch, master has been updated
via 4de3c7b42fc WHATSNEW: Mention MR 4212
from a663d07c7ea s3:client: Use talloc to avoid memory leaks in smbspool
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 4de3c7b42fcee48a2328794d0b9f63aeadd75dd0
Author: Volker Lendecke <[email protected]>
Date: Wed Oct 22 07:13:29 2025 +0200
WHATSNEW: Mention MR 4212
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Ralph Boehme <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Sun Oct 26 09:10:57 UTC 2025 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
WHATSNEW.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Changeset truncated at 500 lines:
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 5447e383b27..66be80f64f2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -34,6 +34,22 @@ log changes to the following attributes:
For the JSON logs, changes to these will be logged with the "action"
field set to "Auth info change".
+
+vfs_streams_xattr can hold larger streams
+-----------------------------------------
+
+On Linux the size of a single extended attribute is limited to 65536
+bytes of size. For some file systems, this is also the overall limit
+of space for xattrs, but for example xfs can hold more than that 64k
+of extended xattrs, although the individual xattr is still limited to
+64k. Setting
+
+streams_xattr:max xattrs per stream = 1
+
+to a higher value than 1 will allow Samba to shard the stream to more
+than one xattr. It has an artificial limit of 16 for a maximum stream
+length of 1MB.
+
REMOVED FEATURES
================
--
Samba Shared Repository