diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index e4fd6134244d..7f4007242893 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -90,7 +90,11 @@ ToDo/Notes: | |||
90 | in the first buffer head instead of a driver global spin lock to | 90 | in the first buffer head instead of a driver global spin lock to |
91 | improve scalability. | 91 | improve scalability. |
92 | - Minor fix to error handling and error message display in | 92 | - Minor fix to error handling and error message display in |
93 | fs/ntfs/aops.c::ntfs_prepare_nonresident_write(). | 93 | fs/ntfs/aops.c::ntfs_prepare_nonresident_write(). |
94 | - Change the mount options {u,f,d}mask to always parse the number as | ||
95 | an octal number to conform to how chmod(1) works, too. Thanks to | ||
96 | Giuseppe Bilotta and Horst von Brand for pointing out the errors of | ||
97 | my ways. | ||
94 | 98 | ||
95 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 99 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
96 | many bug fixes, cleanups, and enhancements... | 100 | many bug fixes, cleanups, and enhancements... |