The branch, master has been updated
via 27a77e908d9 WHATSNEW: update with vfs_aio_ratelimit details
from c2bb1334175 lib/pthreadpool: protect jobs list from concurrent
thread access
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 27a77e908d9c12698b42d1b17478d76feefa9f8e
Author: Shachar Sharon <[email protected]>
Date: Sun Jan 18 12:24:27 2026 +0200
WHATSNEW: update with vfs_aio_ratelimit details
Signed-off-by: Shachar Sharon <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Reviewed-by: Gunther Deschner <[email protected]>
Autobuild-User(master): Anoop C S <[email protected]>
Autobuild-Date(master): Mon Jan 19 14:25:41 UTC 2026 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
WHATSNEW.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
Changeset truncated at 500 lines:
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ef009a63870..565248a406f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -207,6 +207,17 @@ user|computer keytrust
Add the public key details of a self signed certificate to an account.
The command supports PEM and DER encoded public keys.
+
+New AIO rate-limiting VFS module
+--------------------------------
+A new VFS stackable module has been introduced to implement rate-limiting for
+asynchronous I/O operations. Administrators can now enforce throughput ceilings
+by defining limits in either operations per second or bytes per second. The
+module utilizes a token-based algorithm to calculate real-time I/O load; when
+limits are exceeded, it dynamically injects millisecond delays into async
+operations to maintain the defined threshold.
+
+
REMOVED FEATURES
================
--
Samba Shared Repository