aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
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 aad2a3f2d1f8..60ba3c5cb2ea 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -37,6 +37,12 @@ ToDo/Notes:
37 - Change ntfs_attr_make_non_resident() to call ntfs_cluster_alloc() 37 - Change ntfs_attr_make_non_resident() to call ntfs_cluster_alloc()
38 with @is_extension set to TRUE and remove the runlist terminator 38 with @is_extension set to TRUE and remove the runlist terminator
39 fixup code as this is now done by ntfs_cluster_alloc(). 39 fixup code as this is now done by ntfs_cluster_alloc().
40 - Change ntfs_attr_make_non_resident to take the attribute value size
41 as an extra parameter. This is needed since we need to know the size
42 before we can map the mft record and our callers always know it. The
43 reason we cannot simply read the size from the vfs inode i_size is
44 that this is not necessarily uptodate. This happens when
45 ntfs_attr_make_non_resident() is called in the ->truncate call path.
40 46
412.1.24 - Lots of bug fixes and support more clean journal states. 472.1.24 - Lots of bug fixes and support more clean journal states.
42 48