1. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 9 months ago
  2. e98ad46 fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl by Eric Biggers · 4 years, 10 months ago
  3. 2b4eae9 fscrypt: don't evict dirty inodes after removing key by Eric Biggers · 4 years, 10 months ago
  4. edc440e fscrypt: improve format of no-key names by Daniel Rosenberg · 5 years ago
  5. f592efe fscrypt: clarify what is meant by a per-file key by Eric Biggers · 5 years ago
  6. aa408f8 fscrypt: derive dirhash key for casefolded directories by Daniel Rosenberg · 5 years ago
  7. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  8. 1b3b827 fscrypt: add "fscrypt_" prefix to fname_encrypt() by Eric Biggers · 5 years ago
  9. 13a10da fscrypt: don't print name of busy file when removing key by Eric Biggers · 5 years ago
  10. 2d8f7f1 fscrypt: document gfp_flags for bounce page allocation by Eric Biggers · 5 years ago
  11. 796f12d7 fscrypt: optimize fscrypt_zeroout_range() by Eric Biggers · 5 years ago
  12. f4a0b08 fscrypt: remove redundant bi_status check by Eric Biggers · 5 years ago
  13. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  14. b7e8d3d fscrypt: remove fscrypt_is_direct_key_policy() by Eric Biggers · 5 years ago
  15. ef5b18b fscrypt: move fscrypt_valid_enc_modes() to policy.c by Eric Biggers · 5 years ago
  16. 85af90e fscrypt: check for appropriate use of DIRECT_KEY flag earlier by Eric Biggers · 5 years ago
  17. 393a24a fscrypt: split up fscrypt_supported_policy() by policy version by Eric Biggers · 5 years ago
  18. 2ebdef6 fscrypt: move fscrypt_d_revalidate() to fname.c by Eric Biggers · 5 years ago
  19. 8a4ab0b fscrypt: constify inode parameter to filename encryption functions by Eric Biggers · 5 years ago
  20. 2a5831b fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand() by Eric Biggers · 5 years ago
  21. c64cfb9 fscrypt: verify that the crypto_skcipher has the correct ivsize by Eric Biggers · 5 years ago
  22. 6e1adb8 fscrypt: use crypto_skcipher_driver_name() by Eric Biggers · 5 years ago
  23. 93edd39 fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY by Eric Biggers · 5 years ago
  24. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  25. b103fb7 fscrypt: add support for IV_INO_LBLK_64 policies by Eric Biggers · 5 years ago
  26. ff73c2c fscrypt: avoid data race on fscrypt_mode::logged_impl_name by Eric Biggers · 5 years ago
  27. 6f99756 fscrypt: zeroize fscrypt_info before freeing by Eric Biggers · 5 years ago
  28. 1565bda fscrypt: remove struct fscrypt_ctx by Eric Biggers · 5 years ago
  29. 4006d79 fscrypt: invoke crypto API for ESSIV handling by Eric Biggers · 5 years ago
  30. 5ab7189 fscrypt: require that key be added when setting a v2 encryption policy by Eric Biggers · 5 years ago
  31. 78a1b96b fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl by Eric Biggers · 5 years ago
  32. 23c688b fscrypt: allow unprivileged users to add/remove keys for v2 policies by Eric Biggers · 5 years ago
  33. 5dae460 fscrypt: v2 encryption policy support by Eric Biggers · 5 years ago
  34. c1144c9 fscrypt: add an HKDF-SHA512 implementation by Eric Biggers · 5 years ago
  35. 5a7e299 fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl by Eric Biggers · 5 years ago
  36. b1c0ec3 fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  37. 22d94f4 fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  38. feed825 fscrypt: rename keyinfo.c to keysetup.c by Eric Biggers · 5 years ago
  39. 0109ce76 fscrypt: move v1 policy key setup to keysetup_v1.c by Eric Biggers · 5 years ago
  40. 3ec4f2a6 fscrypt: refactor key setup code in preparation for v2 policies by Eric Biggers · 5 years ago
  41. a828daa fscrypt: rename fscrypt_master_key to fscrypt_direct_key by Eric Biggers · 5 years ago
  42. 59dc6a8 fscrypt: add ->ci_inode to fscrypt_info by Eric Biggers · 5 years ago
  43. 3b6df59 fscrypt: use FSCRYPT_* definitions, not FS_* by Eric Biggers · 5 years ago
  44. 29a98c1 fscrypt: use ENOPKG when crypto API support missing by Eric Biggers · 5 years ago
  45. a4d14e9 fscrypt: improve warnings for missing crypto API support by Eric Biggers · 5 years ago
  46. 63f668f fscrypt: improve warning messages for unsupported encryption contexts by Eric Biggers · 5 years ago
  47. 886da8b fscrypt: make fscrypt_msg() take inode instead of super_block by Eric Biggers · 5 years ago
  48. 1c5100a fscrypt: clean up base64 encoding/decoding by Eric Biggers · 5 years ago
  49. 75798f8 fscrypt: remove loadable module related code by Eric Biggers · 5 years ago
  50. adbd9b4 fscrypt: remove selection of CONFIG_CRYPTO_SHA256 by Eric Biggers · 6 years ago
  51. 0bb06ca fscrypt: remove unnecessary includes of ratelimit.h by Eric Biggers · 6 years ago
  52. 5858bda fscrypt: don't set policy for a dead directory by Hongjie Fang · 6 years ago
  53. ffceeef fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio() by Eric Biggers · 6 years ago
  54. aa8bc1a fscrypt: support decrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  55. 41adbcb fscrypt: introduce fscrypt_decrypt_block_inplace() by Eric Biggers · 6 years ago
  56. 930d453 fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() by Eric Biggers · 6 years ago
  57. 53bc1d85 fscrypt: support encrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  58. 03569f2 fscrypt: introduce fscrypt_encrypt_block_inplace() by Eric Biggers · 6 years ago
  59. eeacfdc fscrypt: clean up some BUG_ON()s in block encryption/decryption by Eric Biggers · 6 years ago
  60. f47fcbb fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block() by Eric Biggers · 6 years ago
  61. 2a415a0 fscrypt: remove the "write" part of struct fscrypt_ctx by Eric Biggers · 6 years ago
  62. d2d0727 fscrypt: simplify bounce page handling by Eric Biggers · 6 years ago
  63. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  64. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  65. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  66. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  67. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  68. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  69. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  70. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  71. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  72. d456a33 fscrypt: only set dentry_operations on ciphertext dentries by Eric Biggers · 6 years ago
  73. 968dd6d fscrypt: fix race allowing rename() and link() of ciphertext dentries by Eric Biggers · 6 years ago
  74. 6cc2486 fscrypt: clean up and improve dentry revalidation by Eric Biggers · 6 years ago
  75. e37a784 fscrypt: use READ_ONCE() to access ->i_crypt_info by Eric Biggers · 6 years ago
  76. ff5d3a9 fscrypt: remove WARN_ON_ONCE() when decryption fails by Eric Biggers · 6 years ago
  77. cd0265f fscrypt: drop inode argument from fscrypt_get_ctx() by Eric Biggers · 6 years ago
  78. d1cae94 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  79. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  80. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  81. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  82. f5e55e7 fscrypt: return -EXDEV for incompatible rename or link into encrypted dir by Eric Biggers · 6 years ago
  83. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  84. 1058ef0 fscrypt: remove CRYPTO_CTR dependency by Eric Biggers · 6 years ago
  85. 8094c3c fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  86. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  87. d54d35c Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  88. e1cc40e fscrypt: log the crypto algorithm implementations by Eric Biggers · 7 years ago
  89. 12d28f7 fscrypt: add Speck128/256 support by Eric Biggers · 7 years ago
  90. 646b7d4 fscrypt: only derive the needed portion of the key by Eric Biggers · 7 years ago
  91. 590f497 fscrypt: separate key lookup from key derivation by Eric Biggers · 7 years ago
  92. 544d08f fscrypt: use a common logging function by Eric Biggers · 7 years ago
  93. 11b8818 fscrypt: remove internal key size constants by Eric Biggers · 7 years ago
  94. 1086c80 fscrypt: remove unnecessary check for non-logon key type by Eric Biggers · 7 years ago
  95. e12ee68 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 7 years ago
  96. 0c4cdb2 fscrypt: drop empty name check from fname_decrypt() by Eric Biggers · 7 years ago
  97. 54632f0 fscrypt: drop max_namelen check from fname_decrypt() by Eric Biggers · 7 years ago
  98. 17bfde6 fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() by Eric Biggers · 7 years ago
  99. 101c97a fscrypt: don't clear flags on crypto transform by Eric Biggers · 7 years ago
  100. 1da2f0a fscrypt: remove stale comment from fscrypt_d_revalidate() by Eric Biggers · 7 years ago