Skip to content

Commit

Permalink
nilfs2: recovery functions
Browse files Browse the repository at this point in the history
This adds recovery function on mount.

Usually the recovery is achieved by just finding the latest super
root.  When logs without checkpoints were appended for data sync
operations after the latest super root, the recovery function will
perform roll forwarding and reconstruct new log(s) with a super root.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ryusuke Konishi authored and Linus Torvalds committed Apr 7, 2009
1 parent f30bf3e commit 0f3e1c7
Showing 1 changed file with 941 additions and 0 deletions.
Loading

0 comments on commit 0f3e1c7

Please sign in to comment.