1. ee7bdc6 FBE: Add support for hardware based FBE on f2fs and adapt ext4 fs by Zhen Kong · 5 years ago
  2. 78d7a79 FROMGIT: fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  3. 3252b60 crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  4. e1cc40e fscrypt: log the crypto algorithm implementations by Eric Biggers · 6 years ago
  5. 12d28f7 fscrypt: add Speck128/256 support by Eric Biggers · 6 years ago
  6. 646b7d4 fscrypt: only derive the needed portion of the key by Eric Biggers · 6 years ago
  7. 590f497 fscrypt: separate key lookup from key derivation by Eric Biggers · 6 years ago
  8. 544d08f fscrypt: use a common logging function by Eric Biggers · 6 years ago
  9. 11b8818 fscrypt: remove internal key size constants by Eric Biggers · 6 years ago
  10. 1086c80 fscrypt: remove unnecessary check for non-logon key type by Eric Biggers · 6 years ago
  11. 101c97a fscrypt: don't clear flags on crypto transform by Eric Biggers · 6 years ago
  12. 9919479 fscrypt: remove unnecessary NULL check when allocating skcipher by Eric Biggers · 6 years ago
  13. 3d204e2 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  14. a575784 fscrypt: trim down fscrypt.h includes by Eric Biggers · 7 years ago
  15. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  16. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  17. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  18. d0082e1 fscrypt: move to generic async completion by Gilad Ben-Yossef · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  21. e0428a2 fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED() by Eric Biggers · 7 years ago
  22. d60b5b7 fscrypt: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  23. b7e7cf7 fscrypt: add support for AES-128-CBC by Daniel Walter · 7 years ago
  24. cd39e4b fscrypt: remove unnecessary checks for NULL operations by Eric Biggers · 7 years ago
  25. a643f90 Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  26. 1b53cf9 fscrypt: remove broken support for detecting keyring key revocation by Eric Biggers · 7 years ago
  27. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 7 years ago
  28. 02680b3 fscrypt: remove redundant assignment of res by Colin Ian King · 8 years ago
  29. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  30. 5bbdcbb fscrypt: make test_dummy_encryption require a keyring key by Theodore Ts'o · 8 years ago
  31. fe4f6c8 fscrypt: fix the test_dummy_encryption mount option by Theodore Ts'o · 8 years ago
  32. f32d7ac fscrypt: Delay bounce page pool allocation until needed by David Gstir · 8 years ago
  33. 3325bea fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() by Theodore Ts'o · 8 years ago
  34. a6e0891 fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  35. d83ae73 fscrypto: remove unnecessary includes by Eric Biggers · 8 years ago
  36. 8f39850 fscrypto: improved validation when loading inode encryption metadata by Eric Biggers · 8 years ago
  37. b5a7aef fscrypto/f2fs: allow fs-specific key prefix for fs encryption by Jaegeuk Kim · 8 years ago
  38. d407574 Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  39. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago