Hi Linus,
The following changes since commit 3215b9d57a2c75c4305a3956ca303d7004485200:
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (2018-03-20 17:44:27 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-4.17-rc2-fixes
for you to fetch changes up to e86281e700cca8a773f9a572fa406adf2784ba5c:
eCryptfs: don't pass up plaintext names when using filename encryption (2018-04-16 18:51:22 +0000)
----------------------------------------------------------------
Minor cleanups and a bug fix to completely ignore unencrypted filenames
in the lower filesystem when filename encryption is enabled at the
eCryptfs layer.
----------------------------------------------------------------
Colin Ian King (1):
ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
Guenter Roeck (1):
ecryptfs: lookup: Don't check if mount_crypt_stat is NULL
Tyler Hicks (1):
eCryptfs: don't pass up plaintext names when using filename encryption
fs/ecryptfs/crypto.c | 41 ++++++++++++++++++++++++++++-------------
fs/ecryptfs/file.c | 21 ++++++++++++++++-----
fs/ecryptfs/inode.c | 3 +--
fs/ecryptfs/keystore.c | 2 +-
4 files changed, 46 insertions(+), 21 deletions(-)