<?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/hfsplus/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/hfsplus/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/hfsplus/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/hfsplus/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hfsplus/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/hfsplus/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>f168d9fd - hfsplus: drop ACL support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hfsplus/Kconfig#f168d9fd</link>
        <description>hfsplus: drop ACL supportThe HFS+ Access Control Lists have not worked at all for the past fiveyears, and nobody seems to have noticed.  Besides, POSIX draft ACLs arenot compatible with MacOS.  Drop the feature entirely.Link: http://lkml.kernel.org/r/20180714190608.wtnmmtjqeyladkut@eafSigned-off-by: Ernesto A. Fern&#225;ndez &lt;ernesto.mnd.fernandez@gmail.com&gt;Acked-by: Christoph Hellwig &lt;hch@lst.de&gt;Cc: Viacheslav Dubeyko &lt;slava@dubeyko.com&gt;Cc: Jan Kara &lt;jack@suse.cz&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/hfsplus/Kconfig</description>
        <pubDate>Wed, 22 Aug 2018 04:59:23 +0000</pubDate>
        <dc:creator>Ernesto A. Fern&#225;ndez &lt;ernesto.mnd.fernandez@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>91581e4c - fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hfsplus/Kconfig#91581e4c</link>
        <description>fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atThis link is replicated in most filesystems&apos; config stanzas.  Referringto an archived version of that site is pointless as it mostly deals withpatches; user documentation is available elsewhere.Signed-off-by: Adam Borowski &lt;kilobyte@angband.pl&gt;CC: Alexander Viro &lt;viro@zeniv.linux.org.uk&gt;Reviewed-by: Darrick J. Wong &lt;darrick.wong@oracle.com&gt;Acked-by: Jan Kara &lt;jack@suse.cz&gt;Acked-by: Dave Kleikamp &lt;dave.kleikamp@oracle.com&gt;Acked-by: David Sterba &lt;dsterba@suse.com&gt;Acked-by: &quot;Yan, Zheng&quot; &lt;zyan@redhat.com&gt;Acked-by: Chao Yu &lt;yuchao0@huawei.com&gt;Acked-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;Acked-by: Steve French &lt;smfrench@gmail.com&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/fs/hfsplus/Kconfig</description>
        <pubDate>Wed, 20 Dec 2017 13:58:52 +0000</pubDate>
        <dc:creator>Adam Borowski &lt;kilobyte@angband.pl&gt;</dc:creator>
    </item>
<item>
        <title>2c92057e - hfsplus: add necessary declarations for POSIX ACLs support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hfsplus/Kconfig#2c92057e</link>
        <description>hfsplus: add necessary declarations for POSIX ACLs supportThis patchset implements POSIX ACLs support in hfsplus driver.Mac OS X beginning with version 10.4 (&quot;Tiger&quot;) support NFSv4 ACLs, whichare part of the NFSv4 standard.  HFS+ stores ACLs in the form ofspecially named extended attributes (com.apple.system.Security).But this patchset doesn&apos;t use &quot;com.apple.system.Security&quot; extendedattributes.  It implements support of POSIX ACLs in the form of extendedattributes with names &quot;system.posix_acl_access&quot; and&quot;system.posix_acl_default&quot;.  These xattrs are treated only under Linux.POSIX ACLs doesn&apos;t mean something under Mac OS X.  Thereby, this patchset provides opportunity to use POSIX ACLs under Linux on HFS+filesystem.This patch:Add CONFIG_HFSPLUS_FS_POSIX_ACL kernel configuration option, DBG_ACL_MODdebugging flag and acl.h file with declaration of essential functionsfor support POSIX ACLs in hfsplus driver.Signed-off-by: Vyacheslav Dubeyko &lt;slava@dubeyko.com&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: Christoph Hellwig &lt;hch@infradead.org&gt;Cc: Hin-Tak Leung &lt;htl10@users.sourceforge.net&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/hfsplus/Kconfig</description>
        <pubDate>Wed, 11 Sep 2013 21:24:28 +0000</pubDate>
        <dc:creator>Vyacheslav Dubeyko &lt;slava@dubeyko.com&gt;</dc:creator>
    </item>
<item>
        <title>b08bac1f - fs/Kconfig: move hfs, hfsplus out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/hfsplus/Kconfig#b08bac1f</link>
        <description>fs/Kconfig: move hfs, hfsplus outSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

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