<?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>3ca4bec4 - f2fs: switch to using the crc32 library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#3ca4bec4</link>
        <description>f2fs: switch to using the crc32 libraryNow that the crc32() library function takes advantage ofarchitecture-specific optimizations, it is unnecessary to go through thecrypto API.  Just use crc32().  This is much simpler, and it improvesperformance due to eliminating the crypto API overhead.Reviewed-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Acked-by: Chao Yu &lt;chao@kernel.org&gt;Link: https://lore.kernel.org/r/20241202010844.144356-19-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Mon, 02 Dec 2024 01:08:43 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>925c86a1 - fs: add CONFIG_BUFFER_HEAD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/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/f2fs/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>7f8e249d - f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#7f8e249d</link>
        <description>f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemUnfair rwsem should be used when blk-cg is on. Otherwise, there is regression.FYI, we noticed a -26.7% regression of aim7.jobs-per-min due to commit:commit: e4544b63a7ee49e7fbebf35ece0a6acd3b9617ae (&quot;f2fs: move f2fs to use reader-unfair rwsems&quot;)https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git masterin testcase: aim7on test machine: 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memorywith following parameters:	disk: 4BRD_12G	md: RAID0	fs: f2fs	test: sync_disk_rw	load: 100	cpufreq_governor: performance	ucode: 0x500320atest-description: AIM7 is a traditional UNIX system level benchmark suite which is used to test and measure the performance of multiuser system.test-url: https://sourceforge.net/projects/aimbench/files/aim-suite7/Reported-by: kernel test robot &lt;oliver.sang@intel.com&gt;Reviewed-by: Chao Yu &lt;chao@kernel.org&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Thu, 03 Mar 2022 21:21:27 +0000</pubDate>
        <dc:creator>Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1517c1a7 - f2fs: implement iomap operations</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#1517c1a7</link>
        <description>f2fs: implement iomap operationsImplement &apos;struct iomap_ops&apos; for f2fs, in preparation for making f2fsuse iomap for direct I/O.Note that this may be used for other things besides direct I/O in thefuture; however, for now I&apos;ve only tested it for direct I/O.Signed-off-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 23 Jul 2021 07:59:20 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>52118743 - f2fs: separate out iostat feature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#52118743</link>
        <description>f2fs: separate out iostat featureAdded F2FS_IOSTAT config option to support getting IO statistics throughsysfs and printing out periodic IO statistics tracepoint events andmoved I/O statistics related codes into separate files for bettermaintenance.Signed-off-by: Daeho Jeong &lt;daehojeong@google.com&gt;Reviewed-by: Chao Yu &lt;chao@kernel.org&gt;[Jaegeuk Kim: set default=y]Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 20 Aug 2021 03:52:28 +0000</pubDate>
        <dc:creator>Daeho Jeong &lt;daehojeong@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6b3ba1e7 - f2fs: Kconfig: clean up config options about compression</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#6b3ba1e7</link>
        <description>f2fs: Kconfig: clean up config options about compressionIn fs/f2fs/Kconfig, F2FS_FS_LZ4HC depends on F2FS_FS_LZ4 and F2FS_FS_LZ4depends on F2FS_FS_COMPRESSION, so no need to make F2FS_FS_LZ4HC dependson F2FS_FS_COMPRESSION explicitly, remove the redudant &quot;depends on&quot;, dothe similar thing for F2FS_FS_LZORLE.At the same time, it is better to move F2FS_FS_LZORLE next to F2FS_FS_LZO,it looks like a little more clear when make menuconfig, the location of&quot;LZO-RLE compression support&quot; is under &quot;LZO compression support&quot; insteadof &quot;F2FS compression feature&quot;.Without this patch:F2FS compression feature  LZO compression support  LZ4 compression support    LZ4HC compression support  ZSTD compression support  LZO-RLE compression supportWith this patch:F2FS compression feature  LZO compression support    LZO-RLE compression support  LZ4 compression support    LZ4HC compression support  ZSTD compression supportSigned-off-by: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Reviewed-by: Chao Yu &lt;chao@kernel.org&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Thu, 05 Aug 2021 13:30:24 +0000</pubDate>
        <dc:creator>Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>72f85881 - f2fs: compress: Allow modular (de)compression algorithms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#72f85881</link>
        <description>f2fs: compress: Allow modular (de)compression algorithmsIf F2FS_FS is modular, enabling the compressions optionsF2FS_FS_{LZ4,LZ4HZ,LZO,LZORLE,ZSTD} will make the (de)compressionalgorithms {LZ4,LZ4HC,LZO,ZSTD}_{,DE}COMPRESS builtin instead ofmodular, as the former depend on an intermediate booleanF2FS_FS_COMPRESSION, which in-turn depends on tristate F2FS_FS.Indeed, if a boolean symbol A depends directly on a tristate symbol Band selects another tristate symbol C:    tristate B    tristate C    bool A      depends on B      select Cand B is modular, then C will also be modular.However, if there is an intermediate boolean D in the dependency chainbetween A and B:    tristate B    tristate C    bool D      depends on B    bool A      depends on D      select Cthen the modular state won&apos;t propagate from B to C, and C will bebuiltin instead of modular.As modular dependency propagation through intermediate symbols isobscure, fix this in a robust way by moving the selection of tristate(de)compression algorithms from the boolean compression options to thetristate main F2FS_FS option.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Chao Yu &lt;yuchao0@huawei.com&gt;Reviewed-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 26 Feb 2021 15:51:42 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>d5f7bc00 - f2fs: deprecate f2fs_trace_io</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#d5f7bc00</link>
        <description>f2fs: deprecate f2fs_trace_ioThis patch deprecates f2fs_trace_io, since f2fs uses page-&gt;private more broadly,resulting in more buggy cases.Acked-by: Chao Yu &lt;yuchao0@huawei.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Thu, 14 Jan 2021 21:59:09 +0000</pubDate>
        <dc:creator>Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3fde13f8 - f2fs: compress: support compress level</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#3fde13f8</link>
        <description>f2fs: compress: support compress levelExpand &apos;compress_algorithm&apos; mount option to accept parameter as format of&lt;algorithm&gt;:&lt;level&gt;, by this way, it gives a way to allow user to do morespecified config on lz4 and zstd compression level, then f2fs compressioncan provide higher compress ratio.In order to set compress level for lz4 algorithm, it needs to setCONFIG_LZ4HC_COMPRESS and CONFIG_F2FS_FS_LZ4HC config to enable lz4hccompress algorithm.CR and performance number on lz4/lz4hc algorithm:dd if=enwik9 of=compressed_file conv=fsyncOriginal blocks:	244382			lz4			lz4hc-9compressed blocks	170647			163270compress ratio		69.8%			66.8%speed			16.4207 s, 60.9 MB/s	26.7299 s, 37.4 MB/scompress ratio = after / beforeSigned-off-by: Chao Yu &lt;yuchao0@huawei.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 22 Jan 2021 09:46:43 +0000</pubDate>
        <dc:creator>Chao Yu &lt;yuchao0@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>6d92b201 - f2fs: compress: support lzo-rle compress algorithm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#6d92b201</link>
        <description>f2fs: compress: support lzo-rle compress algorithmLZO-RLE extension (run length encoding) was introduced to improveperformance of LZO algorithm in scenario of data contains many zeros,zram has changed to use this extended algorithm by default, thispatch adds to support this algorithm extension, to enable thisextension, it needs to enable F2FS_FS_LZO and F2FS_FS_LZORLE config,and specifies &quot;compress_algorithm=lzo-rle&quot; mountoption.Signed-off-by: Chao Yu &lt;yuchao0@huawei.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Wed, 08 Apr 2020 11:56:32 +0000</pubDate>
        <dc:creator>Chao Yu &lt;yuchao0@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>50cfa66f - f2fs: compress: support zstd compress algorithm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#50cfa66f</link>
        <description>f2fs: compress: support zstd compress algorithmAdd zstd compress algorithm support, use &quot;compress_algorithm=zstd&quot;mountoption to enable it.Signed-off-by: Chao Yu &lt;yuchao0@huawei.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Tue, 03 Mar 2020 09:46:02 +0000</pubDate>
        <dc:creator>Chao Yu &lt;yuchao0@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>fc7100ea - f2fs: Add f2fs stats to sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#fc7100ea</link>
        <description>f2fs: Add f2fs stats to sysfsCurrently f2fs stats are only available from /d/f2fs/status. This patchadds some of the f2fs stats to sysfs so that they are accessible evenwhen debugfs is not mounted.The following sysfs nodes are added:-/sys/fs/f2fs/&lt;disk&gt;/free_segments-/sys/fs/f2fs/&lt;disk&gt;/cp_foreground_calls-/sys/fs/f2fs/&lt;disk&gt;/cp_background_calls-/sys/fs/f2fs/&lt;disk&gt;/gc_foreground_calls-/sys/fs/f2fs/&lt;disk&gt;/gc_background_calls-/sys/fs/f2fs/&lt;disk&gt;/moved_blocks_foreground-/sys/fs/f2fs/&lt;disk&gt;/moved_blocks_background-/sys/fs/f2fs/&lt;disk&gt;/avg_vblocksSigned-off-by: Hridya Valsaraju &lt;hridya@google.com&gt;[Jaegeuk Kim: allow STAT_FS without DEBUG_FS]Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Wed, 22 Jan 2020 18:51:16 +0000</pubDate>
        <dc:creator>Hridya Valsaraju &lt;hridya@google.com&gt;</dc:creator>
    </item>
