1. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  2. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  3. d456a33 fscrypt: only set dentry_operations on ciphertext dentries by Eric Biggers · 6 years ago
  4. 968dd6d fscrypt: fix race allowing rename() and link() of ciphertext dentries by Eric Biggers · 6 years ago
  5. 6cc2486 fscrypt: clean up and improve dentry revalidation by Eric Biggers · 6 years ago
  6. f5e55e7 fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 6 years ago
  7. 544d08f fscrypt: use a common logging function by Eric Biggers · 7 years ago
  8. 0b1dfa4 fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  9. b9db0b4 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  10. 50c961d fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  11. 3b0d883 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  12. 76e81d6 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  13. 32c3cf0 fscrypt: new helper function - fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  14. 94b26f3 fscrypt: new helper function - fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  15. 0ea87a9 fscrypt: new helper function - fscrypt_prepare_link() by Eric Biggers · 7 years ago
  16. efcc7ae fscrypt: new helper function - fscrypt_file_open() by Eric Biggers · 7 years ago