[BACK]Return to doc-update CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / split-patches

File: [Development] / linux-2.6-xfs / split-patches / Attic / doc-update (download)

Revision 1.1, Tue Apr 20 01:39:33 2004 UTC (13 years, 6 months ago) by nathans
Branch: MAIN

Split patches for 2.6 kernels.

%patch
Index: 2.6.5-nathans/Documentation/filesystems/xfs.txt
===================================================================
--- 2.6.5-nathans.orig/Documentation/filesystems/xfs.txt	Sat Jan 10 08:41:39 2004
+++ 2.6.5-nathans/Documentation/filesystems/xfs.txt	Tue Apr 20 11:17:55 2004
@@ -121,11 +121,17 @@
   fs.xfs.stats_clear		(Min: 0  Default: 0  Max: 1)
 	Setting this to "1" clears accumulated XFS statistics 
 	in /proc/fs/xfs/stat.  It then immediately reset to "0".
-  	
-  fs.xfs.sync_interval		(Min: HZ  Default: 30*HZ  Max: 60*HZ)
-	The interval at which the xfssyncd thread for xfs filesystems
-	flushes metadata out to disk. This thread will flush log
-	activity out, and do some processing on unlinked inodes
+
+  fs.xfs.sync_interval	(Min: USER_HZ  Default: 30*USER_HZ  Max: 7200*USER_HZ)
+	The interval at which the xfssyncd thread flushes metadata
+	out to disk.  This thread will flush log activity out, and
+	do some processing on unlinked inodes.
+
+  fs.xfs.age_buffer	(Min: 1*USER_HZ  Default: 15*USER_HZ  Max: 7200*USER_HZ)
+	The age at which xfsbufd flushes dirty metadata buffers to disk.
+
+  fs.xfs.flush_interval	(Min: USER_HZ/2  Default: USER_HZ  Max: 30*USER_HZ)
+	The interval at which xfsbufd scans the dirty metadata buffers list.
 
   fs.xfs.error_level		(Min: 0  Default: 3  Max: 11)
 	A volume knob for error reporting when internal errors occur.
@@ -180,14 +186,3 @@
 	Setting this to "1" will cause the "noatime" flag set 
 	by the chattr(1) command on a directory to be
 	inherited by files in that directory.
-
-  vm.pagebuf.stats_clear	(Min: 0  Default: 0  Max: 1)
-	Setting this to "1" clears accumulated pagebuf statistics 
-	in /proc/fs/pagebuf/stat.  It then immediately reset to "0".
-  	
-  vm.pagebuf.flush_age		(Min: 1*HZ  Default: 15*HZ  Max: 300*HZ)
-	The age at which dirty metadata buffers are flushed to disk
-
-  vm.pagebuf.flush_int		(Min: HZ/2  Default: HZ  Max: 30*HZ)
-	The interval at which the list of dirty metadata buffers is
-	scanned.

%diffstat
 xfs.txt |   27 +++++++++++----------------
 1 files changed, 11 insertions(+), 16 deletions(-)