<?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>925c86a1 - fs: add CONFIG_BUFFER_HEAD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#925c86a1</link>
        <description>fs: add CONFIG_BUFFER_HEADAdd a new config option that controls building the buffer_head code, andselect it from all file systems and stacking drivers that need it.For the block device nodes and alternative iomap based buffered I/O pathis provided when buffer_head support is not enabled, and iomap needs aa small tweak to define the IOMAP_F_BUFFER_HEAD flag to 0 to not callinto the buffer_head code when it doesn&apos;t exist.Otherwise this is just Kconfig and ifdef changes.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Luis Chamberlain &lt;mcgrof@kernel.org&gt;Reviewed-by: Johannes Thumshirn &lt;johannes.thumshirn@wdc.com&gt;Link: https://lore.kernel.org/r/20230801172201.1923299-7-hch@lst.deSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Tue, 01 Aug 2023 17:22:01 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>0c1bc6b8 - docs: filesystems: fix renamed references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#0c1bc6b8</link>
        <description>docs: filesystems: fix renamed referencesSome filesystem references got broken by a previous patchseries I submitted. Address those.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Acked-by: David Sterba &lt;dsterba@suse.com&gt; # fs/affs/KconfigLink: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.orgSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Tue, 14 Apr 2020 16:48:37 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>acd4fd07 - fs/adfs: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#acd4fd07</link>
        <description>fs/adfs: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.Acked-by: Stuart Swales &lt;stuart.swales.croftnuisk@gmail.com&gt;Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Thu, 17 Jan 2013 02:54:03 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4688a066 - adfs: remove the big kernel lock</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#4688a066</link>
        <description>adfs: remove the big kernel lockAccording to Russell King, adfs was written to not require the bigkernel lock, and all inode updates are done under adfs_dir_lock.All other metadata in adfs is read-only and does not require locking.The use of the BKL is the result of various pushdowns from the VFSoperations.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Russell King &lt;rmk@arm.linux.org.uk&gt;Cc: Stuart Swales &lt;stuart.swales.croftnuisk@gmail.com&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Sat, 22 Jan 2011 19:05:05 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6de5bd12 - BKL: introduce CONFIG_BKL.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#6de5bd12</link>
        <description>BKL: introduce CONFIG_BKL.With all the patches we have queued in the BKL removal tree, only afew dozen modules are left that actually rely on the BKL, and eventhere are lots of low-hanging fruit. We need to decide what to doabout them, this patch illustrates one of the options:Every user of the BKL is marked as &apos;depends on BKL&apos; in Kconfig,and the CONFIG_BKL becomes a user-visible option. If it getsdisabled, no BKL using module can be built any more and the BKLcode itself is compiled out.The one exception is file locking, which is practically alwaysenabled and does a &apos;select BKL&apos; instead. This effectively forcesCONFIG_BKL to be enabled until we have solved the fs/lockdmess and can apply the patch that removes the BKL from fs/locks.c.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Sat, 11 Sep 2010 16:00:57 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>bc2de2ae - fs/Kconfig: move adfs out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/adfs/Kconfig#bc2de2ae</link>
        <description>fs/Kconfig: move adfs outSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

            List of files:
            /linux-6.15/fs/adfs/Kconfig</description>
        <pubDate>Thu, 22 Jan 2009 07:48:46 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
