]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: update with vfs_aio_ratelimit details
authorShachar Sharon <ssharon@redhat.com>
Sun, 18 Jan 2026 10:24:27 +0000 (12:24 +0200)
committerAnoop C S <anoopcs@samba.org>
Mon, 19 Jan 2026 14:25:41 +0000 (14:25 +0000)
Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Gunther Deschner <gd@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Mon Jan 19 14:25:41 UTC 2026 on atb-devel-224

WHATSNEW.txt

index ef009a63870bf979a74e7b9d0981d53ae8f8031e..565248a406f4f8a0d8cf3f796c7195b6b87bf85e 100644 (file)
@@ -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
 ================