<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://kerneltrap.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>KernelTrap - ext4</title>
 <link>http://kerneltrap.org/taxonomy/term/379/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Linux: Properly Creating And Testing Patches</title>
 <link>http://kerneltrap.org/Linux/Properly_Creating_And_Testing_Patches</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;If you&#039;re wondering why I&#039;m taking a long time to respond to your patches,&lt;/i&gt;&quot;, began &lt;a href=&quot;http://kerneltrap.org/Theodore_Tso&quot;&gt;Theodore Ts&#039;o&lt;/a&gt; on the linux-ext4 mailing list, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-ext4/2010/4/6/6884054/thread&quot;&gt;in a thread&lt;/a&gt; that offered much insight into how and why to properly submit and test patches. &quot;&lt;i&gt;Patches that are accepted into mainline should do one and only one thing,&lt;/i&gt;&quot; Ted continued, &quot;&lt;i&gt;so if someone suggests that you make changes to your submitted patch, ideally what you should do is to resubmit the patch with the fixes --- and not submit a patch which is a delta to the previous one.&lt;/i&gt;&quot;  He also noted that patch submitters often greatly outnumber maintainers dictating a higher standard of quality, &quot;&lt;i&gt;consider that for some maintainers, there may be 10 or 20 or 30 or more patch submitters in their subsystem.  With that kind of submitter-to-maintainer ratio, the patch submitter simply has to do much more of the work, since otherwise the subsystem maintainer simply can&#039;t keep up.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Ted went on to acknowledge, &quot;&lt;i&gt;I happen to believe that we need to encourage newcomers to the kernel developer community, and so I spend more time mentoring people who are new to the process.&lt;/i&gt;&quot;  He noted that his time was finite however, and that patches are accepted more quickly when they are easy to review and integrate.  Regarding the filesystem for which the patches had been submitted, he added, &quot;&lt;i&gt;&lt;a href=&quot;http://kerneltrap.org/ext4&quot;&gt;Ext4&lt;/a&gt; is actually quite stable at this point.  Very large numbers of people are using it, and most users are quite happy.&lt;/i&gt;&quot;  For this reason, he pointed out that it is even more critical that the patches merged be of high quality.  That said, he continued, &quot;&lt;i&gt;there is no such thing as code which is not buggy.  For any non-trivial program, it&#039;s almost certain there are bugs. [...] Ext4 is not exempt from these fundamental laws of software engineering.  &#039;Code is always buggy until the last user of the program dies&#039;.&lt;/i&gt;&quot;  He tied this back to the importance of testing patches before submitting, &quot;&lt;i&gt;keep in mind that the maxim that code which is not buggy also applies to your patches.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Properly_Creating_And_Testing_Patches&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Properly_Creating_And_Testing_Patches#comments</comments>
 <category domain="http://kerneltrap.org/bugs">bugs</category>
 <category domain="http://kerneltrap.org/development_process">development process</category>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/HOWTO">HOWTO</category>
 <category domain="http://kerneltrap.org/taxonomy/term/583">patch</category>
 <category domain="http://kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 09 Apr 2010 20:18:27 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">56223 at http://kerneltrap.org</guid>
</item>
<item>
 <title>ext4 2.6.25 Merge Plans</title>
 <link>http://kerneltrap.org/Linux/Ext4_2.6.25_Merge_Plans</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;The following patches have been in the -mm tree for a while, and I plan to push them to Linus when the 2.6.25 merge window opens,&lt;/i&gt;&quot; &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2008/1/22/589700&quot;&gt;began Theodore Ts&#039;o&lt;/a&gt;, offering the patches for review before they are merged.  He explained that the patches introduce some of the final changes to the ext4 on-disk format, &quot;&lt;i&gt;ext4, shouldn&#039;t be deployed to production systems yet, although we do salute those who are willing to be guinea pigs and play with this code!&lt;/i&gt;&quot;  He continued:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;With this patch series, it is expected that [the] ext4 format should be settling down.  We still have delayed allocation and online defrag which aren&#039;t quite ready to merge, but those shouldn&#039;t affect the on-disk format.  I don&#039;t expect any other on-disk format changes to show up after this point, but I&#039;ve been wrong before....  any such changes would have to have a Really Good Reason, though.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Ext4_2.6.25_Merge_Plans&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Ext4_2.6.25_Merge_Plans#comments</comments>
 <category domain="http://kerneltrap.org/2.6.25">2.6.25</category>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/merge_plans">merge plans</category>
 <category domain="http://kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 22 Jan 2008 20:54:53 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">15305 at http://kerneltrap.org</guid>
