diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index e66b4ac2fade..9d8ffa89e2c2 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -29,6 +29,8 @@ ToDo/Notes: | |||
29 | kmem_cache_t. (Pekka Enberg) | 29 | kmem_cache_t. (Pekka Enberg) |
30 | - Implement support for sector sizes above 512 bytes (up to the maximum | 30 | - Implement support for sector sizes above 512 bytes (up to the maximum |
31 | supported by NTFS which is 4096 bytes). | 31 | supported by NTFS which is 4096 bytes). |
32 | - Do more detailed reporting of why we cannot mount read-write by | ||
33 | special casing the VOLUME_MODIFIED_BY_CHKDSK flag. | ||
32 | - Miscellaneous updates to layout.h. | 34 | - Miscellaneous updates to layout.h. |
33 | - Cope with attribute list attribute having invalid flags. Windows | 35 | - Cope with attribute list attribute having invalid flags. Windows |
34 | copes with this and even chkdsk does not detect or fix this so we | 36 | copes with this and even chkdsk does not detect or fix this so we |