]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ntfs/ChangeLog
Pull delete-sigdelayed into release branch
[linux-2.6-omap-h63xx.git] / fs / ntfs / ChangeLog
index 4a62201e8441a1026962f072970cf6fde59eb5a3..9d8ffa89e2c21f3d334811fdd253b12eb6a615ba 100644 (file)
@@ -21,8 +21,16 @@ 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).
+       - Do more detailed reporting of why we cannot mount read-write by
+         special casing the VOLUME_MODIFIED_BY_CHKDSK flag.
        - 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