Re: [f2fs-dev] [PATCH v2] f2fs: checkpoint disabling

2018-09-28 Thread Jaegeuk Kim
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

Re: [f2fs-dev] [PATCH v2] f2fs: checkpoint disabling

2018-08-04 Thread Jaegeuk Kim
Hi Daniel, Could you please rebase the patch on top of f2fs/dev-test branch? I'd like to review the code by playing with a little bit. Thanks, On 07/25, Daniel Rosenberg wrote: > This adds a lightweight non-persistent snapshotting scheme to f2fs. > > To use, mount with the option checkpoint=dis

[f2fs-dev] [PATCH v2] f2fs: checkpoint disabling

2018-07-25 Thread Daniel Rosenberg via Linux-f2fs-devel
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 stat