Files
linux_media/Documentation/filesystems
Chao Yu b62e71be21 f2fs: support errors=remount-ro|continue|panic mountoption
This patch supports errors=remount-ro|continue|panic mount option
for f2fs.

f2fs behaves as below in three different modes:
mode			continue	remount-ro	panic
access ops		normal		noraml		N/A
syscall errors		-EIO		-EROFS		N/A
mount option		rw		ro		N/A
pending dir write	keep		keep		N/A
pending non-dir write	drop		keep		N/A
pending node write	drop		keep		N/A
pending meta write	keep		keep		N/A

By default it uses "continue" mode.

[Yangtao helps to clean up function's name]
Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2023-05-08 11:18:04 -07:00
..
2022-10-05 01:15:38 -05:00
2022-08-02 12:34:04 -04:00
2020-12-10 12:40:07 -06:00
2023-03-27 16:59:17 +04:00
2022-10-20 10:13:27 +02:00
2020-07-09 08:14:01 +02:00
2023-03-28 16:20:15 -07:00
2021-03-25 11:51:23 -06:00