Files
kernel_xiaomi_sm8250/Documentation/filesystems
Daniel Rosenberg 871cd0705c f2fs: checkpoint disabling
Note that, it requires "f2fs: return correct errno in f2fs_gc".

This adds a lightweight non-persistent snapshotting scheme to f2fs.

To use, mount with the option checkpoint=disable, and to return to
normal operation, remount with checkpoint=enable. If the filesystem
is shut down before remounting with checkpoint=enable, it will revert
back to its apparent state when it was first mounted with
checkpoint=disable. This is useful for situations where you wish to be
able to roll back the state of the disk in case of some critical
failure.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
[Jaegeuk Kim: use SB_RDONLY instead of MS_RDONLY]
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2018-11-20 13:59:15 -08:00
..
2018-01-28 17:00:36 +11:00
2018-11-20 13:59:15 -08:00
2018-05-20 16:35:51 -04:00
2018-03-20 17:11:45 +01:00
2018-04-04 14:05:48 -04:00
2018-07-12 10:04:29 -04:00
2018-08-30 17:08:35 +02:00