diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 4a62201e8441..e66b4ac2fade 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -21,8 +21,14 @@ ToDo/Notes: | |||
21 | 21 | ||
22 | 2.1.26 - Minor bug fixes and updates. | 22 | 2.1.26 - Minor bug fixes and updates. |
23 | 23 | ||
24 | - Fix a potential overflow in file.c where a cast to s64 was missing in | ||
25 | a left shift of a page index. | ||
26 | - The struct inode has had its i_sem semaphore changed to a mutex named | ||
27 | i_mutex. | ||
24 | - We have struct kmem_cache now so use it instead of the typedef | 28 | - We have struct kmem_cache now so use it instead of the typedef |
25 | kmem_cache_t. (Pekka Enberg) | 29 | kmem_cache_t. (Pekka Enberg) |
30 | - Implement support for sector sizes above 512 bytes (up to the maximum | ||
31 | supported by NTFS which is 4096 bytes). | ||
26 | - Miscellaneous updates to layout.h. | 32 | - Miscellaneous updates to layout.h. |
27 | - Cope with attribute list attribute having invalid flags. Windows | 33 | - Cope with attribute list attribute having invalid flags. Windows |
28 | copes with this and even chkdsk does not detect or fix this so we | 34 | copes with this and even chkdsk does not detect or fix this so we |