diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index b0cc43bd2974..beed90c9f551 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -70,6 +70,9 @@ ToDo/Notes: | |||
70 | - Add BUG() checks to ntfs_attr_make_non_resident() and ntfs_attr_set() | 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 | 71 | to ensure that these functions are never called for compressed or |
72 | encrypted attributes. | 72 | encrypted attributes. |
73 | - Fix cluster (de)allocators to work when the runlist is NULL and more | ||
74 | importantly to take a locked runlist rather than them locking it | ||
75 | which leads to lock reversal. | ||
73 | 76 | ||
74 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 77 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
75 | many bug fixes, cleanups, and enhancements... | 78 | many bug fixes, cleanups, and enhancements... |