]> git.baikalelectronics.ru Git - kernel.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)
commit8a34edd6c33bed2cf811ca142a1546cc95e604da
treebbaa7c514a5b6d7371760ac3ad367586f4e983f0
parentd6f9daae65d354229624016eebff3c0f85f6a061
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]