]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4 crypto: add ext4_mpage_readpages()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:00:32 +0000 (00:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:00:32 +0000 (00:00 -0400)
commitf64e02fe9bc6a359cab95632b33900094d225ae1
treebbaa7c514a5b6d7371760ac3ad367586f4e983f0
parente12fb97222fc41e8442896934f76d39ef99b590a
ext4 crypto: add ext4_mpage_readpages()

This takes code from fs/mpage.c and optimizes it for ext4.  Its
primary reason is to allow us to more easily add encryption to ext4's
read path in an efficient manner.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/Makefile
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/readpage.c [new file with mode: 0644]