aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-06-25 12:15:36 -0400
committerAnton Altaparmakov <aia21@cantab.net>2005-06-25 12:15:36 -0400
commitfa3be92317c4ae34edcf5274e8bbeff181e20b7a (patch)
tree84ae4ace6c891aa95b804950283e1f8f3e46c730 /fs/ntfs/ChangeLog
parent1d58b27b8d77ecb816cfa8f846b78c845675eb89 (diff)
NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs()
and ntfs_mapping_pairs_build() to allow the runlist encoding to be partial which is desirable when filling holes in sparse attributes. Update all callers. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index aff749db314c..67994c9c248f 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -135,6 +135,10 @@ ToDo/Notes:
135 - Change the runlist terminator of the newly allocated cluster(s) to 135 - Change the runlist terminator of the newly allocated cluster(s) to
136 LCN_ENOENT in ntfs_attr_make_non_resident(). Otherwise the runlist 136 LCN_ENOENT in ntfs_attr_make_non_resident(). Otherwise the runlist
137 code gets confused. 137 code gets confused.
138 - Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs()
139 and ntfs_mapping_pairs_build() to allow the runlist encoding to be
140 partial which is desirable when filling holes in sparse attributes.
141 Update all callers.
138 142
1392.1.22 - Many bug and race fixes and error handling improvements. 1432.1.22 - Many bug and race fixes and error handling improvements.
140 144