patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / Documentation / filesystems / ntfs.txt
index 556f851..018ec96 100644 (file)
@@ -273,6 +273,31 @@ ChangeLog
 
 Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog.
 
+2.1.14:
+       - Fix an NFSd caused deadlock reported by several users.
+2.1.13:
+       - Implement writing of inodes (access time updates are not implemented
+         yet so mounting with -o noatime,nodiratime is enforced).
+       - Enable writing out of resident files so you can now overwrite any
+         uncompressed, unencrypted, nonsparse file as long as you do not
+         change the file size.
+       - Add housekeeping of ntfs system files so that ntfsfix no longer needs
+         to be run after writing to an NTFS volume.
+         NOTE:  This still leaves quota tracking and user space journalling on
+         the side but they should not cause data corruption.  In the worst
+         case the charged quotas will be out of date ($Quota) and some
+         userspace applications might get confused due to the out of date
+         userspace journal ($UsnJrnl).
+2.1.12:
+       - Fix the second fix to the decompression engine from the 2.1.9 release
+         and some further internals cleanups.
+2.1.11:
+       - Driver internal cleanups.
+2.1.10:
+       - Force read-only (re)mounting of volumes with unsupported volume
+         flags and various cleanups.
+2.1.9:
+       - Fix two bugs in handling of corner cases in the decompression engine.
 2.1.8:
        - Read the $MFT mirror and compare it to the $MFT and if the two do not
          match, force a read-only mount and do not allow read-write remounts.