Whamcloud - gitweb
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 Aug 2000 14:25:19 +0000 (14:25 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Aug 2000 14:25:19 +0000 (14:25 +0000)
commit3b5386dca8e0008e13351be5de6323576329aa58
treead19dfd7728af19f4f76480737095c4c459ef964
parentb8d164cd2412edc65ba47c573f2abcc254dbbbc9
Many files:
  journal.c: implement loading of ext3 journal for recovery code
  problem.c (fix_problem): return answer from PR_AFTER_CODE to caller.
   Add journal problems.
  recovery.c (journal_recover): user-space ext3 journal recovery code
  unix.c (main) : check journal and do recovery in separate steps
  jfs.h, recovery.c: Files ext3 kernel code.
  jfs_compat.h: Compatibility header file to allow kernel code to be
   linked to e2fsck.
12 files changed:
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/e2fsck.8.in
e2fsck/e2fsck.h
e2fsck/jfs.h [new file with mode: 0644]
e2fsck/jfs_compat.h [new file with mode: 0644]
e2fsck/journal.c
e2fsck/message.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/recovery.c [new file with mode: 0644]
e2fsck/unix.c