<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.kerneltrap.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>KernelTrap - ext3</title>
 <link>http://www.kerneltrap.org/taxonomy/term/624/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Quote: Benchmark Of The Filesystem</title>
 <link>http://www.kerneltrap.org/Quote/Benchmark_Of_The_Filesystem</link>
 <description>&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;Any benchmark is going to be a benchmark of the OS as much as it is going to be a benchmark of the filesystem. It&#039;s pretty hard to separate the two.  ZFS is best tested on Open Solaris. UFS is best tested on FreeBSD, EXT3 is best tested on Linux, and HAMMER of course is best tested on DragonFly.&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;</description>
 <comments>http://www.kerneltrap.org/Quote/Benchmark_Of_The_Filesystem#comments</comments>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://www.kerneltrap.org/HAMMER">HAMMER</category>
 <category domain="http://www.kerneltrap.org/quote">quote</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1314">ufs</category>
 <category domain="http://www.kerneltrap.org/ZFS">ZFS</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1251">dragonflybsd-kernel</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1185">Matthew Dillon</category>
 <pubDate>Fri, 15 Aug 2008 01:47:32 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16501 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Tux3 Versioning Filesystem</title>
 <link>http://www.kerneltrap.org/node/16428</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;Since everybody seems to be having fun building new filesystems these days, I thought I should join the party,&lt;/i&gt; began Daniel Phillips, announcing the &lt;a href=&quot;http://tux3.org/&quot;&gt;Tux3 versioning filesystem&lt;/a&gt;.  He continued, &quot;&lt;i&gt;Tux3 is a write anywhere, atomic commit, btree based versioning filesystem.  As part of this work, the venerable HTree design used in Ext3 and Lustre is getting a rev to better support NFS and possibly become more efficient.&lt;/i&gt;&quot;  Daniel explained:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;The main purpose of Tux3 is to embody my new ideas on storage data versioning.  The secondary goal is to provide a more efficient snapshotting and replication method for the Zumastor NAS project, and a tertiary goal is to be better than ZFS.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In his announcement email, Daniel noted that implementation work is underway, &quot;&lt;i&gt;much of the work consists of cutting and pasting bits of code I have developed over the years, for example, bits of HTree and ddsnap.  The immediate goal is to produce a working prototype that cuts a lot of corners, for example block pointers instead of extents, allocation bitmap instead of free extent tree, linear search instead of indexed, and no atomic commit at all.  Just enough to prove out the versioning algorithms and develop new user interfaces for version control.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/16428&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/16428#comments</comments>
 <category domain="http://www.kerneltrap.org/taxonomy/term/930">Daniel Phillips</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1304">HTree</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1303">Tux3</category>
 <category domain="http://www.kerneltrap.org/ZFS">ZFS</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 25 Jul 2008 23:00:56 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16428 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Compiler Oops</title>
 <link>http://www.kerneltrap.org/Linux/Compiler_Oops</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;In the kerneloops.org stats, a new oops is rapidly climbing the charts,&lt;/i&gt; began Arjan van de Ven, referring to his website where he automatically collects kernel oops and warning reports from mailing lists, bugzillas, and a special client.  Regarding the latest oops, he noted, &quot;&lt;i&gt;the oops is a page fault in the ext3 &#039;do_slit&#039; function, and the first report of it was with 2.6.26-rc6-git3.&lt;/i&gt;&quot;  Linux creator Linus Torvalds took a quick interest in the issue, observing that all the oopses seemed to be on the i686 architecture, suggesting, &quot;&lt;i&gt;could this perhaps be an indication that it is specific to i686 some way (eg a compiler issue?)&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Shortly before Linus sent out his emails, Dave Airlie confirmed that this was indeed a &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=451068&quot;&gt;known compiler bug&lt;/a&gt; affecting GCC 4.3.1.  The bug report notes, &quot;&lt;i&gt;any ext* filesystem which enables the dir_index feature is likely susceptible&lt;/i&gt;&quot;.  Linus caught up on his email and retorted, &quot;&lt;i&gt;gaah. I should read all my email instead of wasting my time trying to match up the code with what I can reproduce..&lt;/i&gt;&quot;  The reason the Red Hat bug report wasn&#039;t automatically picked up by the kerneloops website was because the oops was reported in a jpeg image, leading Arjan to quip, &quot;&lt;i&gt;maybe one day if I&#039;m really bored I&#039;ll implement OCR into [kerneloops.org] ;)&lt;/i&gt;&quot;.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Compiler_Oops&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Compiler_Oops#comments</comments>
 <category domain="http://www.kerneltrap.org/Arjan_van_de_Ven">Arjan van de Ven</category>
 <category domain="http://www.kerneltrap.org/compiler">compiler</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/1285">Dave Airlie</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/GCC_4.3.1">GCC 4.3.1</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/oops">Oops</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 20 Jun 2008 01:50:41 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16321 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Btrfs Online Resizing, Ext3 Conversion, and More</title>
 <link>http://www.kerneltrap.org/Linux/Btrfs_Online_Resizing_Ext3_Conversion_and_More</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Chris Mason &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-fsdevel/2008/1/15/570314&quot;&gt;announced version 0.10&lt;/a&gt; of his new Btrfs filesystem, listing the following new features,  &quot;&lt;i&gt;explicit back references, online resizing (including shrinking), in place conversion from Ext3 to Btrfs, data=ordered support, mount options to disable data COW and checksumming, and barrier support for sata and IDE drives&lt;/i&gt;&quot;.  He noted that the disk format in v0.10 has changed, and is not compatible with the v0.9 disk format.  Regarding back reference support, Chris explained, &quot;&lt;i&gt;the core of this release is explicit back references for all metadata blocks, data extents, and directory items.  These are a crucial building block for future features such as online fsck and migration between devices.  The back references are verified during deletes, and the extent back references are checked by the existing offline fsck tool.&lt;/i&gt;&quot;  He then detailed the new Ext3 to Btrfs conversion utility:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;The conversion program uses the copy on write nature of Btrfs to preserve the original Ext3 FS, sharing the data blocks between Btrfs and Ext3 metadata.  Btrfs metadata is created inside the free space of the Ext3 filesystem, and it is possible to either make the conversion permanent (reclaiming the space used by Ext3) or roll back the conversion to the original Ext3 filesystem.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Btrfs_Online_Resizing_Ext3_Conversion_and_More&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Btrfs_Online_Resizing_Ext3_Conversion_and_More#comments</comments>
 <category domain="http://www.kerneltrap.org/Btrfs">Btrfs</category>
 <category domain="http://www.kerneltrap.org/Chris_Mason">Chris Mason</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://www.kerneltrap.org/fsck">fsck</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Thu, 17 Jan 2008 15:06:20 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">15252 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Improving fsck Speeds in ext4</title>
 <link>http://www.kerneltrap.org/Linux/Improving_fsck_Speeds_in_ext4</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;In [the first pass] of e2fsck, every inode table in the fileystem is scanned and checked,  regardless of whether it is in use,&lt;/i&gt;&quot; &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/18/263231&quot;&gt;Avantika Mathur began&lt;/a&gt;.  &quot;&lt;i&gt;This is the most time consuming part of the filesystem check.  The unintialized block group feature can greatly reduce e2fsck time by eliminating checking of uninitialized inodes.&lt;/i&gt;&quot;   She went on to explain how it works, &quot;&lt;i&gt;with this feature, there is a a high water mark of used inodes for each block group.  Block and inode bitmaps can be uninitialized on disk via a flag in the group descriptor to avoid reading or scanning them at e2fsck time.  A checksum of each group descriptor is used to ensure that corruption in the group descriptor&#039;s bit flags does not cause incorrect operation.&lt;/i&gt;&quot;  Avantika attached a graph illustrating the advantage of the patch which she summarized as follows:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;The patches have been stress tested with fsstress and fsx.  In performance  tests testing e2fsck time, we have seen that e2fsck time on ext3 grows linearly with the total number of inodes in the filesytem.  In ext4 with the uninitialized block groups feature, the e2fsck time is constant, based solely on the number of used inodes rather than the total inode count.  Since typical ext4 filesystems only use 1-10% of their inodes, this feature can greatly reduce e2fsck time for users.  With performance improvement of 2-20 times, depending on how full the filesystem is.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/Linux/Improving_fsck_Speeds_in_ext4&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/Linux/Improving_fsck_Speeds_in_ext4#comments</comments>
 <category domain="http://www.kerneltrap.org/taxonomy/term/956">Avantika Mathur</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/954">e2fsck</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/ext4">ext4</category>
 <category domain="http://www.kerneltrap.org/fsck">fsck</category>
 <category domain="http://www.kerneltrap.org/inode">inode</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 19 Sep 2007 06:40:27 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14401 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux: ext4 Merged Into -mm</title>
 <link>http://www.kerneltrap.org/node/7224</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;With the release of the 2.6.19-rc1-mm1 kernel, the ext4 filesystem [&lt;a href=&quot;http://kerneltrap.org/node/6776&quot;&gt;story&lt;/a&gt;] was merged into Andrew Morton [&lt;a href=&quot;http://kerneltrap.org/node/view/10&quot;&gt;interview&lt;/a&gt;]&#039;s -mm tree for further testing.  In the announcement Andrew notes that the new filesystem is compatible with ext3 until you add a file that has &lt;a href=&quot;http://en.wikipedia.org/wiki/Extent&quot; target=&quot;new&quot;&gt;extents&lt;/a&gt;.  He also notes, &quot;&lt;i&gt;when comparing performance with other filesystems, remember that ext3/4 by default offers higher data integrity guarantees than most.  So when comparing with a metadata-only journalling filesystem, use `mount -o data=writeback&#039;.  (Although this doesn&#039;t seem to make much difference with ext3)&lt;/i&gt;&quot;  The goal is to stabilize the new filesystem within the next six to nine months, and ultimately to replace the ext3 filesystem.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/7224&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/7224#comments</comments>
 <category domain="http://www.kerneltrap.org/-mm">-mm</category>
 <category domain="http://www.kerneltrap.org/-rc">-rc</category>
 <category domain="http://www.kerneltrap.org/-rc1">-rc1</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/538">2.6.19</category>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/ext4">ext4</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/636">journaling</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 16 Oct 2006 15:50:25 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">7224 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  ext4 Filesystem</title>
 <link>http://www.kerneltrap.org/node/6776</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Theodore Ts&#039;o offered an insightful summary of issues affecting future development on the &lt;a href=&quot;http://en.wikipedia.org/wiki/Ext3&quot; target=&quot;new&quot;&gt;ext3&lt;/a&gt; filesystem, &quot;&lt;i&gt;it is clear that many people feel they have a stake in the future development plans of the ext2/ext3 filesystem, as it [is] one of the most popular and commonly used filesystems, particular amongst the kernel development community.  For this reason, the stakes are higher than it would be for other filesystems.&lt;/i&gt;&quot;  He listed the three main concerns for future development as stability, compatibility confusion, and code complexity, &quot;&lt;i&gt;unfortunately, these various concerns were sometimes mixed together in the discussion two months ago, and so it was hard to make progress. Linus&#039;s concern seems to have been primarily the first point, with perhaps a minor consideration of the 3rd.  Others dwelled very heavily on the second point.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Theodore went on to say, &quot;&lt;i&gt;to address these issues, after discussing the matter amongst ourselves, the ext2/3 developers would like to propose the following path forward.&lt;/i&gt;&quot;  He listed a four step plan beginning with the creation of a new ext4 filesystem registered with the kernel temporarily as &#039;ext3dev&#039;, &quot;&lt;i&gt;this will be explicitly marked as an CONFIG_EXPERIMENTAL filesystem, and will in affect be a &#039;development fork&#039; of ext3.  A similar split of the fs/jbd will be made in order to support 64-bit jbd, which will be used by fs/ext4 and future versions of ocfs2.&lt;/i&gt;&quot;  Theodore explained that new features will go into the ext3dev tree, with only bugfixes making their way back to the stable ext3 tree.  He noted that it will remain important that the ext4 code base can mount ext3 filesystems, &quot;&lt;i&gt;this is necessary to ensure a future smooth upgrade path from ext3 to ext4 users.&lt;/i&gt;&quot;  Finally, &quot;&lt;i&gt;probably in 6-9 months when we are satisified with the set of features that have been added to fs/ext4, and confident that the filesystem format has stablized, we will submit a patch which causes the fs/ext4 code to register itself as the ext4 filesystem.&lt;/i&gt;&quot;  He further noted that once ext4 is deemed fully stable, it may completely replace ext3 in the source tree.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/6776&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/6776#comments</comments>
 <category domain="http://www.kerneltrap.org/taxonomy/term/625">experimental</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/ext4">ext4</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://www.kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://www.kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Thu, 29 Jun 2006 21:44:30 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">6776 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  2.6.9-mm1, What&#039;s Merging In 2.6.10 And Beyond</title>
 <link>http://www.kerneltrap.org/node/4040</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;With the release of 2.6.9-mm1, Andrew Morton [&lt;a href=&quot;http://kerneltrap.org/node/view/10&quot;&gt;interview&lt;/a&gt;] offered a quick status update on a number of patches in his -mm tree [&lt;a href=&quot;http://kerneltrap.org/forum/linux/kernel/2.6/mm&quot;&gt;forum&lt;/a&gt;] that are 2.6-mainline hopefuls.  For example, regarding the much debated reiser4 filesystem [&lt;a href=&quot;http://kerneltrap.org/node/view/3749&quot;&gt;story&lt;/a&gt;], Andrew said that he is still &quot;&lt;i&gt;not sure, really.  The namespace extensions were disabled, although all the code for that is still present.  Linus&#039;s filesystem criterion used to be &#039;once lots of people are using it, preferably when vendors are shipping it&#039;. That&#039;s a bit of a chicken and egg thing though. Needs more discussion&lt;/i&gt;&quot;.  And as for Ingo Molnar [&lt;a href=&quot;&quot;&gt;interview&lt;/a&gt;]&#039;s preemption and low-latency fixups [&lt;a href=&quot;http://kerneltrap.org/node/view/3995&quot;&gt;forum&lt;/a&gt;] Andrew offered, &quot;&lt;i&gt;I haven&#039;t really thought about it and haven&#039;t looked at the patches yet.  Hopefully 2.6.10 material.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Other projects specifically mentioned include the sysfs backing store, the ext3 reservations code, the ext3 resize code, kexec and crashdump [&lt;a href=&quot;http://kerneltrap.org/node/view/3870&quot;&gt;story&lt;/a&gt;], perfctr, cachefs, cpusets, and the md updates.  Read on for Andrew&#039;s comments and the complete -mm1 changelog.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/4040&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/4040#comments</comments>
 <category domain="http://www.kerneltrap.org/-mm">-mm</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/654">2.6.10</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/618">2.6.9</category>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://www.kerneltrap.org/Ingo_Molnar">Ingo Molnar</category>
 <category domain="http://www.kerneltrap.org/kexec">kexec</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/171">Linux kernel</category>
 <category domain="http://www.kerneltrap.org/low-latency">low-latency</category>
 <category domain="http://www.kerneltrap.org/merge_plans">merge plans</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/458">preemption</category>
 <category domain="http://www.kerneltrap.org/reiser4">reiser4</category>
 <pubDate>Fri, 22 Oct 2004 11:31:38 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">4040 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  Low Latency and Filesystems</title>
 <link>http://www.kerneltrap.org/node/3466</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Continuing the earlier discussion about low latency and Ingo Molnar [&lt;a href=&quot;http://kerneltrap.org/node/view/517&quot;&gt;interview&lt;/a&gt;]&#039;s voluntary kernel preemption patch [&lt;a href=&quot;http://kerneltrap.org/node/view/3440&quot;&gt;story&lt;/a&gt;], the conversation moved onto the affect a filesystem can have on latency.  Specifically, 2.6 maintainer Andrew Morton [&lt;a href=&quot;http://kerneltrap.org/node/view/10&quot;&gt;interview&lt;/a&gt;] noted that ReiserFS was known to have some latency issues in both the 2.4 and 2.6 Linux kernels, &quot;&lt;i&gt;resierfs: yes, it&#039;s a problem.  I &#039;fixed&#039; it multiple times in 2.4, but the fixes ended up breaking the fs in subtle ways and I eventually gave up.&lt;/i&gt;&quot;  However, he did go on to note, &quot;&lt;i&gt;actually, the 2.4 low-latency patch does still have some reiserfs fixes, so it&#039;s probably better than reiserfs in 2.6.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;When asked if ext3 was a better choice for low latency work, Andrew Morton replied, &quot;&lt;i&gt;ext3 is certainly better than [reiserfs], but still has a couple of potential problem spots.  ext2 is probably the best at this time.&lt;/i&gt;&quot;  Data is continuing to be collected and reviewed by a number of kernel developers, so the more noticeable latency issues in the 2.6 kernel will likely be addressed soon.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/3466&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/3466#comments</comments>
 <category domain="http://www.kerneltrap.org/2.4">2.4</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/436">2.6</category>
 <category domain="http://www.kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/ext4">ext4</category>
 <category domain="http://www.kerneltrap.org/Ingo_Molnar">Ingo Molnar</category>
 <category domain="http://www.kerneltrap.org/low-latency">low-latency</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/458">preemption</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/435">reiser3</category>
 <category domain="http://www.kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 13 Jul 2004 02:54:20 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">3466 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  Journaling Filesystem Shootout</title>
 <link>http://www.kerneltrap.org/node/1054</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/taxonomy/term/171&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://www.kerneltrap.org/files/category_pictures/files/category_pictures_0&quot; alt=&quot;Linux&quot; title=&quot;Linux&quot;  width=&quot;&quot; height=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Mike Benoit recently posted a link to results from his new and improved &lt;a href=&quot;http://fsbench.netnation.com/&quot; target=&quot;new&quot;&gt;file system shootout&lt;/a&gt;, using better hardware and running more tests.  Using two benchmarks that are designed to measure hard drive and file system performance, &lt;a href=&quot;http://www.coker.com.au/bonnie++/&quot; target=&quot;new&quot;&gt;Bonnie++&lt;/a&gt; and &lt;a href=&quot;http://www.iozone.org/&quot; target=&quot;new&quot;&gt;IOZone&lt;/a&gt;, he&#039;s compared a number  journaling filesystems found in the 2.6 kernel [&lt;a href=&quot;/forum/linux/kernel/2.6&quot;&gt;forum&lt;/a&gt;].  Included in the lineup are &lt;a href=&quot;http://e2fsprogs.sourceforge.net/ext2intro.html&quot; target=&quot;new&quot;&gt;EXT2&lt;/a&gt; (not journaling, but an effective baseline [&lt;a href=&quot;/node/view/715&quot;&gt;story&lt;/a&gt;]), &lt;a href=&quot;http://oss.software.ibm.com/developerworks/opensource/jfs/&quot; target=&quot;new&quot;&gt;JFS&lt;/a&gt;, &lt;a href=&quot;http://oss.sgi.com/projects/xfs/&quot; target=&quot;new&quot;&gt;XFS&lt;/a&gt;, &lt;a href=&quot;http://www.namesys.com/faq.html&quot; target=&quot;new&quot;&gt;ReiserFS&lt;/a&gt;, &lt;a href=&quot;http://www.namesys.com/v4/v4.html&quot; target=&quot;new&quot;&gt;Reiser4&lt;/a&gt;, and &lt;a href=&quot;http://olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html&quot; target=&quot;new&quot;&gt;EXT3&lt;/a&gt; each compared head to head on both SCSI and IDE drives.&lt;/p&gt;
&lt;p&gt;In Mike&#039;s summary he labels JFS and XFS as &#039;best bang for your buck&#039; explaining, &quot;&lt;i&gt;While not the fastest file systems, both of them consistently perform close to EXT2, while using minimal CPU. XFS seems to be faster over a wider range of benchmarks, however it does use slightly more CPU than JFS. While JFS really starts to slow down with lots of files.&lt;/i&gt;&quot;  As for pure speed, Mike points to Reiser4 which really shined in the Bonnie++ benchmarks, though not quite so much in the IOZone benchmarks.  He suggests, &quot;&lt;i&gt;ReiserFS v4 will [definitely] be worth while keeping an eye on, especially considering some of the exciting new features it offers.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/1054&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/1054#comments</comments>
 <category domain="http://www.kerneltrap.org/benchmark">benchmark</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/639">ext2</category>
 <category domain="http://www.kerneltrap.org/ext3">ext3</category>
 <category domain="http://www.kerneltrap.org/filesystem">filesystem</category>
