1. d187605 fscrypt: add fscrypt_symlink_getattr() for computing st_size by Eric Biggers · 3 years, 6 months ago
  2. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 1 month ago
  3. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  4. a14d0b6 fscrypt: allow deleting files with unsupported encryption policy by Eric Biggers · 4 years, 1 month ago
  5. 7622350 fscrypt: move body of fscrypt_prepare_setattr() out-of-line by Eric Biggers · 4 years, 1 month ago
  6. ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
  7. 4a4b872 fscrypt: simplify master key locking by Eric Biggers · 4 years, 2 months ago
  8. 234f1b7 fscrypt: remove unnecessary calls to fscrypt_require_key() by Eric Biggers · 4 years, 1 month ago
  9. 159e1de fscrypt: add fscrypt_is_nokey_name() by Eric Biggers · 4 years, 1 month ago
  10. 501e43f fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME by Eric Biggers · 4 years, 3 months ago
  11. 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 3 months ago
  12. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 4 months ago
  13. 3111472 fscrypt: move fscrypt_prepare_symlink() out-of-line by Eric Biggers · 4 years, 4 months ago
  14. 4cc1a3e fscrypt: require that fscrypt_encrypt_symlink() already has key by Eric Biggers · 4 years, 4 months ago
  15. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
  16. d2fe975 fscrypt: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
  17. aa408f8 fscrypt: derive dirhash key for casefolded directories by Daniel Rosenberg · 5 years ago
  18. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  19. 1b3b827 fscrypt: add "fscrypt_" prefix to fname_encrypt() by Eric Biggers · 5 years ago
  20. 886da8b fscrypt: make fscrypt_msg() take inode instead of super_block by Eric Biggers · 5 years ago
  21. 0bb06ca fscrypt: remove unnecessary includes of ratelimit.h by Eric Biggers · 6 years ago
  22. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  23. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  24. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  25. d456a33 fscrypt: only set dentry_operations on ciphertext dentries by Eric Biggers · 6 years ago
  26. 968dd6d fscrypt: fix race allowing rename() and link() of ciphertext dentries by Eric Biggers · 6 years ago
  27. 6cc2486 fscrypt: clean up and improve dentry revalidation by Eric Biggers · 6 years ago
  28. f5e55e7 fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 6 years ago
  29. 544d08f fscrypt: use a common logging function by Eric Biggers · 7 years ago
  30. 0b1dfa4 fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  31. b9db0b4 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  32. 50c961d fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  33. 3b0d883 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  34. 76e81d6 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  35. 32c3cf0 fscrypt: new helper function - fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  36. 94b26f3 fscrypt: new helper function - fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  37. 0ea87a9 fscrypt: new helper function - fscrypt_prepare_link() by Eric Biggers · 7 years ago
  38. efcc7ae fscrypt: new helper function - fscrypt_file_open() by Eric Biggers · 7 years ago