]> git.baikalelectronics.ru Git - kernel.git/commit
NTFS: Support more clean journal ($LogFile) states.
authorAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 15:12:28 +0000 (16:12 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 8 Sep 2005 15:12:28 +0000 (16:12 +0100)
commit67c1e81120f5866fb040abe485357b4f99847e8a
tree333b235d6903392d269e0e5cab807631ab652854
parent6d0bd2d4207a6071cba57be30b535710d67b5ddc
NTFS: Support more clean journal ($LogFile) states.

      - Support journals ($LogFile) which have been modified by chkdsk.  This
        means users can boot into Windows after we marked the volume dirty.
        The Windows boot will run chkdsk and then reboot.  The user can then
        immediately boot into Linux rather than having to do a full Windows
        boot first before rebooting into Linux and we will recognize such a
        journal and empty it as it is clean by definition.
      - Support journals ($LogFile) with only one restart page as well as
        journals with two different restart pages.  We sanity check both and
        either use the only sane one or the more recent one of the two in the
        case that both are valid.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/ChangeLog
fs/ntfs/Makefile
fs/ntfs/logfile.c
fs/ntfs/logfile.h
fs/ntfs/super.c