aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
diff options
context:
space:
mode:
authorChandan Rajendra <chandan@linux.ibm.com>2019-05-20 09:29:51 -0700
committerEric Biggers <ebiggers@google.com>2019-05-28 10:27:53 -0700
commitec39a36867440995c9675b2800f5ddaeb51b024e (patch)
tree6dc5eeac5604c948473efc01a47c367606978cd9 /fs/ext4/page-io.c
parentext4: decrypt only the needed blocks in ext4_block_write_begin() (diff)
downloadlinux-dev-ec39a36867440995c9675b2800f5ddaeb51b024e.tar.xz
linux-dev-ec39a36867440995c9675b2800f5ddaeb51b024e.zip
ext4: decrypt only the needed block in __ext4_block_zero_page_range()
In __ext4_block_zero_page_range(), only decrypt the block that actually needs to be decrypted, rather than assuming blocksize == PAGE_SIZE and decrypting the whole page. This is in preparation for allowing encryption on ext4 filesystems with blocksize != PAGE_SIZE. Signed-off-by: Chandan Rajendra <chandan@linux.ibm.com> (EB: rebase onto previous changes, improve the commit message, and use bh_offset()) Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/ext4/page-io.c')
0 files changed, 0 insertions, 0 deletions