commit | 2058f83a728adffbe00bded4f804b37a5ee58cbe | [log] [tgz] |
---|---|---|
author | Michael Halcrow <mhalcrow@google.com> | Sun Apr 12 00:55:10 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Apr 12 00:55:10 2015 -0400 |
tree | e0bc1cf2aa8e3a36e9543567c5c248f785f88e2c | |
parent | dde680cefc842e58524772099a3b8219e5abf551 [diff] |
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 <mhalcrow@google.com> Signed-off-by: Ildar Muslukhov <ildarm@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>