<item>
        <title>4c8ff709 - f2fs: support data compression</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#4c8ff709</link>
        <description>f2fs: support data compressionThis patch tries to support compression in f2fs.- New term named cluster is defined as basic unit of compression, file canbe divided into multiple clusters logically. One cluster includes 4 &lt;&lt; n(n &gt;= 0) logical pages, compression size is also cluster size, each ofcluster can be compressed or not.- In cluster metadata layout, one special flag is used to indicate clusteris compressed one or normal one, for compressed cluster, following metadatamaps cluster to [1, 4 &lt;&lt; n - 1] physical blocks, in where f2fs storesdata including compress header and compressed data.- In order to eliminate write amplification during overwrite, F2FS onlysupport compression on write-once file, data can be compressed only whenall logical blocks in file are valid and cluster compress ratio is lowerthan specified threshold.- To enable compression on regular inode, there are three ways:* chattr +c file* chattr +c dir; touch dir/file* mount w/ -o compress_extension=ext; touch file.extCompress metadata layout:                             [Dnode Structure]             +-----------------------------------------------+             | cluster 1 | cluster 2 | ......... | cluster N |             +-----------------------------------------------+             .           .                       .           .       .                       .                .                      .  .         Compressed Cluster       .        .        Normal Cluster            .+----------+---------+---------+---------+  +---------+---------+---------+---------+|compr flag| block 1 | block 2 | block 3 |  | block 1 | block 2 | block 3 | block 4 |+----------+---------+---------+---------+  +---------+---------+---------+---------+           .                             .         .                                           .       .                                                           .      +-------------+-------------+----------+----------------------------+      | data length | data chksum | reserved |      compressed data       |      +-------------+-------------+----------+----------------------------+Changelog:20190326:- fix error handling of read_end_io().- remove unneeded comments in f2fs_encrypt_one_page().20190327:- fix wrong use of f2fs_cluster_is_full() in f2fs_mpage_readpages().- don&apos;t jump into loop directly to avoid uninitialized variables.- add TODO tag in error path of f2fs_write_cache_pages().20190328:- fix wrong merge condition in f2fs_read_multi_pages().- check compressed file in f2fs_post_read_required().20190401- allow overwrite on non-compressed cluster.- check cluster meta before writing compressed data.20190402- don&apos;t preallocate blocks for compressed file.- add lz4 compress algorithm- process multiple post read works in one workqueue  Now f2fs supports processing post read work in multiple workqueue,  it shows low performance due to schedule overhead of multiple  workqueue executing orderly.20190921- compress: support buffered overwriteC: compress cluster flagV: valid block addressN: NEW_ADDROne cluster contain 4 blocks before overwrite   after overwrite- VVVV		-&gt;	CVNN- CVNN		-&gt;	VVVV- CVNN		-&gt;	CVNN- CVNN		-&gt;	CVVV- CVVV		-&gt;	CVNN- CVVV		-&gt;	CVVV20191029- add kconfig F2FS_FS_COMPRESSION to isolate compression relatedcodes, add kconfig F2FS_FS_{LZO,LZ4} to cover backend algorithm.note that: will remove lzo backend if Jaegeuk agreed that too.- update codes according to Eric&apos;s comments.20191101- apply fixes from Jaegeuk20191113- apply fixes from Jaegeuk- split workqueue for fsverity20191216- apply fixes from Jaegeuk20200117- fix to avoid NULL pointer dereference[Jaegeuk Kim]- add tracepoint for f2fs_{,de}compress_pages()- fix many bugs and add some compression stats- fix overwrite/mmap bugs- address 32bit build error, reported by Geert.- bug fixes when handling errors and i_compressed_blocksReported-by: &lt;noreply@ellerman.id.au&gt;Signed-off-by: Chao Yu &lt;yuchao0@huawei.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 01 Nov 2019 10:07:14 +0000</pubDate>
        <dc:creator>Chao Yu &lt;yuchao0@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>ede7a09f - fscrypt: Allow modular crypto algorithms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#ede7a09f</link>
        <description>fscrypt: Allow modular crypto algorithmsThe commit 643fa9612bf1 (&quot;fscrypt: remove filesystem specificbuild config option&quot;) removed modular support for fs/crypto.  Thiscauses the Crypto API to be built-in whenever fscrypt is enabled.This makes it very difficult for me to test modular builds ofthe Crypto API without disabling fscrypt which is a pain.As fscrypt is still evolving and it&apos;s developing new ties with thefs layer, it&apos;s hard to build it as a module for now.However, the actual algorithms are not required until a filesystemis mounted.  Therefore we can allow them to be built as modules.Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Link: https://lore.kernel.org/r/20191227024700.7vrzuux32uyfdgum@gondor.apana.org.auSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 27 Dec 2019 02:47:00 +0000</pubDate>
        <dc:creator>Herbert Xu &lt;herbert@gondor.apana.org.au&gt;</dc:creator>
    </item>
