aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-01-13 10:26:29 -0500
committerAnton Altaparmakov <aia21@cantab.net>2005-05-05 05:47:05 -0400
commit946929d813a3bde095678526dd037ab9ac6efe35 (patch)
treeeb2601dc94364d9d376be372ccaadb304c921653 /fs/ntfs/ChangeLog
parent3834c3f227725e2395840aed82342bda4ee9d379 (diff)
NTFS: Fixup the resident attribute resizing code in
fs/ntfs/aops.c::ntfs_{prepare,commit}_write()() and re-enable it. It should be safe now. (Famous last words...) Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 051c6818aad8..8a249df2b5c2 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -51,6 +51,11 @@ ToDo/Notes:
51 value afterwards when reading the size of the bitmap inode. 51 value afterwards when reading the size of the bitmap inode.
52 - Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect 52 - Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect
53 access to the i_size and other size fields using the size_lock. 53 access to the i_size and other size fields using the size_lock.
54 - Implement extension of resident files in the regular file write code
55 paths (fs/ntfs/aops.c::ntfs_{prepare,commit}_write()). At present
56 this only works until the data attribute becomes too big for the mft
57 record after which we abort the write returning -EOPNOTSUPP from
58 ntfs_prepare_write().
54 59
552.1.22 - Many bug and race fixes and error handling improvements. 602.1.22 - Many bug and race fixes and error handling improvements.
56 61