aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-06-25 12:24:08 -0400
committerAnton Altaparmakov <aia21@cantab.net>2005-06-25 12:24:08 -0400
commit4757d7dff65b56f2115038ad1615725f31806787 (patch)
treeb4a17ecec51c9b1175a22513699ae97c099c5d63 /fs/ntfs/ChangeLog
parentfa3be92317c4ae34edcf5274e8bbeff181e20b7a (diff)
NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs
if the requested vcn is inside it. Otherwise we get into problems when we try to map an out of bounds vcn because we then try to map the already mapped runlist fragment which causes ntfs_mapping_pairs_decompress() to fail and return error. Update ntfs_attr_find_vcn_nolock() accordingly. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog6
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
1432.1.22 - Many bug and race fixes and error handling improvements. 1492.1.22 - Many bug and race fixes and error handling improvements.
144 150