diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 67994c9c248f..a6d2b943a148 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -139,6 +139,12 @@ ToDo/Notes: | |||
139 | and ntfs_mapping_pairs_build() to allow the runlist encoding to be | 139 | and ntfs_mapping_pairs_build() to allow the runlist encoding to be |
140 | partial which is desirable when filling holes in sparse attributes. | 140 | partial which is desirable when filling holes in sparse attributes. |
141 | Update all callers. | 141 | Update all callers. |
142 | - Change ntfs_map_runlist_nolock() to only decompress the mapping pairs | ||
143 | if the requested vcn is inside it. Otherwise we get into problems | ||
144 | when we try to map an out of bounds vcn because we then try to map | ||
145 | the already mapped runlist fragment which causes | ||
146 | ntfs_mapping_pairs_decompress() to fail and return error. Update | ||
147 | ntfs_attr_find_vcn_nolock() accordingly. | ||
142 | 148 | ||
143 | 2.1.22 - Many bug and race fixes and error handling improvements. | 149 | 2.1.22 - Many bug and race fixes and error handling improvements. |
144 | 150 | ||