diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-19 08:33:40 (GMT) |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-19 08:33:40 (GMT) |
commit | 5c9f6de3b80ca46000bd1b63d892820f9ee32138 (patch) | |
tree | a4ed592a130837cf35052c6496073b4b93f58355 /fs/ntfs/ChangeLog | |
parent | 065d9cac98a5406ecd5a1368f8fd38f55739dee9 (diff) | |
download | linux-5c9f6de3b80ca46000bd1b63d892820f9ee32138.tar.xz |
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/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 49eafbd..c7e9237 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... |