<?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/minix/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/minix/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/minix/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/minix/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>a687a533 - treewide: simplify Kconfig dependencies for removed archs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/minix/Kconfig#a687a533</link>
        <description>treewide: simplify Kconfig dependencies for removed archsA lot of Kconfig symbols have architecture specific dependencies.In those cases that depend on architectures we have already removed,they can be omitted.Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/fs/minix/Kconfig</description>
        <pubDate>Wed, 07 Mar 2018 22:30:54 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ca40e295 - fs/minix: Drop dependency on H8300</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/minix/Kconfig#ca40e295</link>
        <description>fs/minix: Drop dependency on H8300The H8/300 architecture is gone. Drop dependencies on it.Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/fs/minix/Kconfig</description>
        <pubDate>Fri, 30 Aug 2013 16:52:51 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>61f2e7b0 - bitops: remove minix bitops from asm/bitops.h</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/minix/Kconfig#61f2e7b0</link>
        <description>bitops: remove minix bitops from asm/bitops.hminix bit operations are only used by minix filesystem and useless byother modules.  Because byte order of inode and block bitmaps is differenton each architecture like below:m68k:	big-endian 16bit indexed bitmapsh8300, microblaze, s390, sparc, m68knommu:	big-endian 32 or 64bit indexed bitmapsm32r, mips, sh, xtensa:	big-endian 32 or 64bit indexed bitmaps for big-endian mode	little-endian bitmaps for little-endian modeOthers:	little-endian bitmapsIn order to move minix bit operations from asm/bitops.h to architectureindependent code in minix filesystem, this provides two config options.CONFIG_MINIX_FS_BIG_ENDIAN_16BIT_INDEXED is only selected by m68k.CONFIG_MINIX_FS_NATIVE_ENDIAN is selected by the architectures which usenative byte order bitmaps (h8300, microblaze, s390, sparc, m68knommu,m32r, mips, sh, xtensa).  The architectures which always use little-endianbitmaps do not select these options.Finally, we can remove minix bit operations from asm/bitops.h for allarchitectures.Signed-off-by: Akinobu Mita &lt;akinobu.mita@gmail.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Greg Ungerer &lt;gerg@uclinux.org&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;Cc: Andreas Schwab &lt;schwab@linux-m68k.org&gt;Cc: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;Cc: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Cc: Michal Simek &lt;monstr@monstr.eu&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Hirokazu Takata &lt;takata@linux-m32r.org&gt;Acked-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Acked-by: Paul Mundt &lt;lethal@linux-sh.org&gt;Cc: Chris Zankel &lt;chris@zankel.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/minix/Kconfig</description>
        <pubDate>Wed, 23 Mar 2011 23:42:16 +0000</pubDate>
        <dc:creator>Akinobu Mita &lt;akinobu.mita@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8b1cd7d3 - fs/Kconfig: move minix out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/minix/Kconfig#8b1cd7d3</link>
        <description>fs/Kconfig: move minix outSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

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