</item>
<item>
 <title>ext4 2.6.24 Merge Plans</title>
 <link>http://kerneltrap.org/Linux/ext4_2.6.24_Merge_Plans</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;I&#039;ve just released the 2.6.23-rc9-ext4-1.  It collapses some patches in preparation for pushing them to Linus, and adds some of the cleanup patches that had been incorporated into Andrew&#039;s broken-out-2007-10-01-04-09 series,&lt;/i&gt;&quot; &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/4/329019&quot;&gt;announced Theodore Ts&#039;o&lt;/a&gt;.  He also noted of &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=summary&quot;&gt;the current ext4 git tree&lt;/a&gt;, &quot;&lt;i&gt;it also has some new development patches in the unstable (not yet ready to push to mainline) portion of the patch series.&lt;/i&gt;&quot;  In an &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/10/4/328999&quot;&gt;earlier thread&lt;/a&gt; Theodore posted a series of patches specifically intended for inclusion in the upcoming 2.6.24 kernel.  Included in the patch series was a patch for &lt;a href=&quot;http://kerneltrap.org/Linux/Improving_fsck_Speeds_in_ext4&quot;&gt;improving fsck performance&lt;/a&gt;, &quot;&lt;i&gt;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.&lt;/i&gt;&quot;  The patch included an explanation of how the feature works, enabled through a mkfs option:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;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.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/ext4_2.6.24_Merge_Plans&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/ext4_2.6.24_Merge_Plans#comments</comments>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://kerneltrap.org/fsck">fsck</category>
 <category domain="http://kerneltrap.org/inode">inode</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/merge_plans">merge plans</category>
 <category domain="http://kerneltrap.org/performance">performance</category>
 <category domain="http://kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Thu, 04 Oct 2007 08:53:36 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14512 at http://kerneltrap.org</guid>
