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>
Loading
-
mentioned in commit 67a2e4de
-
mentioned in commit 10d8cca2
-
mentioned in commit 6b0c9a71
-
mentioned in commit 24530313
-
mentioned in commit 3e3f2b9e
-
mentioned in commit cb9417c4
-
mentioned in commit 838da495
-
mentioned in commit 046c59c1
-
mentioned in commit dbd7afe9
-
mentioned in commit 72ec3653
-
mentioned in commit adbeec30
-
mentioned in commit 7464b7d9
-
mentioned in commit ecf49427
Please sign in to comment