diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 16:07:27 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 16:07:27 -0400 |
commit | af859a42d798f047fbfe198ed315a942662c39d2 (patch) | |
tree | 6c892cbd43284e98cc879f0518dde8efc09740c7 /Documentation | |
parent | 4757d7dff65b56f2115038ad1615725f31806787 (diff) |
NTFS: Prepare for 2.1.23 release: Update documentation and bump version.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ntfs.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt index cb3cb8c06e9d..1415b96ed491 100644 --- a/Documentation/filesystems/ntfs.txt +++ b/Documentation/filesystems/ntfs.txt | |||
@@ -439,6 +439,21 @@ ChangeLog | |||
439 | 439 | ||
440 | Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog. | 440 | Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog. |
441 | 441 | ||
442 | 2.1.23: | ||
443 | - Stamp the user space journal, aka transaction log, aka $UsnJrnl, if | ||
444 | it is present and active thus telling Windows and applications using | ||
445 | the transaction log that changes can have happened on the volume | ||
446 | which are not recorded in $UsnJrnl. | ||
447 | - Detect the case when Windows has been hibernated (suspended to disk) | ||
448 | and if this is the case do not allow (re)mounting read-write to | ||
449 | prevent data corruption when you boot back into the suspended | ||
450 | Windows session. | ||
451 | - Implement extension of resident files using the normal file write | ||
452 | code paths, i.e. most very small files can be extended to be a little | ||
453 | bit bigger but not by much. | ||
454 | - Improve handling of ntfs volumes with errors and strange boot sectors | ||
455 | in particular. | ||
456 | - Fix various bugs. | ||
442 | 2.1.22: | 457 | 2.1.22: |
443 | - Improve handling of ntfs volumes with errors. | 458 | - Improve handling of ntfs volumes with errors. |
444 | - Fix various bugs and race conditions. | 459 | - Fix various bugs and race conditions. |