f2fs.rst (ca31fef11dc83e672415d5925a134749761329bd) f2fs.rst (4f993264fe2965c344f223d854ccbb549b16ed71)
1.. SPDX-License-Identifier: GPL-2.0
2
3==========================================
4WHAT IS Flash-Friendly File System (F2FS)?
5==========================================
6
7NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards, have
8been equipped on a variety systems ranging from mobile to server systems. Since

--- 298 unchanged lines hidden (view full) ---

307inlinecrypt When possible, encrypt/decrypt the contents of encrypted
308 files using the blk-crypto framework rather than
309 filesystem-layer encryption. This allows the use of
310 inline encryption hardware. The on-disk format is
311 unaffected. For more details, see
312 Documentation/block/inline-encryption.rst.
313atgc Enable age-threshold garbage collection, it provides high
314 effectiveness and efficiency on background GC.
1.. SPDX-License-Identifier: GPL-2.0
2
3==========================================
4WHAT IS Flash-Friendly File System (F2FS)?
5==========================================
6
7NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards, have
8been equipped on a variety systems ranging from mobile to server systems. Since

--- 298 unchanged lines hidden (view full) ---

307inlinecrypt When possible, encrypt/decrypt the contents of encrypted
308 files using the blk-crypto framework rather than
309 filesystem-layer encryption. This allows the use of
310 inline encryption hardware. The on-disk format is
311 unaffected. For more details, see
312 Documentation/block/inline-encryption.rst.
313atgc Enable age-threshold garbage collection, it provides high
314 effectiveness and efficiency on background GC.
315discard_unit=%s Control discard unit, the argument can be "block", "segment"
316 and "section", issued discard command's offset/size will be
317 aligned to the unit, by default, "discard_unit=block" is set,
318 so that small discard functionality is enabled.
319 For blkzoned device, "discard_unit=section" will be set by
320 default, it is helpful for large sized SMR or ZNS devices to
321 reduce memory cost by getting rid of fs metadata supports small
322 discard.
315======================== ============================================================
316
317Debugfs Entries
318===============
319
320/sys/kernel/debug/f2fs/ contains information about all the partitions mounted as
321f2fs. Each file shows the whole f2fs information.
322

--- 601 unchanged lines hidden ---
323======================== ============================================================
324
325Debugfs Entries
326===============
327
328/sys/kernel/debug/f2fs/ contains information about all the partitions mounted as
329f2fs. Each file shows the whole f2fs information.
330

--- 601 unchanged lines hidden ---