</item>
<item>
 <title>UBIFS Writeback</title>
 <link>http://kerneltrap.org/Linux/UBIFS_Writeback</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;UBIFS is described as, &quot;&lt;i&gt;a new flash file system which is designed to work on top of UBI.&lt;/i&gt;&quot;  It has replaced the JFFS3 project, a choice explained on the project webpage, &quot;&lt;i&gt;we have realized that creating a scalable flash file system on top of bare flash is a difficult task, just because the flash media is so problematic (wear-leveling, bad eraseblocks). We have tried this way, and it turned out to be that we solved media problems, instead of concentrating on file system issues. So we decided to split one big and complex tasks into 2 sub-tasks: UBI solves the media problems, like bad eraseblocks and wear-leveling, and UBIFS implements the file system on top. And now finally, we may concentrate on file-system issues: implementing write-back caching, multi-headed journal, garbage collector, indexing information management and so on. There are a lot of FS problems to solve - orphaned files, deletions, recoverability after unclean reboots and so on.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/28/324486&quot;&gt;a recent posting to the lkml&lt;/a&gt;, Artem Bityutskiy noted that UBIFS has to take into account that there is a small amount of unused block space at the ends of eraseblocks, and the size of pages written to disk are smaller than they are in memory as the filesystem performs compression.  &quot;&lt;i&gt;So, if our current liability is X, we do not know exactly how much flash space (Y) it will take. All we can do is to introduce some pessimistic, worst-case function Y = F(X). This pessimistic function assumes that pages won&#039;t be compressible, and it assumes worst-case wastage.&lt;/i&gt;&quot;  The calculation is necessary as even though data is not written immdiately to the flash device, it&#039;s important to be able to inform the application writing data if there&#039;s not enough space left.  &quot;&lt;i&gt;So my question is: how can we flush _few_ oldest dirty pages/inodes while we are inside UBIFS (e.g., in -&amp;gt;prepare_write(), -&amp;gt;mkdir(), -&amp;gt;link(), etc)?&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/UBIFS_Writeback&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/UBIFS_Writeback#comments</comments>
 <category domain="http://kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://kerneltrap.org/taxonomy/term/1018">Artem Bityutskiy</category>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://kerneltrap.org/taxonomy/term/347">flash</category>
 <category domain="http://kerneltrap.org/taxonomy/term/1017">JFFS3</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/taxonomy/term/1019">UBI</category>
 <category domain="http://kerneltrap.org/taxonomy/term/1016">UBIFS</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Sat, 29 Sep 2007 11:23:31 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14480 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Improving fsck Speeds in ext4</title>
 <link>http://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://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://kerneltrap.org/Linux/Improving_fsck_Speeds_in_ext4#comments</comments>
 <category domain="http://kerneltrap.org/taxonomy/term/956">Avantika Mathur</category>
 <category domain="http://kerneltrap.org/taxonomy/term/954">e2fsck</category>
 <category domain="http://kerneltrap.org/ext3">ext3</category>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/fsck">fsck</category>
 <category domain="http://kerneltrap.org/inode">inode</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://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://kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  ext4 Development Status</title>
 <link>http://kerneltrap.org/node/8119</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 posted an update on the ext4 filesystem [&lt;a href=&quot;http://kerneltrap.org/node/6776&quot;&gt;story&lt;/a&gt;], &quot;&lt;i&gt;I&#039;ve respun the ext4 development patchset, with Amit&#039;s updated fallocate patches.  I&#039;ve added Dave&#039;s patch to add ia64 support to the fallocate system call, but *not* the XFS fallocate support patches.  (Probably better for them to live in an xfs tree, where they can more easily tested and updated.)  Yes, we haven&#039;t reached complete closure on the fallocate system call calling convention, but it&#039;s enough for us to get more testing in -mm.&lt;/i&gt;&quot;  Jeff Garzik noted that none of this development was happening in the kernel as originally planned, &quot;&lt;i&gt;why isn&#039;t this stuff going upstream rapidly?  AFAICT nothing much at all has happened upstream besides a mass renaming?  The whole point of having ext4 in the kernel is to do development upstream, in the public view, getting new stuff in ASAP (even if that means changing or pulling some stuff later).&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Theodore acknowledged, &quot;&lt;i&gt;in general, yes, ext4 development has been a little slow; part of the problem is that we have a lot of people, but a number of folks are new and their patches need review before they are ready for upstream acceptance, and a number of other folks who should be doing the review have been overloaded with multiple other projects and have been time-sharing.&lt;/i&gt;&quot;  He went on to note, &quot;&lt;i&gt;but we also get flamed when the patches don&#039;t meet various criteria, up to and including breaking on ia64.  We are in the process of setting up automated testing to help address that problem, but it&#039;s a taken a little while to get that going.  I&#039;m also trying to schedule more time so I can do the needed review of the patches so they meet basic upstream standards so we *can* push them.  If other folks would like to help with the review process, that would be more than welcome.  But yes, we will try to get more of the patches pushed sooner rather than later.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/node/8119&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/8119#comments</comments>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/Theodore_Tso">Theodore Ts&#039;o</category>
 <category domain="http://kerneltrap.org/XFS">XFS</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Mon, 30 Apr 2007 23:35:56 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">8119 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  2.6.19 Kernel Released</title>
 <link>http://kerneltrap.org/node/7440</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;Linus Torvalds announced the release of the 2.6.19 Linux kernel, following the previous stable kernel release by two months [&lt;a href=&quot;http://kerneltrap.org/node/7144&quot;&gt;story&lt;/a&gt;].  &quot;&lt;i&gt;It&#039;s one of those rare &#039;perfect&#039; kernels,&lt;/i&gt;&quot; Linus joked, &quot;&lt;i&gt;so if it doesn&#039;t happen to compile with your config (or it does compile, but then does unspeakable acts of perversion with your pet dachshund), you can rest easy knowing that it&#039;s all your own d*mn fault, and you should just fix your evil ways.&lt;/i&gt;&quot;  He went on to add, &quot;&lt;i&gt;you could send me and the kernel mailing list a note about it anyway, of course. (And perhaps pictures, if your dachshund is involved. Not that we&#039;d be interested, of course. No. Just so that we&#039;d know to avoid it next time).&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;The latest kernel source can be downloaded from your nearest Linux Kernel archive &lt;a href=&quot;http://kernel.org/mirrors/&quot; target=&quot;new&quot;&gt;mirror&lt;/a&gt; [&lt;a href=&quot;http://kerneltrap.org/node/5070&quot;&gt;story&lt;/a&gt;].  You can browse through all the changes using the &lt;a href=&quot;http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary&quot;&gt;gitweb interface&lt;/a&gt;.  &lt;a href=&quot;http://kernelnewbies.org/&quot;&gt;Kernel Newbiews&lt;/a&gt; also maintains a &lt;a href=&quot;http://kernelnewbies.org/Linux_2_6_19&quot;&gt;useful summary&lt;/a&gt; of all the changes that went into this new version of the Linux kernel, including the inclusion of three new filesystems, &lt;a href=&quot;http://sources.redhat.com/cluster/&quot; gf&gt;GFS2&lt;/a&gt;, ext4 [&lt;a href=&quot;http://kerneltrap.org/node/6776&quot;&gt;story&lt;/a&gt;], and &lt;a href=&quot;http://ecryptfs.sourceforge.net/&quot; target=&quot;new&quot;&gt;eCryptfs&lt;/a&gt;.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/node/7440&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/7440#comments</comments>
 <category domain="http://kerneltrap.org/taxonomy/term/538">2.6.19</category>
 <category domain="http://kerneltrap.org/taxonomy/term/661">eCryptfs</category>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/taxonomy/term/660">GFS2</category>
 <category domain="http://kerneltrap.org/Linus_Torvalds">Linus Torvalds</category>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/release">release</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Wed, 29 Nov 2006 23:58:44 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">7440 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux: ext4 Merged Into -mm</title>
 <link>http://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://kerneltrap.org/node/7224&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/7224#comments</comments>
 <category domain="http://kerneltrap.org/-mm">-mm</category>
 <category domain="http://kerneltrap.org/-rc">-rc</category>
 <category domain="http://kerneltrap.org/-rc1">-rc1</category>
 <category domain="http://kerneltrap.org/taxonomy/term/538">2.6.19</category>
 <category domain="http://kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://kerneltrap.org/ext3">ext3</category>
 <category domain="http://kerneltrap.org/ext4">ext4</category>
 <category domain="http://kerneltrap.org/filesystem">filesystem</category>
 <category domain="http://kerneltrap.org/taxonomy/term/636">journaling</category>
 <category domain="http://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://kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  Filesystems, Politics and the Kernel</title>
 <link>http://kerneltrap.org/node/6876</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;The discussion about why the Reiser4 filesystem has not been merged into the Linux kernel [&lt;a href=&quot;http://kerneltrap.org/node/6844&quot;&gt;story&lt;/a&gt;] continues on the &lt;a href=&quot;http://www.tux.org/lkml/&quot;&gt;lkml&lt;/a&gt;.  Hans Reiser [&lt;a href=&quot;http://kerneltrap.org/node/5654&quot;&gt;interview&lt;/a&gt;] contrasted the struggles Reiser4 has had trying to get merged versus recent discussion about the up and coming ext4 filesystem [&lt;a href=&quot;http://kerneltrap.org/node/6776&quot;&gt;story&lt;/a&gt;], &quot;&lt;i&gt;the code isn&#039;t even written, benchmarked, or tested yet, and it is going into the kernel already so that its developers don&#039;t have to deal with maintaining patches separate from the tree.  Wow. Kind of hard to argue that it is not politically differentiated, isn&#039;t it?&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Theodore T&#039;so responsed, &quot;&lt;i&gt;it is a development procedure that was developed after discussion and consensus building across LKML and the ext2/3/4 development team.  It wa