1. aa8bc1a fscrypt: support decrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  2. 41adbcb fscrypt: introduce fscrypt_decrypt_block_inplace() by Eric Biggers · 6 years ago
  3. 53bc1d85 fscrypt: support encrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  4. 03569f2 fscrypt: introduce fscrypt_encrypt_block_inplace() by Eric Biggers · 6 years ago
  5. 2a415a0 fscrypt: remove the "write" part of struct fscrypt_ctx by Eric Biggers · 6 years ago
  6. d2d0727 fscrypt: simplify bounce page handling by Eric Biggers · 6 years ago
  7. d7a02fa Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  8. eea2c05 ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION by Sascha Hauer · 6 years ago
  9. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  10. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  11. 0bf3d5c1 fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory by Eric Biggers · 6 years ago
  12. 968dd6d fscrypt: fix race allowing rename() and link() of ciphertext dentries by Eric Biggers · 6 years ago
  13. 6cc2486 fscrypt: clean up and improve dentry revalidation by Eric Biggers · 6 years ago
  14. e37a784 fscrypt: use READ_ONCE() to access ->i_crypt_info by Eric Biggers · 6 years ago
  15. cd0265f fscrypt: drop inode argument from fscrypt_get_ctx() by Eric Biggers · 6 years ago
  16. f5e55e7 fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 6 years ago
  17. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  18. 0eaab5b fscrypt: move fscrypt_symlink_data to fscrypt_private.h by Eric Biggers · 7 years ago
  19. 76e81d6 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  20. a575784 fscrypt: trim down fscrypt.h includes by Eric Biggers · 7 years ago
  21. dcf0db9 fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c by Eric Biggers · 7 years ago
  22. bb8179e fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h by Eric Biggers · 7 years ago
  23. bdd2347 fscrypt: move fscrypt_operations declaration to fscrypt_supp.h by Eric Biggers · 7 years ago
  24. 1493651 fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions by Eric Biggers · 7 years ago
  25. 542060c fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h by Eric Biggers · 7 years ago
  26. 4fd4b15 fscrypt: move fscrypt_control_page() to supp/notsupp headers by Eric Biggers · 7 years ago
  27. 3d463f2 fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers by Eric Biggers · 7 years ago
  28. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  29. 815dac3 fscrypt: new helper function - fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  30. 32c3cf0 fscrypt: new helper function - fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  31. 94b26f3 fscrypt: new helper function - fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  32. 0ea87a9 fscrypt: new helper function - fscrypt_prepare_link() by Eric Biggers · 7 years ago
  33. d293c3e fscrypt: new helper function - fscrypt_require_key() by Eric Biggers · 7 years ago
  34. f7293e4 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  35. 734f0d2 fscrypt: clean up include file mess by Dave Chinner · 7 years ago[Renamed (79%) from include/linux/fscrypt_common.h]
  36. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  37. af65207 ext4: fix __ext4_new_inode() journal credits calculation by Tahsin Erdogan · 8 years ago
  38. c250b7d fscrypt: make ->dummy_context() return bool by Eric Biggers · 8 years ago
  39. b7e7cf7 fscrypt: add support for AES-128-CBC by Daniel Walter · 8 years ago
  40. 4bfd036 fscrypt: remove fscrypt_symlink_data_len() by Eric Biggers · 8 years ago
  41. 94840e3 fscrypt: eliminate ->prepare_context() operation by Eric Biggers · 8 years ago
  42. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago