]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4 crypto: implement the ext4 encryption write path
authorMichael Halcrow <mhalcrow@google.com>
Wed, 8 Apr 2015 04:20:03 +0000 (00:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:20:03 +0000 (00:20 -0400)
commitfc7024d910f62c69424277d793bc310676bf72cc
tree3671abfb9094acaf16c3e6eae9b75cddda2c859f
parent132a56928baef1d7d7e9cfd86abd251e29b95007
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.

Change-Id: I2337918809c43e18454a1d5621024d2699a98666
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