Searched hist:"2 e3cbf425804fb44a005e252f88f93dff108c911" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | sysfs.c | 2e3cbf425804fb44a005e252f88f93dff108c911 Sat Oct 09 23:22:39 CDT 2021 Stefan Schaeckeler <schaecsn@gmx.net> ubifs: Export filesystem error counters
Not all ubifs filesystem errors are propagated to userspace.
Export bad magic, bad node and crc errors via sysfs. This allows userspace to notice filesystem errors:
/sys/fs/ubifs/ubiX_Y/errors_magic /sys/fs/ubifs/ubiX_Y/errors_node /sys/fs/ubifs/ubiX_Y/errors_crc
The counters are reset to 0 with a remount.
Signed-off-by: Stefan Schaeckeler <sschaeck@cisco.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | Makefile | diff 2e3cbf425804fb44a005e252f88f93dff108c911 Sat Oct 09 23:22:39 CDT 2021 Stefan Schaeckeler <schaecsn@gmx.net> ubifs: Export filesystem error counters
Not all ubifs filesystem errors are propagated to userspace.
Export bad magic, bad node and crc errors via sysfs. This allows userspace to notice filesystem errors:
/sys/fs/ubifs/ubiX_Y/errors_magic /sys/fs/ubifs/ubiX_Y/errors_node /sys/fs/ubifs/ubiX_Y/errors_crc
The counters are reset to 0 with a remount.
Signed-off-by: Stefan Schaeckeler <sschaeck@cisco.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | io.c | diff 2e3cbf425804fb44a005e252f88f93dff108c911 Sat Oct 09 23:22:39 CDT 2021 Stefan Schaeckeler <schaecsn@gmx.net> ubifs: Export filesystem error counters
Not all ubifs filesystem errors are propagated to userspace.
Export bad magic, bad node and crc errors via sysfs. This allows userspace to notice filesystem errors:
/sys/fs/ubifs/ubiX_Y/errors_magic /sys/fs/ubifs/ubiX_Y/errors_node /sys/fs/ubifs/ubiX_Y/errors_crc
The counters are reset to 0 with a remount.
Signed-off-by: Stefan Schaeckeler <sschaeck@cisco.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | ubifs.h | diff 2e3cbf425804fb44a005e252f88f93dff108c911 Sat Oct 09 23:22:39 CDT 2021 Stefan Schaeckeler <schaecsn@gmx.net> ubifs: Export filesystem error counters
Not all ubifs filesystem errors are propagated to userspace.
Export bad magic, bad node and crc errors via sysfs. This allows userspace to notice filesystem errors:
/sys/fs/ubifs/ubiX_Y/errors_magic /sys/fs/ubifs/ubiX_Y/errors_node /sys/fs/ubifs/ubiX_Y/errors_crc
The counters are reset to 0 with a remount.
Signed-off-by: Stefan Schaeckeler <sschaeck@cisco.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | super.c | diff 2e3cbf425804fb44a005e252f88f93dff108c911 Sat Oct 09 23:22:39 CDT 2021 Stefan Schaeckeler <schaecsn@gmx.net> ubifs: Export filesystem error counters
Not all ubifs filesystem errors are propagated to userspace.
Export bad magic, bad node and crc errors via sysfs. This allows userspace to notice filesystem errors:
/sys/fs/ubifs/ubiX_Y/errors_magic /sys/fs/ubifs/ubiX_Y/errors_node /sys/fs/ubifs/ubiX_Y/errors_crc
The counters are reset to 0 with a remount.
Signed-off-by: Stefan Schaeckeler <sschaeck@cisco.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|