summaryrefslogtreecommitdiff
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-09-19 09:33:40 +0100
committerAnton Altaparmakov <aia21@cantab.net>2005-09-19 09:33:40 +0100
commit5c9f6de3b80ca46000bd1b63d892820f9ee32138 (patch)
treea4ed592a130837cf35052c6496073b4b93f58355 /fs/ntfs/ChangeLog
parent065d9cac98a5406ecd5a1368f8fd38f55739dee9 (diff)
NTFS: Fix various bugs in the runlist merging code. (Based on libntfs
changes by Richard Russon.) Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 49eafbdb15c1..c7e9237379c2 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -92,6 +92,8 @@ ToDo/Notes:
an octal number to conform to how chmod(1) works, too. Thanks to
Giuseppe Bilotta and Horst von Brand for pointing out the errors of
my ways.
+ - Fix various bugs in the runlist merging code. (Based on libntfs
+ changes by Richard Russon.)
2.1.23 - Implement extension of resident files and make writing safe as well as
many bug fixes, cleanups, and enhancements...