]> err.no Git - linux-2.6/blobdiff - fs/ntfs/ChangeLog
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/x86
[linux-2.6] / fs / ntfs / ChangeLog
index 2a76b1fbbfc020edde05e83bd39216dc028b4388..02f44094bda9da4d0fc21b8c798243cc29750f05 100644 (file)
@@ -77,6 +77,9 @@ ToDo/Notes:
          EOPNOTSUPP is returned.
        - $EA attributes can be both resident and non-resident.
        - Use %z for size_t to fix compilation warnings.  (Andrew Morton)
+       - Fix compilation warnings with gcc-4.0.2 on SUSE 10.0.
+       - Document extended attribute ($EA) NEED_EA flag.  (Based on libntfs
+         patch by Yura Pakhuchiy.)
 
 2.1.24 - Lots of bug fixes and support more clean journal states.
 
@@ -881,7 +884,7 @@ ToDo/Notes:
 
        - Add handling for initialized_size != data_size in compressed files.
        - Reduce function local stack usage from 0x3d4 bytes to just noise in
-         fs/ntfs/upcase.c. (Randy Dunlap <rddunlap@osdl.ord>)
+         fs/ntfs/upcase.c. (Randy Dunlap <rdunlap@xenotime.net>)
        - Remove compiler warnings for newer gcc.
        - Pages are no longer kmapped by mm/filemap.c::generic_file_write()
          around calls to ->{prepare,commit}_write.  Adapt NTFS appropriately