1. 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
  2. 94840e3 fscrypt: eliminate ->prepare_context() operation by Eric Biggers · 8 years ago
  3. 1b53cf9 fscrypt: remove broken support for detecting keyring key revocation by Eric Biggers · 8 years ago
  4. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  5. b14c8e6 fscrypt: properly declare on-stack completion by Richard Weinberger · 8 years ago
  6. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  7. 02680b3 fscrypt: remove redundant assignment of res by Colin Ian King · 8 years ago
  8. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  9. 5bbdcbb fscrypt: make test_dummy_encryption require a keyring key by Theodore Ts'o · 8 years ago
  10. 58ae746 fscrypt: factor out bio specific functions by Richard Weinberger · 8 years ago
  11. efee590e fscrypt: pass up error codes from ->get_context() by Eric Biggers · 8 years ago
  12. 868e1bc fscrypt: remove user-triggerable warning messages by Eric Biggers · 8 years ago
  13. 8488cd9 fscrypt: use EEXIST when file already uses different policy by Eric Biggers · 8 years ago
  14. dffd0cfa fscrypt: use ENOTDIR when setting encryption policy on nondirectory by Eric Biggers · 8 years ago
  15. 54475f5 fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
  16. 42d97eb fscrypt: fix renaming and linking special files by Eric Biggers · 8 years ago
  17. fe4f6c8 fscrypt: fix the test_dummy_encryption mount option by Theodore Ts'o · 8 years ago
  18. 6a34e4d fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL by David Gstir · 8 years ago
  19. f32d7ac fscrypt: Delay bounce page pool allocation until needed by David Gstir · 8 years ago
  20. bd7b829 fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  21. 1400451 fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() by David Gstir · 8 years ago
  22. 9e53277 fscrypt: Never allocate fscrypt_ctx on in-place encryption by David Gstir · 8 years ago
  23. e550c16 fscrypt: Use correct index in decrypt path. by David Gstir · 8 years ago
  24. cc4e0df fscrypt: move non-public structures and constants to fscrypt_private.h by Theodore Ts'o · 8 years ago
  25. b98701df fscrypt: unexport fscrypt_initialize() by Theodore Ts'o · 8 years ago
  26. 3325bea fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() by Theodore Ts'o · 8 years ago
  27. db717d8 fscrypto: move ioctl processing more fully into common code by Eric Biggers · 8 years ago
  28. 8048123 fscrypto: remove unneeded Kconfig dependencies by Eric Biggers · 8 years ago
  29. a6e0891 fscrypto: don't use on-stack buffer for key derivation by Eric Biggers · 8 years ago
  30. 08ae877 fscrypto: don't use on-stack buffer for filename encryption by Eric Biggers · 8 years ago
  31. 9c4bb8a fscrypt: Let fs select encryption index/tweak by David Gstir · 8 years ago
  32. 0b93e1b fscrypt: Constify struct inode pointer by David Gstir · 8 years ago
  33. 7821d4d fscrypt: Enable partial page encryption by David Gstir · 8 years ago
  34. b50f7b2 fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages by David Gstir · 8 years ago
  35. 1c7dcf6 fscrypt: Add in-place encryption mode by David Gstir · 8 years ago
  36. 8906a82 fscrypto: lock inode while setting encryption policy by Eric Biggers · 8 years ago
  37. fb44543 fscrypto: make XTS tweak initialization endian-independent by Eric Biggers · 8 years ago
  38. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  39. 55be314 fscrypto: use standard macros to compute length of fname ciphertext by Eric Biggers · 8 years ago
  40. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  41. 53fd755 fscrypto: rename completion callbacks to reflect usage by Eric Biggers · 8 years ago
  42. d83ae73 fscrypto: remove unnecessary includes by Eric Biggers · 8 years ago
  43. 8f39850 fscrypto: improved validation when loading inode encryption metadata by Eric Biggers · 8 years ago
  44. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  45. 002ced4 fscrypto: only allow setting encryption policy on directories by Eric Biggers · 8 years ago
  46. 163ae1c fscrypto: add authorization check for setting encryption policy by Eric Biggers · 8 years ago
  47. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  48. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  49. b5a7aef fscrypto/f2fs: allow fs-specific key prefix for fs encryption by Jaegeuk Kim · 8 years ago
  50. 03a8bb0 ext4/fscrypto: avoid RCU lookup in d_revalidate by Jaegeuk Kim · 8 years ago
  51. b32e448 fscrypto: don't let data integrity writebacks fail with ENOMEM by Jaegeuk Kim · 8 years ago
  52. d7d7535 fscrypto: use dget_parent() in fscrypt_d_revalidate() by Jaegeuk Kim · 8 years ago
  53. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  54. 02fc59a f2fs/crypto: fix xts_tweak initialization by Linus Torvalds · 8 years ago
  55. d407574 Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  56. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago