]> git.baikalelectronics.ru Git - kernel.git/commit
ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 04:56:26 +0000 (00:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 04:56:26 +0000 (00:56 -0400)
commit58b9ab826b5ab0630c0b5382c741a25485d49ce5
tree7bd66dc3c940e88bea7b01db6b15199e25e5716e
parent0b80b7db9c865a75da04033f4909b084609ecff9
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.

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