<?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/hpfs/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/hpfs/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>e0cba89d - hpfs: use iomap_fiemap to implement -&gt;fiemap</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hpfs/Kconfig#e0cba89d</link>
        <description>hpfs: use iomap_fiemap to implement -&gt;fiemaphpfs is the last user of generic_block_fiemap, so add a trivialiomap_ops based on the ext2 version and switch to iomap_fiemap.Link: https://lore.kernel.org/r/20210720133341.405438-4-hch@lst.deSigned-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Jan Kara &lt;jack@suse.cz&gt;

            List of files:
            /linux-6.15/fs/hpfs/Kconfig</description>
        <pubDate>Tue, 20 Jul 2021 13:33:40 +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/hpfs/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/hpfs/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/hpfs/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/hpfs/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>637b424b - HPFS: Make HPFS compile on preempt and SMP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hpfs/Kconfig#637b424b</link>
        <description>HPFS: Make HPFS compile on preempt and SMPMake HPFS compile on preempt and SMPSigned-off-by: Mikulas Patocka &lt;mikulas@artax.karlin.mff.cuni.cz&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/hpfs/Kconfig</description>
        <pubDate>Sun, 08 May 2011 18:42:44 +0000</pubDate>
        <dc:creator>Mikulas Patocka &lt;mikulas@artax.karlin.mff.cuni.cz&gt;</dc:creator>
    </item>
<item>
        <title>9a311b96 - hpfs: remove the BKL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hpfs/Kconfig#9a311b96</link>
        <description>hpfs: remove the BKLThis removes the BKL in hpfs in a rather awfulway, by making the code only work on uniprocessorsystems without kernel preemption, as suggestedby Andi Kleen.The HPFS code probably has close to zero remainingusers on current kernels, all archeological uses ofthe file system can probably be done with the significantrestrictions.The hpfs_lock/hpfs_unlock functions are left in thecode, sincen Mikulas has indicated that he is stillinterested in fixing it in a better way.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Andi Kleen &lt;ak@linux.intel.com&gt;Cc: Mikulas Patocka &lt;mikulas@artax.karlin.mff.cuni.cz&gt;Cc: linux-fsdevel@vger.kernel.org

            List of files:
            /linux-6.15/fs/hpfs/Kconfig</description>
        <pubDate>Sat, 22 Jan 2011 19:26:12 +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/hpfs/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/hpfs/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>928ea192 - fs/Kconfig: move hpfs out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hpfs/Kconfig#928ea192</link>
        <description>fs/Kconfig: move hpfs outSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

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