diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 23:01:16 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 23:01:16 +0100 |
commit | 7d333d6c739a5cd6d60102ea1a9940cbbb0546ec (patch) | |
tree | aa8563971adea0f7b2bdb91cda07057e2a85722e /Documentation | |
parent | e604635c8bea16f6177e6133eb3efbfb4a029ef6 (diff) | |
download | linux-3.10-7d333d6c739a5cd6d60102ea1a9940cbbb0546ec.tar.gz linux-3.10-7d333d6c739a5cd6d60102ea1a9940cbbb0546ec.tar.bz2 linux-3.10-7d333d6c739a5cd6d60102ea1a9940cbbb0546ec.zip |
NTFS: 2.1.24 release and some minor final fixes.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ntfs.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt index eef4aca0c75..a5fbc8e897f 100644 --- a/Documentation/filesystems/ntfs.txt +++ b/Documentation/filesystems/ntfs.txt @@ -439,6 +439,18 @@ ChangeLog Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog. +2.1.24: + - 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. + - Lots of bug fixes and enhancements across the board. 2.1.23: - Stamp the user space journal, aka transaction log, aka $UsnJrnl, if it is present and active thus telling Windows and applications using |