diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-10 06:06:19 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:26:01 -0400 |
commit | 905685f68fc72844b8c2689c39a5c6c35e840152 (patch) | |
tree | 0ff1d145a7771b24643c1b685ecbb3f791cda6fb /fs/ntfs/ChangeLog | |
parent | 43b01fda8b17b2b63e7dcdeed11c2ebba56b1fc9 (diff) |
NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect
and handle the case where an attribute is converted from resident
to non-resident by a concurrent file write.
- Reorder some operations when converting an attribute from resident
to non-resident (fs/ntfs/attrib.c) so it is safe wrt concurrent
->readpage and ->writepage.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index e0b4adf5adce..b29e0618f358 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -100,6 +100,9 @@ ToDo/Notes: | |||
100 | - Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). | 100 | - Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). |
101 | - Fix sign of various error return values to be negative in | 101 | - Fix sign of various error return values to be negative in |
102 | fs/ntfs/lcnalloc.c. | 102 | fs/ntfs/lcnalloc.c. |
103 | - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect and | ||
104 | handle the case where an attribute is converted from resident to | ||
105 | non-resident by a concurrent file write. | ||
103 | 106 | ||
104 | 2.1.22 - Many bug and race fixes and error handling improvements. | 107 | 2.1.22 - Many bug and race fixes and error handling improvements. |
105 | 108 | ||