1. 11b8818 fscrypt: remove internal key size constants by Eric Biggers · 7 years ago
  2. 1086c80 fscrypt: remove unnecessary check for non-logon key type by Eric Biggers · 7 years ago
  3. e12ee68 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 7 years ago
  4. 0c4cdb2 fscrypt: drop empty name check from fname_decrypt() by Eric Biggers · 7 years ago
  5. 54632f0 fscrypt: drop max_namelen check from fname_decrypt() by Eric Biggers · 7 years ago
  6. 17bfde6 fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info() by Eric Biggers · 7 years ago
  7. 101c97a fscrypt: don't clear flags on crypto transform by Eric Biggers · 7 years ago
  8. 1da2f0a fscrypt: remove stale comment from fscrypt_d_revalidate() by Eric Biggers · 7 years ago
  9. c90fd775 fscrypt: remove error messages for skcipher_request_alloc() failure by Eric Biggers · 7 years ago
  10. 9919479 fscrypt: remove unnecessary NULL check when allocating skcipher by Eric Biggers · 7 years ago
  11. 5422202 fscrypt: clean up after fscrypt_prepare_lookup() conversions by Eric Biggers · 7 years ago
  12. 36dd26e fscrypt: use unbound workqueue for decryption by Eric Biggers · 7 years ago
  13. 0b1dfa4 fscrypt: fix build with pre-4.6 gcc versions by Eric Biggers · 7 years ago
  14. 3d204e2 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  15. b9db0b4 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use by Eric Biggers · 7 years ago
  16. 2cbadad fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names by Eric Biggers · 7 years ago
  17. 50c961d fscrypt: calculate NUL-padding length in one place only by Eric Biggers · 7 years ago
  18. 0eaab5b fscrypt: move fscrypt_symlink_data to fscrypt_private.h by Eric Biggers · 7 years ago
  19. 1e80ad7 fscrypt: remove fscrypt_fname_usr_to_disk() by Eric Biggers · 7 years ago
  20. 3b0d883 fscrypt: new helper function - fscrypt_get_symlink() by Eric Biggers · 7 years ago
  21. 76e81d6 fscrypt: new helper functions for ->symlink() by Eric Biggers · 7 years ago
  22. a575784 fscrypt: trim down fscrypt.h includes by Eric Biggers · 7 years ago
  23. dcf0db9 fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c by Eric Biggers · 7 years ago
  24. bb8179e fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h by Eric Biggers · 7 years ago
  25. e4de782 fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h by Eric Biggers · 7 years ago
  26. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  27. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  28. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  29. d0082e1 fscrypt: move to generic async completion by Gilad Ben-Yossef · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. a0b3bc8 fscrypt: lock mutex before checking for bounce page pool by Eric Biggers · 7 years ago
  32. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  33. 32c3cf0 fscrypt: new helper function - fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  34. 94b26f3 fscrypt: new helper function - fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  35. 0ea87a9 fscrypt: new helper function - fscrypt_prepare_link() by Eric Biggers · 7 years ago
  36. efcc7ae fscrypt: new helper function - fscrypt_file_open() by Eric Biggers · 7 years ago
  37. e0428a2 fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED() by Eric Biggers · 7 years ago
  38. 734f0d2 fscrypt: clean up include file mess by Dave Chinner · 7 years ago
  39. d60b5b7 fscrypt: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  40. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  41. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  42. 58f587c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  43. af65207 ext4: fix __ext4_new_inode() journal credits calculation by Tahsin Erdogan · 8 years ago
  44. b7e7cf7 fscrypt: add support for AES-128-CBC by Daniel Walter · 8 years ago
  45. 27e47a6 fscrypt: inline fscrypt_free_filename() by Eric Biggers · 8 years ago
  46. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  47. 1715942 fscrypt: introduce helper function for filename matching by Eric Biggers · 8 years ago
  48. 6b06cde fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 8 years ago
  49. 272f98f fscrypt: fix context consistency check when key(s) unavailable by Eric Biggers · 8 years ago
  50. 9c8268d fscrypt: Move key structure and constants to uapi by Joe Richey · 8 years ago
  51. cd39e4b fscrypt: remove unnecessary checks for NULL operations by Eric Biggers · 8 years ago
  52. a643f90 Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  53. 94840e3 fscrypt: eliminate ->prepare_context() operation by Eric Biggers · 8 years ago
  54. 1b53cf9 fscrypt: remove broken support for detecting keyring key revocation by Eric Biggers · 8 years ago
  55. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  56. b14c8e6 fscrypt: properly declare on-stack completion by Richard Weinberger · 8 years ago
  57. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  58. 02680b3 fscrypt: remove redundant assignment of res by Colin Ian King · 8 years ago
  59. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  60. 5bbdcbb fscrypt: make test_dummy_encryption require a keyring key by Theodore Ts'o · 8 years ago
  61. 58ae746 fscrypt: factor out bio specific functions by Richard Weinberger · 8 years ago
  62. efee590e fscrypt: pass up error codes from ->get_context() by Eric Biggers · 8 years ago
  63. 868e1bc fscrypt: remove user-triggerable warning messages by Eric Biggers · 8 years ago
  64. 8488cd9 fscrypt: use EEXIST when file already uses different policy by Eric Biggers · 8 years ago
  65. dffd0cf fscrypt: use ENOTDIR when setting encryption policy on nondirectory by Eric Biggers · 8 years ago
  66. 54475f5 fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
  67. 42d97eb fscrypt: fix renaming and linking special files by Eric Biggers · 8 years ago
  68. fe4f6c8 fscrypt: fix the test_dummy_encryption mount option by Theodore Ts'o · 8 years ago
  69. 6a34e4d fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL by David Gstir · 8 years ago
  70. f32d7ac fscrypt: Delay bounce page pool allocation until needed by David Gstir · 8 years ago
  71. bd7b829 fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  72. 1400451 fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  73. 9e53277 fscrypt: Never allocate fscrypt_ctx on in-place encryption by David Gstir · 8 years ago
  74. e550c16 fscrypt: Use correct index in decrypt path. by David Gstir · 8 years ago
  75. cc4e0df fscrypt: move non-public structures and constants to fscrypt_private.h by Theodore Ts'o · 8 years ago
  76. b98701df fscrypt: unexport fscrypt_initialize() by Theodore Ts'o · 8 years ago
  77. 3325bea fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() by Theodore Ts'o · 8 years ago
  78. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  79. 8048123 fscrypto: remove unneeded Kconfig dependencies by Eric Biggers · 8 years ago
  80. a6e0891 fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  81. 08ae877 fscrypto: don't use on-stack buffer for filename encryption by Eric Biggers · 8 years ago
  82. 9c4bb8a fscrypt: Let fs select encryption index/tweak by David Gstir · 8 years ago
  83. 0b93e1b fscrypt: Constify struct inode pointer by David Gstir · 8 years ago
  84. 7821d4d fscrypt: Enable partial page encryption by David Gstir · 8 years ago
  85. b50f7b2 fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages by David Gstir · 8 years ago
  86. 1c7dcf6 fscrypt: Add in-place encryption mode by David Gstir · 8 years ago
  87. 8906a82 fscrypto: lock inode while setting encryption policy by Eric Biggers · 8 years ago
  88. fb44543 fscrypto: make XTS tweak initialization endian-independent by Eric Biggers · 8 years ago
  89. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  90. 55be314 fscrypto: use standard macros to compute length of fname ciphertext by Eric Biggers · 8 years ago
  91. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  92. 53fd755 fscrypto: rename completion callbacks to reflect usage by Eric Biggers · 8 years ago
  93. d83ae73 fscrypto: remove unnecessary includes by Eric Biggers · 8 years ago
  94. 8f39850 fscrypto: improved validation when loading inode encryption metadata by Eric Biggers · 8 years ago
  95. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  96. 002ced4 fscrypto: only allow setting encryption policy on directories by Eric Biggers · 8 years ago
  97. 163ae1c fscrypto: add authorization check for setting encryption policy by Eric Biggers · 8 years ago
  98. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  99. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
  100. b5a7aef fscrypto/f2fs: allow fs-specific key prefix for fs encryption by Jaegeuk Kim · 9 years ago