NTFS: Implement support for sector sizes above 512 bytes (up to the maximum
[linux-2.6-block.git] / fs / ntfs / ChangeLog
index 4a62201e8441a1026962f072970cf6fde59eb5a3..e66b4ac2fade6cf27bfd166bf405de3ea30de058 100644 (file)
@@ -21,8 +21,14 @@ ToDo/Notes:
 
 2.1.26 - Minor bug fixes and updates.
 
+       - Fix a potential overflow in file.c where a cast to s64 was missing in
+         a left shift of a page index.
+       - The struct inode has had its i_sem semaphore changed to a mutex named
+         i_mutex.
        - We have struct kmem_cache now so use it instead of the typedef
          kmem_cache_t.  (Pekka Enberg)
+       - Implement support for sector sizes above 512 bytes (up to the maximum
+         supported by NTFS which is 4096 bytes).
        - Miscellaneous updates to layout.h.
        - Cope with attribute list attribute having invalid flags.  Windows
          copes with this and even chkdsk does not detect or fix this so we