1. b7e072f fscrypt: improve a few comments by Eric Biggers · 3 years, 2 months ago
  2. 7f595d6 fscrypt: allow 256-bit master keys with AES-256-XTS by Eric Biggers · 3 years, 3 months ago
  3. f262ca7 fscrypt: clean up comments in bio.c by Eric Biggers · 3 years, 4 months ago
  4. 4373b3d fscrypt: remove fscrypt_operations::max_namelen by Eric Biggers · 3 years, 4 months ago
  5. ba47b51 fscrypt: align Base64 encoding with RFC 4648 base64url by Eric Biggers · 3 years, 5 months ago
  6. d187605 fscrypt: add fscrypt_symlink_getattr() for computing st_size by Eric Biggers · 3 years, 6 months ago
  7. 2fc2b43 fscrypt: fix derivation of SipHash keys on big endian CPUs by Eric Biggers · 3 years, 7 months ago
  8. 77f30bf fscrypt: don't ignore minor_hash when hash is 0 by Eric Biggers · 3 years, 7 months ago
  9. a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 8 months ago
  10. a0fc203 fscrypt: relax Kconfig dependencies for crypto API algorithms by Ard Biesheuvel · 3 years, 8 months ago
  11. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  12. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  13. 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 ago
  14. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  15. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  16. a14d0b6 fscrypt: allow deleting files with unsupported encryption policy by Eric Biggers · 4 years, 1 month ago
  17. 5b421f0 fscrypt: unexport fscrypt_get_encryption_info() by Eric Biggers · 4 years, 1 month ago
  18. de3cdc6 fscrypt: move fscrypt_require_key() to fscrypt_private.h by Eric Biggers · 4 years, 1 month ago
  19. 7622350 fscrypt: move body of fscrypt_prepare_setattr() out-of-line by Eric Biggers · 4 years, 1 month ago
  20. ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
  21. 4a4b872 fscrypt: simplify master key locking by Eric Biggers · 4 years, 1 month ago
  22. 234f1b7 fscrypt: remove unnecessary calls to fscrypt_require_key() by Eric Biggers · 4 years, 1 month ago
  23. 159e1de fscrypt: add fscrypt_is_nokey_name() by Eric Biggers · 4 years, 1 month ago
  24. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
  25. 3ceb654 fscrypt: remove kernel-internal constants from UAPI header by Eric Biggers · 4 years, 2 months ago
  26. d19d8d3 fscrypt: fix inline encryption not used on new files by Eric Biggers · 4 years, 2 months ago
  27. 92cfcd0 fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() by Eric Biggers · 4 years, 2 months ago
  28. 5b2a828 fscrypt: export fscrypt_d_revalidate() by Eric Biggers · 4 years, 3 months ago
  29. 501e43f fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME by Eric Biggers · 4 years, 3 months ago
  30. 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 3 months ago
  31. 0c6a113 fscrypt: use sha256() instead of open coding by Eric Biggers · 4 years, 3 months ago
  32. c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 3 months ago
  33. ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 3 months ago
  34. 3111472 fscrypt: move fscrypt_prepare_symlink() out-of-line by Eric Biggers · 4 years, 3 months ago
  35. c7f0207 fscrypt: make "#define fscrypt_policy" user-only by Eric Biggers · 4 years, 3 months ago
  36. 9dad5fe fscrypt: stop pretending that key setup is nofs-safe by Eric Biggers · 4 years, 3 months ago
  37. 4cc1a3e fscrypt: require that fscrypt_encrypt_symlink() already has key by Eric Biggers · 4 years, 3 months ago
  38. e9d5e31 fscrypt: remove fscrypt_inherit_context() by Eric Biggers · 4 years, 3 months ago
  39. ae9ff8a fscrypt: adjust logging for in-creation inodes by Eric Biggers · 4 years, 3 months ago
  40. a992b20 fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 3 months ago
  41. 5e895bd fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32 by Eric Biggers · 4 years, 4 months ago
  42. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
  43. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  44. 55e32c5 fscrypt: don't load ->i_crypt_info before it's known to be valid by Eric Biggers · 4 years, 5 months ago
  45. ab673b9 fscrypt: use smp_load_acquire() for ->i_crypt_info by Eric Biggers · 4 years, 5 months ago
  46. 777afe4 fscrypt: use smp_load_acquire() for ->s_master_keys by Eric Biggers · 4 years, 5 months ago
  47. 97c6327 fscrypt: use smp_load_acquire() for fscrypt_prepared_key by Eric Biggers · 4 years, 5 months ago
  48. bd0d97b fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library by Eric Biggers · 4 years, 5 months ago
  49. f000223 fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS by Eric Biggers · 4 years, 5 months ago
  50. 1d6217a4 fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE by Eric Biggers · 4 years, 6 months ago
  51. e455de3 fscrypt: add comments that describe the HKDF info strings by Eric Biggers · 4 years, 6 months ago
  52. 5fee360 fscrypt: add inline encryption support by Satya Tangirala · 4 years, 6 months ago
  53. afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
  54. e3b1078 fscrypt: add support for IV_INO_LBLK_32 policies by Eric Biggers · 4 years, 8 months ago
  55. 0ca2ddb fscrypt: make test_dummy_encryption use v2 by default by Eric Biggers · 4 years, 8 months ago
  56. ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
  57. cdeb21d fscrypt: add fscrypt_add_test_dummy_key() by Eric Biggers · 4 years, 8 months ago
  58. 6070090 fscrypt: remove unnecessary extern keywords by Eric Biggers · 4 years, 8 months ago
  59. d2fe975 fscrypt: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
  60. 3e185a5 fscrypt: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  61. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 9 months ago
  62. e98ad46 fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl by Eric Biggers · 4 years, 10 months ago
  63. 2b4eae9 fscrypt: don't evict dirty inodes after removing key by Eric Biggers · 4 years, 10 months ago
  64. edc440e fscrypt: improve format of no-key names by Daniel Rosenberg · 5 years ago
  65. f592efe fscrypt: clarify what is meant by a per-file key by Eric Biggers · 5 years ago
  66. aa408f8 fscrypt: derive dirhash key for casefolded directories by Daniel Rosenberg · 5 years ago
  67. 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
  68. 1b3b827 fscrypt: add "fscrypt_" prefix to fname_encrypt() by Eric Biggers · 5 years ago
  69. 13a10da fscrypt: don't print name of busy file when removing key by Eric Biggers · 5 years ago
  70. 2d8f7f1 fscrypt: document gfp_flags for bounce page allocation by Eric Biggers · 5 years ago
  71. 796f12d7 fscrypt: optimize fscrypt_zeroout_range() by Eric Biggers · 5 years ago
  72. f4a0b08 fscrypt: remove redundant bi_status check by Eric Biggers · 5 years ago
  73. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  74. b7e8d3d fscrypt: remove fscrypt_is_direct_key_policy() by Eric Biggers · 5 years ago
  75. ef5b18b fscrypt: move fscrypt_valid_enc_modes() to policy.c by Eric Biggers · 5 years ago
  76. 85af90e fscrypt: check for appropriate use of DIRECT_KEY flag earlier by Eric Biggers · 5 years ago
  77. 393a24a fscrypt: split up fscrypt_supported_policy() by policy version by Eric Biggers · 5 years ago
  78. 2ebdef6 fscrypt: move fscrypt_d_revalidate() to fname.c by Eric Biggers · 5 years ago
  79. 8a4ab0b fscrypt: constify inode parameter to filename encryption functions by Eric Biggers · 5 years ago
  80. 2a5831b fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand() by Eric Biggers · 5 years ago
  81. c64cfb9 fscrypt: verify that the crypto_skcipher has the correct ivsize by Eric Biggers · 5 years ago
  82. 6e1adb8 fscrypt: use crypto_skcipher_driver_name() by Eric Biggers · 5 years ago
  83. 93edd39 fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY by Eric Biggers · 5 years ago
  84. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  85. b103fb7 fscrypt: add support for IV_INO_LBLK_64 policies by Eric Biggers · 5 years ago
  86. ff73c2c fscrypt: avoid data race on fscrypt_mode::logged_impl_name by Eric Biggers · 5 years ago
  87. 6f99756 fscrypt: zeroize fscrypt_info before freeing by Eric Biggers · 5 years ago
  88. 1565bda fscrypt: remove struct fscrypt_ctx by Eric Biggers · 5 years ago
  89. 4006d79 fscrypt: invoke crypto API for ESSIV handling by Eric Biggers · 5 years ago
  90. 5ab7189 fscrypt: require that key be added when setting a v2 encryption policy by Eric Biggers · 5 years ago
  91. 78a1b96b fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl by Eric Biggers · 5 years ago
  92. 23c688b fscrypt: allow unprivileged users to add/remove keys for v2 policies by Eric Biggers · 5 years ago
  93. 5dae460 fscrypt: v2 encryption policy support by Eric Biggers · 5 years ago
  94. c1144c9 fscrypt: add an HKDF-SHA512 implementation by Eric Biggers · 5 years ago
  95. 5a7e299 fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl by Eric Biggers · 5 years ago
  96. b1c0ec3 fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  97. 22d94f4 fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
  98. feed825 fscrypt: rename keyinfo.c to keysetup.c by Eric Biggers · 5 years ago
  99. 0109ce76 fscrypt: move v1 policy key setup to keysetup_v1.c by Eric Biggers · 5 years ago
  100. 3ec4f2a6 fscrypt: refactor key setup code in preparation for v2 policies by Eric Biggers · 5 years ago