<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>889ced4c - netfs: clean up after renaming FSCACHE_DEBUG config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#889ced4c</link>
        <description>netfs: clean up after renaming FSCACHE_DEBUG configCommit 6b8e61472529 (&quot;netfs: Rename CONFIG_FSCACHE_DEBUG toCONFIG_NETFS_DEBUG&quot;) renames the config, but introduces two issues: First,NETFS_DEBUG mistakenly depends on the non-existing config NETFS, whereasthe actual intended config is called NETFS_SUPPORT. Second, the configrenaming misses to adjust the documentation of the functionality of thisconfig.Clean up those two points.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;Link: https://lore.kernel.org/r/20240731073902.69262-1-lukas.bulwahn@redhat.comSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Wed, 31 Jul 2024 07:39:02 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fcad9336 - netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#fcad9336</link>
        <description>netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUGCONFIG_FSCACHE_DEBUG should have been renamed to CONFIG_NETFS_DEBUG, so dothat now.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Link: https://lore.kernel.org/r/1410796.1721333406@warthog.procyon.org.ukcc: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;cc: Christian Brauner &lt;brauner@kernel.org&gt;cc: Jeff Layton &lt;jlayton@kernel.org&gt;cc: netfs@lists.linux.devcc: linux-fsdevel@vger.kernel.orgSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Thu, 18 Jul 2024 20:10:06 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>915cd30c - netfs, fscache: Combine fscache with netfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#915cd30c</link>
        <description>netfs, fscache: Combine fscache with netfsNow that the fscache code is moved to be colocated with the netfslib codeso that they combined into one module, do the combining.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Reviewed-by: Jeff Layton &lt;jlayton@kernel.org&gt;cc: Christian Brauner &lt;christian@brauner.io&gt;cc: linux-fsdevel@vger.kernel.orgcc: linux-cachefs@redhat.comcc: linux-nfs@vger.kernel.org,cc: linux-erofs@lists.ozlabs.org

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Mon, 20 Nov 2023 15:55:18 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>47757ea8 - netfs, fscache: Move fs/fscache/* into fs/netfs/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#47757ea8</link>
        <description>netfs, fscache: Move fs/fscache/* into fs/netfs/There&apos;s a problem with dependencies between netfslib and fscache as eachwants to access some functions of the other.  Deal with this by movingfs/fscache/* into fs/netfs/ and renaming those files to begin with&quot;fscache-&quot;.For the moment, the moved files are changed as little as possible and anfscache module is still built.  A subsequent patch will integrate them.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Reviewed-by: Jeff Layton &lt;jlayton@kernel.org&gt;cc: Christian Brauner &lt;christian@brauner.io&gt;cc: linux-fsdevel@vger.kernel.orgcc: linux-cachefs@redhat.com

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Mon, 20 Nov 2023 15:29:09 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b71c7912 - netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#b71c7912</link>
        <description>netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualMake the netfs helper library selected automatically by the things that useit rather than being manually configured, even though it&apos;s required[1].Fixes: 3a5829fefd3b (&quot;netfs: Make a netfs helper module&quot;)Reported-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Reviewed-by: Jeff Layton &lt;jlayton@kernel.org&gt;cc: linux-mm@kvack.orgcc: linux-cachefs@redhat.comcc: linux-afs@lists.infradead.orgcc: linux-nfs@vger.kernel.orgcc: linux-cifs@vger.kernel.orgcc: ceph-devel@vger.kernel.orgcc: v9fs-developer@lists.sourceforge.netcc: linux-fsdevel@vger.kernel.orgLink: https://lore.kernel.org/r/CAMuHMdXJZ7iNQE964CdBOU=vRKVMFzo=YF_eiwsGgqzuvZ+TuA@mail.gmail.com [1]Link: https://lore.kernel.org/r/162090298141.3166007.2971118149366779916.stgit@warthog.procyon.org.uk # v1

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Thu, 13 May 2021 10:40:27 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>289af54c - netfs: Gather stats</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#289af54c</link>
        <description>netfs: Gather statsGather statistics from the netfs interface that can be exported through aseqfile.  This is intended to be called by a later patch when viewing/proc/fs/fscache/stats.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Reviewed-and-tested-by: Jeff Layton &lt;jlayton@kernel.org&gt;Tested-by: Dave Wysochanski &lt;dwysocha@redhat.com&gt;Tested-By: Marc Dionne &lt;marc.dionne@auristor.com&gt;cc: Matthew Wilcox &lt;willy@infradead.org&gt;cc: linux-mm@kvack.orgcc: linux-cachefs@redhat.comcc: linux-afs@lists.infradead.orgcc: linux-nfs@vger.kernel.orgcc: linux-cifs@vger.kernel.orgcc: ceph-devel@vger.kernel.orgcc: v9fs-developer@lists.sourceforge.netcc: linux-fsdevel@vger.kernel.orgLink: https://lore.kernel.org/r/161118139247.1232039.10556850937548511068.stgit@warthog.procyon.org.uk/ # rfcLink: https://lore.kernel.org/r/161161034669.2537118.2761232524997091480.stgit@warthog.procyon.org.uk/ # v2Link: https://lore.kernel.org/r/161340397101.1303470.17581910581108378458.stgit@warthog.procyon.org.uk/ # v3Link: https://lore.kernel.org/r/161539539959.286939.6794352576462965914.stgit@warthog.procyon.org.uk/ # v4Link: https://lore.kernel.org/r/161653797700.2770958.5801990354413178228.stgit@warthog.procyon.org.uk/ # v5Link: https://lore.kernel.org/r/161789079281.6155.17141344853277186500.stgit@warthog.procyon.org.uk/ # v6

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Tue, 03 Nov 2020 11:32:41 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3a5829fe - netfs: Make a netfs helper module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/netfs/Kconfig#3a5829fe</link>
        <description>netfs: Make a netfs helper moduleMake a netfs helper module to manage read request segmentation, cachingsupport and transparent huge page support on behalf of a networkfilesystem.Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Reviewed-and-tested-by: Jeff Layton &lt;jlayton@redhat.com&gt;Tested-by: Dave Wysochanski &lt;dwysocha@redhat.com&gt;Tested-By: Marc Dionne &lt;marc.dionne@auristor.com&gt;cc: Matthew Wilcox &lt;willy@infradead.org&gt;cc: linux-mm@kvack.orgcc: linux-cachefs@redhat.comcc: linux-afs@lists.infradead.orgcc: linux-nfs@vger.kernel.orgcc: linux-cifs@vger.kernel.orgcc: ceph-devel@vger.kernel.orgcc: v9fs-developer@lists.sourceforge.netcc: linux-fsdevel@vger.kernel.orgLink: https://lore.kernel.org/r/160588496284.3465195.10102643717770106661.stgit@warthog.procyon.org.uk/ # rfcLink: https://lore.kernel.org/r/161118135638.1232039.1622182202673126285.stgit@warthog.procyon.org.uk/ # rfcLink: https://lore.kernel.org/r/161161031028.2537118.1213974428943508753.stgit@warthog.procyon.org.uk/ # v2Link: https://lore.kernel.org/r/161340391427.1303470.14884950716721956560.stgit@warthog.procyon.org.uk/ # v3Link: https://lore.kernel.org/r/161539531569.286939.18317119181653706665.stgit@warthog.procyon.org.uk/ # v4Link: https://lore.kernel.org/r/161653790328.2770958.6710423217716151549.stgit@warthog.procyon.org.uk/ # v5Link: https://lore.kernel.org/r/161789071202.6155.16519256513958534906.stgit@warthog.procyon.org.uk/ # v6

            List of files:
            /linux-6.15/fs/netfs/Kconfig</description>
        <pubDate>Fri, 30 Oct 2020 15:26:31 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
