From: Michael Halcrow Date: Sun, 12 Apr 2015 04:55:10 +0000 (-0400) Subject: ext4 crypto: implement the ext4 encryption write path X-Git-Tag: omap-for-v4.1/fixes-rc1~89^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2058f83a728adffbe00bded4f804b37a5ee58cbe;p=pandora-kernel.git ext4 crypto: implement the ext4 encryption write path Pulls block_write_begin() into fs/ext4/inode.c because it might need to do a low-level read of the existing data, in which case we need to decrypt it. Signed-off-by: Michael Halcrow Signed-off-by: Ildar Muslukhov Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed