diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-09 01:04:20 +0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-09 01:04:20 +0400 |
commit | 311120eca0013083f5eb0aff13ffb8aa9fdd050c (patch) | |
tree | f93f77b4fc129b45d7b72c180e9e30a592959d4e /fs/ntfs/ChangeLog | |
parent | 8273d5d4c28a9fde68f830cc6ff61e37e8ae1dca (diff) | |
download | linux-311120eca0013083f5eb0aff13ffb8aa9fdd050c.tar.xz |
NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
fs/ntfs/aops.c::ntfs_readpage().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
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: - Truncate {a,c,m}time to the ntfs supported time granularity when updating the times in the inode in ntfs_setattr(). - Fixup handling of sparse, compressed, and encrypted attributes in - fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(). + fs/ntfs/inode.c::ntfs_read_locked_{,attr_,index_}inode(), + fs/ntfs/aops.c::ntfs_{read,write}page(). - Make ntfs_write_block() not instantiate sparse blocks if they contain only zeroes. - - Fixup handling of sparse, compressed, and encrypted attributes in - fs/ntfs/aops.c::ntfs_writepage(). - Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page lock protection over the buffer submission for i/o which allows the removal of the get_bh()/put_bh() pairs for each buffer. |