<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

  <channel rdf:about="http://lwn.net/headlines/112566/">
    <title>LWN: Comments on "Which filesystem for Samba4?"</title>
    <link>http://lwn.net/Articles/112566/</link>
    <description>
This is a special feed containing comments posted
to the individual LWN article titled &quot;Which filesystem for Samba4?&quot;.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/112952/rss" />
	<rdf:li resource="http://lwn.net/Articles/112695/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/112952/rss">
      <title>Which filesystem for Samba4?</title>
      <link>http://lwn.net/Articles/112952/rss</link>
      <dc:date>2004-11-27T03:24:08+00:00</dc:date>
      <dc:creator>stevef</dc:creator>
      <description>
      The working set seems to have been too small to cause much disk activity which may explain the counterintutive result (ext3 being faster than jfs and xfs).  Most of the data I have seen on larger server benchmarks (whose working set exceeds physical memory) showed ext3 somewhat worse.  The updates to ext3 seem promising though.  &lt;br&gt;
&lt;p&gt;
In any case a good xattr performance test ala iozone or equivalent would be helpful as well.&lt;br&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/112695/rss">
      <title>Which filesystem for Samba4?</title>
      <link>http://lwn.net/Articles/112695/rss</link>
      <dc:date>2004-11-24T14:25:50+00:00</dc:date>
      <dc:creator>rl</dc:creator>
      <description>
      The mystery has been solved.
&lt;p&gt;
&lt;i&gt;
From: tridge@samba.org
&lt;br&gt;
Date: Wed, 24 Nov 2004 18:53:47 +1100
&lt;p&gt;
You can call off your bsearch - I found the culprit.
&lt;p&gt;
For the 2.6.10-rc2 tests I was running with the patch from Andreas
that added large ext3 inode support (in order to also test the
ext3-256 case). For the -mm2 test I wasn't.
&lt;p&gt;
This patch was supposed to have no effect if large inodes were not
setup at mkfs time. Unfortunately it does have an affect as it also
removes the in-place xattr modification logic from
ext3_xattr_set_handle(), so every xattr set becomes the same as a
delete+create pair. In plain -rc2 and in -mm2 an xattr set of the same
size will be done in-place. As every xattr set is of the same size in
dbench3 this made a huge difference.
&lt;/i&gt;
      
      </description>
    </item>
</rdf:RDF>

