]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Remove stale links from the ext2 page, add journal-design paper.
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Fri, 4 Jan 2008 01:49:48 +0000 (01:49 +0000)
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Fri, 4 Jan 2008 01:49:48 +0000 (01:49 +0000)
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@7 46e75558-b442-0410-83ab-e6570fdeb8bf

htdocs/ext2.html
htdocs/journal-design.pdf [new file with mode: 0644]

index 58252a2117ed96267aafb64dacc5395157d543dd..891fba80c78290d3a90a40392b7bcdbdee387946 100644 (file)
@@ -79,38 +79,28 @@ The following Ext2fs Utilities are available:
 <H2>Other useful links related to the ext2 filesystem</H2>
 
 <UL>
-<LI>Ext3dev/ext4 --- Future enhancements to ext3
-<UL>
-<LI>
-<LI><A HREF="http://fedoraproject.org/wiki/ext3-devel">Ext3dev/Ext4
-development wiki
-<LI><A HREF="http://ext2.sourceforge.net">Ext2/3 development home page
-</UL>
+<LI> Ext4 --- Future enhancements to ext3
+  <UL>
+  <LI><A HREF="http://ext3.wiki.kernel.org">Ext4 development wiki</a>
+  <LI><A HREF="http://ext2.sourceforge.net">Ext2/3 development home page</a>
+  </UL>
 </UL>
 
 <UL>
 <LI>Ext3 --- Journaling for ext2fs
-<UL>
-<LI><A HREF="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/">Ext3 for the 2.2 
-       kernel</A>
+  <UL>
+  <LI><A HREF="journal-design.pdf">Ext3 Journaling design paper</A>
+  </UL>
 </UL>
-<LI><A HREF="http://thunk.org/tytso/linux/extfs-2.4-update/">Backports</A> of 
-       recent enhancements of the ext2/3 filesystems from 2.5 to the 2.4
-       kernel.
+
+<UL>
 <LI><A HREF="http://www.sas.com/standards/large.file/">Large File Support</A> API
 </UL>
 
 <H2>Other Linux filesystem development efforts</H2>
 <UL>
-<LI><A HREF="http://www.globalfilesystem.org">The Global File System (GFS)</A>
+<LI><A HREF="http://www.redhat.com/gfs">The Global File System (GFS)</A>
 <LI>SGI's <A HREF="http://oss.sgi.com/projects/xfs/">XFS port to Linux</A>
-<LI>IBM's <A HREF="http://oss.software.ibm.com/developer/opensource/jfs/">JFS port to Linux</A>
-<LI><A HREF="http://www.idiom.com/~beverly/reiserfs.html">Reiserfs</A>
-<LI><A HREF="http://www.coda.cs.cmu.edu/">CODA</A>, a distributed filesystem like AFS
-<LI><A HREF="http://www.complang.tuwien.ac.at/czezatke/lfs.html">
-dtfs</A>, a log-structed filesystem under development
-<LI><A HREF="http://collective.cpoint.net/lfs/">Another LFS filesystem</A> 
-under development.
 </UL>
 
 <ADDRESS>
@@ -139,6 +129,8 @@ under development.
 <hr>
 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2406&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
 
-
+<!-- hhmts start -->
+Last modified: Thu Jan  3 20:48:37 EST 2008
+<!-- hhmts end -->
 </BODY>
 </HTML>
diff --git a/htdocs/journal-design.pdf b/htdocs/journal-design.pdf
new file mode 100644 (file)
index 0000000..07760a6
Binary files /dev/null and b/htdocs/journal-design.pdf differ