diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 1d1dcab3902c..b0cc43bd2974 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -66,6 +66,10 @@ ToDo/Notes: | |||
66 | return LCN_ENOENT when there is no runlist and the allocated size is | 66 | return LCN_ENOENT when there is no runlist and the allocated size is |
67 | zero. | 67 | zero. |
68 | - Fix load_attribute_list() to handle the case of a NULL runlist. | 68 | - Fix load_attribute_list() to handle the case of a NULL runlist. |
69 | - Fix handling of sparse attributes in ntfs_attr_make_non_resident(). | ||
70 | - Add BUG() checks to ntfs_attr_make_non_resident() and ntfs_attr_set() | ||
71 | to ensure that these functions are never called for compressed or | ||
72 | encrypted attributes. | ||
69 | 73 | ||
70 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 74 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
71 | many bug fixes, cleanups, and enhancements... | 75 | many bug fixes, cleanups, and enhancements... |