]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
authorTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:20:20 +0000 (00:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 2015 04:20:20 +0000 (00:20 -0400)
commitf0874de532a65306c56808b0ff086419a8b15f65
treef3dde98c90676ec472392b7704e5c6a0d5f44ff5
parente0a00d932122536ce8360cce768e615e0656ca86
ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames

For encrypted directories, we need to pass in a separate parameter for
the decrypted filename, since the directory entry contains the
encrypted filename.

Change-Id: I2d1a78e65cb81152cae108ce7faadc28b52e0abe
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/inline.c
fs/ext4/namei.c