aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2004-11-10 10:57:42 +0000
committerAnton Altaparmakov <aia21@cantab.net>2004-11-10 10:57:42 +0000
commitd586a8d9d5708de5e5c37e0e343898b91d43974c (patch)
tree3b94742aad772468f24b5bb407d4ba895937dad0 /Documentation
parentbf71a676b90ec6b1ac941b79a98c65378ffe5423 (diff)
downloadhistory-d586a8d9d5708de5e5c37e0e343898b91d43974c.tar.gz
NTFS: 2.1.22 - Many bug and race fixes and error handling improvements.
- Cleanup fs/ntfs/aops.c::ntfs_{read,write}page() since we know that a resident attribute will be smaller than a page which makes the code simpler. Also make the code more tolerant to concurrent ->truncate. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/ntfs.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt
index 0db4b537af7252..f89b440fad1dac 100644
--- a/Documentation/filesystems/ntfs.txt
+++ b/Documentation/filesystems/ntfs.txt
@@ -432,6 +432,9 @@ ChangeLog
Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog.
+2.1.22:
+ - Improve handling of ntfs volumes with errors.
+ - Fix various bugs and race conditions.
2.1.21:
- Fix several race conditions and various other bugs.
- Many internal cleanups, code reorganization, optimizations, and mft