Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ubifs: Document sysfs nodes

Add documentation for the new sysfs nodes

/sys/fs/ubifs/ubiX_Y/errors_magic
/sys/fs/ubifs/ubiX_Y/errors_node
/sys/fs/ubifs/ubiX_Y/errors_crc

Signed-off-by: Stefan Schaeckeler <sschaeck@cisco.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Stefan Schaeckeler and committed by
Richard Weinberger
58225631 2e3cbf42

+36
+35
Documentation/ABI/testing/sysfs-fs-ubifs
··· 1 + What: /sys/fs/ubifsX_Y/error_magic 2 + Date: October 2021 3 + KernelVersion: 5.16 4 + Contact: linux-mtd@lists.infradead.org 5 + Description: 6 + Exposes magic errors: every node starts with a magic number. 7 + 8 + This counter keeps track of the number of accesses of nodes 9 + with a corrupted magic number. 10 + 11 + The counter is reset to 0 with a remount. 12 + 13 + What: /sys/fs/ubifsX_Y/error_node 14 + Date: October 2021 15 + KernelVersion: 5.16 16 + Contact: linux-mtd@lists.infradead.org 17 + Description: 18 + Exposes node errors. Every node embeds its type. 19 + 20 + This counter keeps track of the number of accesses of nodes 21 + with a corrupted node type. 22 + 23 + The counter is reset to 0 with a remount. 24 + 25 + What: /sys/fs/ubifsX_Y/error_crc 26 + Date: October 2021 27 + KernelVersion: 5.16 28 + Contact: linux-mtd@lists.infradead.org 29 + Description: 30 + Exposes crc errors: every node embeds a crc checksum. 31 + 32 + This counter keeps track of the number of accesses of nodes 33 + with a bad crc checksum. 34 + 35 + The counter is reset to 0 with a remount.
+1
MAINTAINERS
··· 19444 19444 W: http://www.linux-mtd.infradead.org/doc/ubifs.html 19445 19445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next 19446 19446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes 19447 + F: Documentation/ABI/testing/sysfs-fs-ubifs 19447 19448 F: Documentation/filesystems/ubifs-authentication.rst 19448 19449 F: Documentation/filesystems/ubifs.rst 19449 19450 F: fs/ubifs/