]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 04:28:04 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 04:28:04 +0000 (21:28 -0700)
commitba91b3e2effd49d04d9286b88fa0ce9253eea7ff
tree2a58af9a6f7573617ab482aea0998389d8b956af
parent3a8e9240b96623af301af18ed40dbdf8e22c41e9
parent1cb2a5d4fbee7352aa82556411b369c054aff98c
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt

Pull fscrypt updates from Ted Ts'o:
 "Clean up fscrypt's dcache revalidation support, and other
  miscellaneous cleanups"

* tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
  fscrypt: cache decrypted symlink target in ->i_link
  vfs: use READ_ONCE() to access ->i_link
  fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
  fscrypt: only set dentry_operations on ciphertext dentries
  fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
  fscrypt: fix race allowing rename() and link() of ciphertext dentries
  fscrypt: clean up and improve dentry revalidation
  fscrypt: use READ_ONCE() to access ->i_crypt_info
  fscrypt: remove WARN_ON_ONCE() when decryption fails
  fscrypt: drop inode argument from fscrypt_get_ctx()
fs/crypto/bio.c
fs/crypto/keyinfo.c
fs/dcache.c
fs/ext4/ext4.h
fs/ext4/namei.c
fs/ext4/readpage.c
fs/ext4/super.c
fs/f2fs/super.c
fs/namei.c
fs/ubifs/super.c
include/linux/dcache.h