<?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/udf/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/udf/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>9636e650 - fs: build the legacy direct I/O code conditionally</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/udf/Kconfig#9636e650</link>
        <description>fs: build the legacy direct I/O code conditionallyAdd a new LEGACY_DIRECT_IO config symbol that is only selected by thefile systems that still use the legacy blockdev_direct_IO code, so thatkernels without support for those file systems don&apos;t need to build thecode.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Jan Kara &lt;jack@suse.cz&gt;Reviewed-by: Eric Biggers &lt;ebiggers@google.com&gt;Link: https://lore.kernel.org/r/20230125065839.191256-3-hch@lst.deSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/fs/udf/Kconfig</description>
        <pubDate>Wed, 25 Jan 2023 06:58:39 +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/udf/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/udf/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/udf/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/udf/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>b8333ea1 - udf: Always require NLS support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/udf/Kconfig#b8333ea1</link>
        <description>udf: Always require NLS supportUDF needs to convert strings between OSTA CS0 charset and standard UTF8.Currently we implement our own utf-16 &lt;-&gt; utf-8 translations which isunnecessary code duplication. Always select NLS so that we can usetranslation functions from there.Signed-off-by: Jan Kara &lt;jack@suse.cz&gt;

            List of files:
            /linux-6.15/fs/udf/Kconfig</description>
        <pubDate>Wed, 11 Apr 2018 10:27:27 +0000</pubDate>
        <dc:creator>Jan Kara &lt;jack@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>2c561bc3 - udf: Update Kconfig description</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/udf/Kconfig#2c561bc3</link>
        <description>udf: Update Kconfig descriptionUpdate description of UDF in Kconfig to mention that UDF is alsosuitable for removable USB disks.Signed-off-by: Jan Kara &lt;jack@suse.cz&gt;

            List of files:
            /linux-6.15/fs/udf/Kconfig</description>
        <pubDate>Mon, 05 Jan 2015 10:04:37 +0000</pubDate>
        <dc:creator>Jan Kara &lt;jack@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>6de5bd12 - BKL: introduce CONFIG_BKL.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/udf/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/udf/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>ddfaccd9 - fs/Kconfig: move iso9660, udf out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/udf/Kconfig#ddfaccd9</link>
        <description>fs/Kconfig: move iso9660, udf outSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

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