]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4 crypto: add ext4_mpage_readpages()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:16:57 +0000 (00:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:16:57 +0000 (00:16 -0400)
commitd651de159771da84618f369472409074ffc7f296
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.

Change-Id: I0a115e90ab13861ab3e96641a0eb82b951198ecc
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]