1. 68ac723 fscrypt: allow 256-bit master keys with AES-256-XTS by Eric Biggers · 3 years, 4 months ago
  2. b8c298c fscrypt: add fscrypt_symlink_getattr() for computing st_size by Eric Biggers · 3 years, 5 months ago
  3. b5a2b5b fscrypt: fix derivation of SipHash keys on big endian CPUs by Eric Biggers · 3 years, 7 months ago
  4. 089057a fscrypt: don't ignore minor_hash when hash is 0 by Eric Biggers · 3 years, 8 months ago
  5. 2da473e fscrypt: add fscrypt_is_nokey_name() by Eric Biggers · 4 years, 2 months ago
  6. 3b7c17a fscrypt: remove kernel-internal constants from UAPI header by Eric Biggers · 4 years, 3 months ago
  7. d19d8d3 fscrypt: fix inline encryption not used on new files by Eric Biggers · 4 years, 2 months ago
  8. 92cfcd0 fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() by Eric Biggers · 4 years, 3 months ago
  9. 5b2a828 fscrypt: export fscrypt_d_revalidate() by Eric Biggers · 4 years, 4 months ago
  10. 501e43f fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME by Eric Biggers · 4 years, 4 months ago
  11. 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 4 months ago
  12. 0c6a113 fscrypt: use sha256() instead of open coding by Eric Biggers · 4 years, 4 months ago
  13. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 4 months ago
  14. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 4 months ago
  15. 3111472 fscrypt: move fscrypt_prepare_symlink() out-of-line by Eric Biggers · 4 years, 4 months ago
  16. c7f0207 fscrypt: make "#define fscrypt_policy" user-only by Eric Biggers · 4 years, 4 months ago
  17. 9dad5fe fscrypt: stop pretending that key setup is nofs-safe by Eric Biggers · 4 years, 4 months ago
  18. 4cc1a3e fscrypt: require that fscrypt_encrypt_symlink() already has key by Eric Biggers · 4 years, 4 months ago
  19. e9d5e31 fscrypt: remove fscrypt_inherit_context() by Eric Biggers · 4 years, 4 months ago
  20. ae9ff8a fscrypt: adjust logging for in-creation inodes by Eric Biggers · 4 years, 4 months ago
  21. a992b20 fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
  22. 5e895bd fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32 by Eric Biggers · 4 years, 5 months ago
  23. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
  24. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  25. 55e32c5 fscrypt: don't load ->i_crypt_info before it's known to be valid by Eric Biggers · 4 years, 6 months ago
  26. ab673b9 fscrypt: use smp_load_acquire() for ->i_crypt_info by Eric Biggers · 4 years, 6 months ago
  27. 777afe4 fscrypt: use smp_load_acquire() for ->s_master_keys by Eric Biggers · 4 years, 6 months ago
  28. 97c6327 fscrypt: use smp_load_acquire() for fscrypt_prepared_key by Eric Biggers · 4 years, 6 months ago
  29. bd0d97b fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library by Eric Biggers · 4 years, 6 months ago
  30. f000223 fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS by Eric Biggers · 4 years, 6 months ago
  31. 1d6217a4 fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE by Eric Biggers · 4 years, 6 months ago
  32. e455de3 fscrypt: add comments that describe the HKDF info strings by Eric Biggers · 4 years, 6 months ago
  33. 5fee360 fscrypt: add inline encryption support by Satya Tangirala · 4 years, 7 months ago
  34. afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 8 months ago
  35. e3b1078 fscrypt: add support for IV_INO_LBLK_32 policies by Eric Biggers · 4 years, 8 months ago
  36. 0ca2ddb fscrypt: make test_dummy_encryption use v2 by default by Eric Biggers · 4 years, 8 months ago
  37. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  38. cdeb21d fscrypt: add fscrypt_add_test_dummy_key() by Eric Biggers · 4 years, 8 months ago
  39. 6070090 fscrypt: remove unnecessary extern keywords by Eric Biggers · 4 years, 8 months ago
  40. d2fe975 fscrypt: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
  41. 3e185a5 fscrypt: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 9 months ago
  42. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 10 months ago
  43. e98ad46 fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl by Eric Biggers · 4 years, 10 months ago
  44. 2b4eae9 fscrypt: don't evict dirty inodes after removing key by Eric Biggers · 4 years, 11 months ago
  45. edc440e fscrypt: improve format of no-key names by Daniel Rosenberg · 5 years ago
  46. f592efe fscrypt: clarify what is meant by a per-file key by Eric Biggers · 5 years ago
  47. aa408f8 fscrypt: derive dirhash key for casefolded directories by Daniel Rosenberg · 5 years ago
  48. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  49. 1b3b827 fscrypt: add "fscrypt_" prefix to fname_encrypt() by Eric Biggers · 5 years ago
  50. 13a10da fscrypt: don't print name of busy file when removing key by Eric Biggers · 5 years ago
  51. 2d8f7f1 fscrypt: document gfp_flags for bounce page allocation by Eric Biggers · 5 years ago
  52. 796f12d7 fscrypt: optimize fscrypt_zeroout_range() by Eric Biggers · 5 years ago
  53. f4a0b08 fscrypt: remove redundant bi_status check by Eric Biggers · 5 years ago
  54. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  55. b7e8d3d fscrypt: remove fscrypt_is_direct_key_policy() by Eric Biggers · 5 years ago
  56. ef5b18b fscrypt: move fscrypt_valid_enc_modes() to policy.c by Eric Biggers · 5 years ago
  57. 85af90e fscrypt: check for appropriate use of DIRECT_KEY flag earlier by Eric Biggers · 5 years ago
  58. 393a24a fscrypt: split up fscrypt_supported_policy() by policy version by Eric Biggers · 5 years ago
  59. 2ebdef6 fscrypt: move fscrypt_d_revalidate() to fname.c by Eric Biggers · 5 years ago
  60. 8a4ab0b fscrypt: constify inode parameter to filename encryption functions by Eric Biggers · 5 years ago
  61. 2a5831b fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand() by Eric Biggers · 5 years ago
  62. c64cfb9 fscrypt: verify that the crypto_skcipher has the correct ivsize by Eric Biggers · 5 years ago
  63. 6e1adb8 fscrypt: use crypto_skcipher_driver_name() by Eric Biggers · 5 years ago
  64. 93edd39 fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY by Eric Biggers · 5 years ago
  65. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  66. b103fb7 fscrypt: add support for IV_INO_LBLK_64 policies by Eric Biggers · 5 years ago
  67. ff73c2c fscrypt: avoid data race on fscrypt_mode::logged_impl_name by Eric Biggers · 5 years ago
  68. 6f99756 fscrypt: zeroize fscrypt_info before freeing by Eric Biggers · 5 years ago
  69. 1565bda fscrypt: remove struct fscrypt_ctx by Eric Biggers · 5 years ago
  70. 4006d79 fscrypt: invoke crypto API for ESSIV handling by Eric Biggers · 5 years ago
  71. 5ab7189 fscrypt: require that key be added when setting a v2 encryption policy by Eric Biggers · 5 years ago
  72. 78a1b96b fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl by Eric Biggers · 5 years ago
  73. 23c688b fscrypt: allow unprivileged users to add/remove keys for v2 policies by Eric Biggers · 5 years ago
  74. 5dae460 fscrypt: v2 encryption policy support by Eric Biggers · 5 years ago
  75. c1144c9 fscrypt: add an HKDF-SHA512 implementation by Eric Biggers · 5 years ago
  76. 5a7e299 fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl by Eric Biggers · 5 years ago
  77. b1c0ec3 fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  78. 22d94f4 fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  79. feed825 fscrypt: rename keyinfo.c to keysetup.c by Eric Biggers · 5 years ago
  80. 0109ce76 fscrypt: move v1 policy key setup to keysetup_v1.c by Eric Biggers · 5 years ago
  81. 3ec4f2a6 fscrypt: refactor key setup code in preparation for v2 policies by Eric Biggers · 5 years ago
  82. a828daa fscrypt: rename fscrypt_master_key to fscrypt_direct_key by Eric Biggers · 5 years ago
  83. 59dc6a8 fscrypt: add ->ci_inode to fscrypt_info by Eric Biggers · 5 years ago
  84. 3b6df59 fscrypt: use FSCRYPT_* definitions, not FS_* by Eric Biggers · 5 years ago
  85. 29a98c1 fscrypt: use ENOPKG when crypto API support missing by Eric Biggers · 5 years ago
  86. a4d14e9 fscrypt: improve warnings for missing crypto API support by Eric Biggers · 5 years ago
  87. 63f668f fscrypt: improve warning messages for unsupported encryption contexts by Eric Biggers · 5 years ago
  88. 886da8b fscrypt: make fscrypt_msg() take inode instead of super_block by Eric Biggers · 5 years ago
  89. 1c5100a fscrypt: clean up base64 encoding/decoding by Eric Biggers · 5 years ago
  90. 75798f8 fscrypt: remove loadable module related code by Eric Biggers · 5 years ago
  91. adbd9b4 fscrypt: remove selection of CONFIG_CRYPTO_SHA256 by Eric Biggers · 6 years ago
  92. 0bb06ca fscrypt: remove unnecessary includes of ratelimit.h by Eric Biggers · 6 years ago
  93. 5858bda fscrypt: don't set policy for a dead directory by Hongjie Fang · 6 years ago
  94. ffceeef fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio() by Eric Biggers · 6 years ago
  95. aa8bc1a fscrypt: support decrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  96. 41adbcb fscrypt: introduce fscrypt_decrypt_block_inplace() by Eric Biggers · 6 years ago
  97. 930d453 fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() by Eric Biggers · 6 years ago
  98. 53bc1d85 fscrypt: support encrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  99. 03569f2 fscrypt: introduce fscrypt_encrypt_block_inplace() by Eric Biggers · 6 years ago
  100. eeacfdc fscrypt: clean up some BUG_ON()s in block encryption/decryption by Eric Biggers · 6 years ago