diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index cf21e0571b68..cd348f0b90e5 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -84,6 +84,10 @@ ToDo/Notes: | |||
84 | - Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the | 84 | - Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the |
85 | definition of ntfs_export_ops from fs/ntfs/super.c to namei.c. Also, | 85 | definition of ntfs_export_ops from fs/ntfs/super.c to namei.c. Also, |
86 | declare ntfs_export_ops in fs/ntfs/ntfs.h. | 86 | declare ntfs_export_ops in fs/ntfs/ntfs.h. |
87 | - Correct sparse file handling. The compressed values need to be | ||
88 | checked and set in the ntfs inode as done for compressed files and | ||
89 | the compressed size needs to be used for vfs inode->i_blocks instead | ||
90 | of the allocated size, again, as done for compressed files. | ||
87 | 91 | ||
88 | 2.1.22 - Many bug and race fixes and error handling improvements. | 92 | 2.1.22 - Many bug and race fixes and error handling improvements. |
89 | 93 | ||