]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4 crypto: implement the ext4 encryption write path
authorMichael Halcrow <mhalcrow@google.com>
Sun, 12 Apr 2015 04:55:10 +0000 (00:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 04:55:10 +0000 (00:55 -0400)
commit2058f83a728adffbe00bded4f804b37a5ee58cbe
treee0bc1cf2aa8e3a36e9543567c5c248f785f88e2c
parentdde680cefc842e58524772099a3b8219e5abf551
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>
fs/ext4/extents.c
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/page-io.c