diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 7f24cb19c69e..c3b510210743 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -76,11 +76,10 @@ ToDo/Notes: | |||
76 | - Truncate {a,c,m}time to the ntfs supported time granularity when | 76 | - Truncate {a,c,m}time to the ntfs supported time granularity when |
77 | updating the times in the inode in ntfs_setattr(). | 77 | updating the times in the inode in ntfs_setattr(). |
78 | - Fixup handling of sparse, compressed, and encrypted attributes in | 78 | - Fixup handling of sparse, compressed, and encrypted attributes in |
79 | fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(). | 79 | fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(), |
80 | fs/ntfs/aops.c::ntfs_{read,write}page(). | ||
80 | - Make ntfs_write_block() not instantiate sparse blocks if they contain | 81 | - Make ntfs_write_block() not instantiate sparse blocks if they contain |
81 | only zeroes. | 82 | only zeroes. |
82 | - Fixup handling of sparse, compressed, and encrypted attributes in | ||
83 | fs/ntfs/aops.c::ntfs_writepage(). | ||
84 | - Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page | 83 | - Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page |
85 | lock protection over the buffer submission for i/o which allows the | 84 | lock protection over the buffer submission for i/o which allows the |
86 | removal of the get_bh()/put_bh() pairs for each buffer. | 85 | removal of the get_bh()/put_bh() pairs for each buffer. |