aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 10:06:18 -0500
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 10:06:18 -0500
commit78264bd9c239237fe356c32d08abf8e52a2d8737 (patch)
treec06736b2677be53b7ec1aafe4e0ad9f42763e35a /fs/ntfs/ChangeLog
parent3ccc7384db3d762e834dfdae13c1d6434b2fdeab (diff)
NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfs
address space operations. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index d35a5c8e3da9..8df10700a930 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -19,13 +19,15 @@ ToDo/Notes:
19 - Enable the code for setting the NT4 compatibility flag when we start 19 - Enable the code for setting the NT4 compatibility flag when we start
20 making NTFS 1.2 specific modifications. 20 making NTFS 1.2 specific modifications.
21 21
222.1.27 - Various bug fixes. 222.1.27 - Various bug fixes and cleanups.
23 23
24 - Fix two compiler warnings on Alpha. Thanks to Andrew Morton for 24 - Fix two compiler warnings on Alpha. Thanks to Andrew Morton for
25 reporting them. 25 reporting them.
26 - Fix an (innocent) off-by-one error in the runlist code. 26 - Fix an (innocent) off-by-one error in the runlist code.
27 - Fix a buggette in an "should be impossible" case handling where we 27 - Fix a buggette in an "should be impossible" case handling where we
28 continued the attribute lookup loop instead of aborting it. 28 continued the attribute lookup loop instead of aborting it.
29 - Use buffer_migrate_page() for the ->migratepage function of all ntfs
30 address space operations.
29 31
302.1.26 - Minor bug fixes and updates. 322.1.26 - Minor bug fixes and updates.
31 33