1. ac8894a fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 5 years ago
  2. 3a3ac01 fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  3. cf1f372 fscrypt: only set dentry_operations on ciphertext dentries by Eric Biggers · 6 years ago
  4. ef5b154 fscrypt: fix race allowing rename() and link() of ciphertext dentries by Eric Biggers · 6 years ago
  5. 7c6a569 fscrypt: clean up and improve dentry revalidation by Eric Biggers · 6 years ago
  6. 15e483d fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 6 years ago
  7. 78275d8 fscrypt: use a common logging function by Eric Biggers · 6 years ago
  8. 9d9cb0e fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  9. 549b206 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  10. b0edc2f fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  11. da32a16 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  12. a7e05c7 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  13. ec822ff fscrypt: new helper function - fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  14. 98fe83a fscrypt: new helper function - fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  15. f521870 fscrypt: new helper function - fscrypt_prepare_link() by Eric Biggers · 7 years ago
  16. d61dffb fscrypt: new helper function - fscrypt_file_open() by Eric Biggers · 7 years ago