<item>
        <title>bd7253bc - f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#bd7253bc</link>
        <description>f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYSigned-off-by: Lockywolf &lt;lockywolf@gmail.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Sun, 25 Aug 2019 09:28:38 +0000</pubDate>
        <dc:creator>Lockywolf &lt;lockywolf@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>aabc172b - f2fs: Fix build error while CONFIG_NLS=m</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#aabc172b</link>
        <description>f2fs: Fix build error while CONFIG_NLS=mIf CONFIG_F2FS_FS=y but CONFIG_NLS=m, building fails:fs/f2fs/file.o: In function `f2fs_ioctl&apos;:file.c:(.text+0xb86f): undefined reference to `utf16s_to_utf8s&apos;file.c:(.text+0xe651): undefined reference to `utf8s_to_utf16s&apos;Select CONFIG_NLS to fix this.Reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;Fixes: 61a3da4d5ef8 (&quot;f2fs: support FS_IOC_{GET,SET}FSLABEL&quot;)Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Reviewed-by: Chao Yu &lt;yuchao0@huawei.com&gt;Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Thu, 08 Aug 2019 02:02:53 +0000</pubDate>
        <dc:creator>YueHaibing &lt;yuehaibing@huawei.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/f2fs/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/f2fs/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>643fa961 - fscrypt: remove filesystem specific build config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#643fa961</link>
        <description>fscrypt: remove filesystem specific build config optionIn order to have a common code base for fscrypt &quot;post read&quot; processingfor all filesystems which support encryption, this commit removesfilesystem specific build config option (e.g. CONFIG_EXT4_FS_ENCRYPTION)and replaces it with a build option (i.e. CONFIG_FS_ENCRYPTION) whosevalue affects all the filesystems making use of fscrypt.Reviewed-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Chandan Rajendra &lt;chandan@linux.vnet.ibm.com&gt;Signed-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Wed, 12 Dec 2018 09:50:12 +0000</pubDate>
        <dc:creator>Chandan Rajendra &lt;chandan@linux.vnet.ibm.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/f2fs/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/f2fs/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>73faec4d - f2fs: add mount option to select fault injection ratio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/f2fs/Kconfig#73faec4d</link>
        <description>f2fs: add mount option to select fault injection ratioThis patch adds a mount option to select fault ratio.Signed-off-by: Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;

            List of files:
            /linux-6.15/fs/f2fs/Kconfig</description>
        <pubDate>Fri, 29 Apr 2016 22:34:32 +0000</pubDate>
        <dc:creator>Jaegeuk Kim &lt;jaegeuk@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
