<?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>dd348f05 - jbd2: switch to using the crc32c library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/jbd2/Kconfig#dd348f05</link>
        <description>jbd2: switch to using the crc32c libraryNow that the crc32c() library function directly takes advantage ofarchitecture-specific optimizations, it is unnecessary to go through thecrypto API.  Just use crc32c().  This is much simpler, and it improvesperformance due to eliminating the crypto API overhead.Reviewed-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Reviewed-by: Darrick J. Wong &lt;djwong@kernel.org&gt;Acked-by: Theodore Ts&apos;o &lt;tytso@mit.edu&gt;Link: https://lore.kernel.org/r/20241202010844.144356-18-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/fs/jbd2/Kconfig</description>
        <pubDate>Mon, 02 Dec 2024 01:08:42 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&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/jbd2/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/jbd2/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>75497d06 - jbd2: remove debug dependency on debug_fs and update Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/jbd2/Kconfig#75497d06</link>
        <description>jbd2: remove debug dependency on debug_fs and update Kconfig help textCommit b6e96d0067d8 (&quot;jbd2: use module parameters instead of debugfsfor jbd_debug&quot;) removed any need for a dependency on DEBUG_FS.  Italso moved the /sys variables out from underneath the typical debugfsmount point.  Delete the dependency and update the /sys path to wherethe debug settings are currently.Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: &quot;Theodore Ts&apos;o&quot; &lt;tytso@mit.edu&gt;

            List of files:
            /linux-6.15/fs/jbd2/Kconfig</description>
        <pubDate>Thu, 13 Jun 2013 03:07:51 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>01b5adce - jbd2: Grab a reference to the crc32c driver if necessary</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/jbd2/Kconfig#01b5adce</link>
        <description>jbd2: Grab a reference to the crc32c driver if necessaryObtain a reference to the crc32c driver if needed for the v2 checksum.Signed-off-by: Darrick J. Wong &lt;djwong@us.ibm.com&gt;Signed-off-by: &quot;Theodore Ts&apos;o&quot; &lt;tytso@mit.edu&gt;

            List of files:
            /linux-6.15/fs/jbd2/Kconfig</description>
        <pubDate>Sun, 27 May 2012 11:50:56 +0000</pubDate>
        <dc:creator>Darrick J. Wong &lt;djwong@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>b6e3224f - Revert &quot;task_struct: make journal_info conditional&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/jbd2/Kconfig#b6e3224f</link>
        <description>Revert &quot;task_struct: make journal_info conditional&quot;This reverts commit e4c570c4cb7a95dbfafa3d016d2739bf3fdfe319, asrequested by Alexey: &quot;I think I gave a good enough arguments to not merge it.  To iterate:   * patch makes impossible to start using ext3 on EXT3_FS=n kernels     without reboot.   * this is done only for one pointer on task_struct&quot;  None of config options which define task_struct are tristate directly  or effectively.&quot;Requested-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Acked-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/jbd2/Kconfig</description>
        <pubDate>Thu, 17 Dec 2009 21:23:24 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e4c570c4 - task_struct: make journal_info conditional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/jbd2/Kconfig#e4c570c4</link>
        <description>task_struct: make journal_info conditionaljournal_info in task_struct is used in journaling file system only.  Sointroduce CONFIG_FS_JOURNAL_INFO and make it conditional.Signed-off-by: Hiroshi Shimamoto &lt;h-shimamoto@ct.jp.nec.com&gt;Cc: Chris Mason &lt;chris.mason@oracle.com&gt;Cc: &quot;Theodore Ts&apos;o&quot; &lt;tytso@mit.edu&gt;Cc: Steven Whitehouse &lt;swhiteho@redhat.com&gt;Cc: KONISHI Ryusuke &lt;konishi.ryusuke@lab.ntt.co.jp&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/jbd2/Kconfig</description>
        <pubDate>Tue, 15 Dec 2009 02:00:26 +0000</pubDate>
        <dc:creator>Hiroshi Shimamoto &lt;h-shimamoto@ct.jp.nec.com&gt;</dc:creator>
    </item>
<item>
        <title>6da0b38f - fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/jbd2/Kconfig#6da0b38f</link>
        <description>fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outUse fs/*/Kconfig more, which is good because everything related to onefilesystem is in one place and fs/Kconfig is quite fat.Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/jbd2/Kconfig</description>
        <pubDate>Mon, 20 Oct 2008 18:28:45 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
