Penguin

Differences between current version and predecessor to the previous major change of XFS.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Monday, May 15, 2006 12:34:41 pm by CraigBox
Older page: version 4 Last edited on Friday, November 15, 2002 12:51:24 pm by JohnMcPherson Revert
@@ -1,3 +1,10 @@
-XFS is [SGI]'s [FileSystem|FileSystems] optimised for "Enterprise use" . What this means in practise is that it scales very well to Stupidly Huge Disks , with huge directories and huge files . It has some very interesting features, like dedicated high performance I/O areas, allowing you to dedicate part of your disk to files that you want very low latency to access, for example video files you are currently editing
+XFS is [SGI]'s [FileSystem|FileSystems] designed from the ground up for massive filesystems and high performance, especially on large multi processor configurations . SGI have ported the original [IRIX] code to Linux , and it has been merged into the 2 .6 tree
  
-XFS isn't yet in the main kernel tree , which is unfortunate , it appears to be a very good mature file system
+It has some very interesting features , like dedicated high performance I/O areas , allowing you to dedicate part of your disk to files that you want very low latency to access, for example video files you are currently editing. Sadly, most of the really neat stuff (guarenteed rate I/O, realtime subvolumes) is still only available [IRIX].  
+  
+Regular snapshots for the 2.4 series are available from [http://oss.sgi.com] .  
+  
+-----  
+CategoryFileSystem%%%  
+CategoryJournallingFileSystem%%%  
+CategoryBtreeFileSystem