From ef0d95e62cd77ed7d8b1a2c3366667be6994451e Mon Sep 17 00:00:00 2001 From: Bharath SM Date: Sat, 2 Mar 2024 01:01:57 +0530 Subject: cifs-utils: add documentation for acregmax and acdirmax update man page with documentation for acregmax and acdirmax mount parameters. Signed-off-by: Bharath SM --- mount.cifs.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mount.cifs.rst b/mount.cifs.rst index 9d4446f..3becf20 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -588,6 +588,18 @@ actimeo=arg integer that can hold values between 0 and a maximum value of 2^30 \* HZ (frequency of timer interrupt) setting. +acregmax=arg + The maximum time (in seconds) that the CIFS client caches attributes of a + regular file before it requests fresh attribute information from a server. + If this option is not specified, then acregmax value will be set to ``actimeo`` + value, see ``actimeo`` for more details. + +acdirmax=arg + The maximum time (in seconds) that the CIFS client caches attributes of a + directory before it requests fresh attribute information from a server. + If this option is not specified, then acdirmax value will be set to ``actimeo`` + value, see ``actimeo`` for more details. + noposixpaths If unix extensions are enabled on a share, then the client will typically allow filenames to include any character besides '/' in a -- cgit v1.2.3