commit | f64e02fe9bc6a359cab95632b33900094d225ae1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 08 00:00:32 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 08 00:00:32 2015 -0400 |
tree | bbaa7c514a5b6d7371760ac3ad367586f4e983f0 | |
parent | e12fb97222fc41e8442896934f76d39ef99b590a [diff] |
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>