1. 4b86c48 ecryptfs: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  2. 4b899da ecryptfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  3. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  4. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. e81f334 eCryptfs: Do not allocate hash tfm in NORECLAIM context by Herbert Xu · 8 years ago
  6. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  7. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 8 years ago
  9. 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 8 years ago
  10. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  11. 2a559a8 eCryptfs: ensure copy to crypt_stat->cipher does not overrun by Colin Ian King · 9 years ago
  12. 92dd123 ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt} by Al Viro · 11 years ago
  13. 2edbfbf ecryptfs: don't leave RCU pathwalk immediately by Al Viro · 11 years ago
  14. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  15. 4dfea4f eCryptfs: Use the ablkcipher crypto API by Tyler Hicks · 11 years ago
  16. e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  17. 290502b eCryptfs: allow userspace messaging to be disabled by Kees Cook · 11 years ago
  18. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  19. 410fc4ce Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  20. 3b8b487 ecryptfs: don't reinvent the wheels, please - use struct completion by Al Viro · 12 years ago
  21. e3ccaa9 eCryptfs: Initialize empty lower files when opening them by Tyler Hicks · 12 years ago
  22. 2ecaf55 eCryptfs: Make all miscdev functions use daemon ptr in file private_data by Tyler Hicks · 12 years ago
  23. 5669688 eCryptfs: Remove unused messaging declarations and function by Tyler Hicks · 12 years ago
  24. 4a26620 eCryptfs: Improve statfs reporting by Tyler Hicks · 13 years ago
  25. 48399c0 eCryptfs: Replace miscdev read/write magic numbers by Tyler Hicks · 13 years ago
  26. b59db43 eCryptfs: Prevent file create race condition by Tyler Hicks · 13 years ago
  27. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  28. 1252cc3 eCryptfs: added support for the encrypted key type by Roberto Sassu · 13 years ago
  29. f8f8527 eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h by Roberto Sassu · 13 years ago
  30. 3063287 eCryptfs: Remove ecryptfs_header_cache_2 by Tyler Hicks · 13 years ago
  31. 778aeb4 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() by Tyler Hicks · 13 years ago
  32. 3b06b3e eCryptfs: Fix new inode race condition by Tyler Hicks · 13 years ago
  33. 5ccf920 eCryptfs: Cleanup inode initialization code by Tyler Hicks · 13 years ago
  34. c4f7907 eCryptfs: Consolidate inode functions into inode.c by Tyler Hicks · 13 years ago
  35. 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 13 years ago
  36. 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 13 years ago
  37. 0e1fc5e eCryptfs: verify authentication tokens before their use by Roberto Sassu · 13 years ago
  38. 7762e23 eCryptfs: modified size of keysig in the ecryptfs_key_sig structure by Roberto Sassu · 13 years ago
  39. cf35ca6 eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat by Roberto Sassu · 13 years ago
  40. 57db4e8 ecryptfs: modify write path to encrypt page in writepage by Thieu Le · 13 years ago
  41. fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 13 years ago
  42. 70b8902 eCryptfs: Handle NULL nameidata pointers by Tyler Hicks · 13 years ago
  43. 888d57b fs/ecryptfs: Add printf format/argument verification and fix fallout by Joe Perches · 14 years ago
  44. 2a8652f ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h by Roberto Sassu · 14 years ago
  45. 12462f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  46. f16feb5 ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter by Roberto Sassu · 14 years ago
  47. 0c6d7d5 fs/ecryptfs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  48. 48c1e44 switch ecryptfs_write() to struct inode *, kill on-stack fake files by Al Viro · 14 years ago
  49. 02bd979 switch ecryptfs_get_locked_page() to struct inode * by Al Viro · 14 years ago
  50. 9df9c8b ecryptfs: add bdi backing to mount session by Jens Axboe · 14 years ago
  51. f4e60e6 eCryptfs: Strip metadata in xattr flag in encrypted view by Tyler Hicks · 14 years ago
  52. fa3ef1c eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front by Tyler Hicks · 14 years ago
  53. 157f107 eCryptfs: Fix metadata in xattr feature regression by Tyler Hicks · 14 years ago
  54. 7f09410 const: mark remaining address_space_operations const by Alexey Dobriyan · 15 years ago
  55. e77cc8d eCryptfs: Remove ecryptfs_unlink_sigs warnings by Tyler Hicks · 15 years ago
  56. 5a3fd05 constify dentry_operations: ecryptfs by Al Viro · 15 years ago
  57. 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 15 years ago
  58. 84814d6 eCryptfs: don't encrypt file key with filename key by Tyler Hicks · 15 years ago
  59. addd65ad eCryptfs: Filename Encryption: filldir, lookup, and readlink by Michael Halcrow · 16 years ago
  60. a34f60f eCryptfs: Filename Encryption: Header updates by Michael Halcrow · 16 years ago
  61. 9c79f34 eCryptfs: Filename Encryption: Tag 70 packets by Michael Halcrow · 16 years ago
  62. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  63. 624ae52 eCryptfs: remove netlink transport by Tyler Hicks · 16 years ago
  64. 391b52f eCryptfs: Make all persistent file opens delayed by Michael Halcrow · 16 years ago
  65. 72b55ff eCryptfs: do not try to open device files on mknod by Michael Halcrow · 16 years ago
  66. 746f1e5 eCryptfs: Privileged kthread for lower file opens by Michael Halcrow · 16 years ago
  67. d3e49af eCryptfs: remove unnecessary page decrypt call by Michael Halcrow · 16 years ago
  68. 6a3fd92 eCryptfs: make key module subsystem respect namespaces by Michael Halcrow · 16 years ago
  69. f66e883 eCryptfs: integrate eCryptfs device handle into the module. by Michael Halcrow · 16 years ago
  70. 18d1dbf ecryptfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  71. af440f5 ecryptfs: check for existing key_tfm at mount time by Eric Sandeen · 16 years ago
  72. 19e66a6 eCryptfs: change the type of cipher_code from u16 to u8 by Trevor Highland · 16 years ago
  73. 8e3a6f1 eCryptfs: set inode key only once per crypto operation by Trevor Highland · 16 years ago
  74. cc11bef eCryptfs: track header bytes rather than extents by Michael Halcrow · 16 years ago
  75. 7896b63 fs/ecryptfs/: possible cleanups by Adrian Bunk · 16 years ago
  76. 16a72c4 ecryptfs: clean up page flag handling by Michael Halcrow · 17 years ago
  77. b6c1d8f eCryptfs: remove unused functions and kmem_cache by Michael Halcrow · 17 years ago
  78. d7cdc5f eCryptfs: update metadata read/write functions by Michael Halcrow · 17 years ago
  79. 0216f7f eCryptfs: replace encrypt, decrypt, and inode size write by Michael Halcrow · 17 years ago
  80. da0102a eCryptfs: read_write.c routines by Michael Halcrow · 17 years ago
  81. 45eaab7 eCryptfs: remove header_extent_size by Michael Halcrow · 17 years ago
  82. cd9d67d eCryptfs: make needlessly global symbols static by Michael Halcrow · 17 years ago
  83. 6c6f57f eCryptfs: comments for some structs by Michael Halcrow · 17 years ago
  84. fcd1283 eCryptfs: grammatical fix (destruct to destroy) by Michael Halcrow · 17 years ago
  85. f4aad16 eCryptfs: add key list structure; search keyring by Michael Halcrow · 17 years ago
  86. 240e2df eCryptfs: fix write zeros behavior by Michael Halcrow · 17 years ago
  87. eb95e7f [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set() by Michael Halcrow · 17 years ago
  88. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  89. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  90. e2bd99e [PATCH] eCryptfs: open-code flag checking and manipulation by Michael Halcrow · 17 years ago
  91. 9d8b8ce [PATCH] eCryptfs: convert kmap() to kmap_atomic() by Michael Halcrow · 17 years ago
  92. e77a56d [PATCH] eCryptfs: Encrypted passthrough by Michael Halcrow · 17 years ago
  93. dd2a3b7 [PATCH] eCryptfs: Generalize metadata read/write by Michael Halcrow · 17 years ago
  94. 1739895 [PATCH] eCryptfs: xattr flags and mount options by Michael Halcrow · 17 years ago
  95. dddfa46 [PATCH] eCryptfs: Public key; packet management by Michael Halcrow · 17 years ago
  96. 88b4a07 [PATCH] eCryptfs: Public key transport mechanism by Michael Halcrow · 17 years ago
  97. f1ddcaf [CRYPTO] api: Remove deprecated interface by Herbert Xu · 17 years ago
  98. b65d34f [PATCH] struct path: make eCryptfs a user of struct path by Josef "Jeff" Sipek · 18 years ago
  99. 0cc72dc [PATCH] eCryptfs: Use fsstack's generic copy inode attr functions by Josef "Jeff" Sipek · 18 years ago
  100. 7ff1d74 [PATCH] eCryptfs: Consolidate lower dentry_open's by Michael Halcrow · 18 years ago