aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-10-04 10:18:56 -0400
committerAnton Altaparmakov <aia21@cantab.net>2005-10-04 10:18:56 -0400
commit2d86829b846d1447a6ab5af4060fc9f301521317 (patch)
treedeec965c0fb9681376fc4317846eaf5d0e922f21 /fs/ntfs/ChangeLog
parent2a6fc4e1b0f7d2ec3711d5b1782fb30f78cca765 (diff)
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a function to
extend the allocation of an attributes. Optionally, the data size, but not the initialized size can be extended, too. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 045beda82942..6c5bdfbb7bbf 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -47,6 +47,9 @@ ToDo/Notes:
47 which is zero for a resident attribute but should no longer be zero 47 which is zero for a resident attribute but should no longer be zero
48 once the attribute is non-resident as it then has real clusters 48 once the attribute is non-resident as it then has real clusters
49 allocated. 49 allocated.
50 - Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a function to
51 extend the allocation of an attributes. Optionally, the data size,
52 but not the initialized size can be extended, too.
50 53
512.1.24 - Lots of bug fixes and support more clean journal states. 542.1.24 - Lots of bug fixes and support more clean journal states.
52 55