1. af440f5 ecryptfs: check for existing key_tfm at mount time by Eric Sandeen · 16 years ago
  2. 19e66a6 eCryptfs: change the type of cipher_code from u16 to u8 by Trevor Highland · 16 years ago
  3. 25bd817 eCryptfs: Minor fixes to printk messages by Michael Halcrow · 16 years ago
  4. 2830bfd ecryptfs: remove debug as mount option, and warn if set via modprobe by Eric Sandeen · 16 years ago
  5. 99db6e4 ecryptfs: make show_options reflect actual mount options by Eric Sandeen · 16 years ago
  6. 8e3a6f1 eCryptfs: set inode key only once per crypto operation by Trevor Highland · 16 years ago
  7. cc11bef eCryptfs: track header bytes rather than extents by Michael Halcrow · 16 years ago
  8. 7896b63 fs/ecryptfs/: possible cleanups by Adrian Bunk · 16 years ago
  9. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  10. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 16 years ago
  11. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  12. 6e90aa9 kobject: convert ecryptfs to use kobject_create by Greg Kroah-Hartman · 17 years ago
  13. af6370e ecryptfs: remove version_str file from sysfs by Greg Kroah-Hartman · 17 years ago
  14. 386f275 Driver Core: switch all dynamic ksets to kobj_sysfs_ops by Kay Sievers · 17 years ago
  15. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  16. 917e865 kset: convert ecryptfs to use kset_create by Greg Kroah-Hartman · 17 years ago
  17. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  18. 30a468b ecryptfs: clean up attribute mess by Greg Kroah-Hartman · 17 years ago
  19. caeeeec eCryptfs: fix dentry handling on create error, unlink, and inode destroy by Michael Halcrow · 16 years ago
  20. 16317ec ecryptfs: redo dget,mntget on dentry_open failure by Eric Sandeen · 17 years ago
  21. c8161f6 ecryptfs: fix unlocking in error paths by Eric Sandeen · 17 years ago
  22. b886290 ecryptfs: fix string overflow on long cipher names by Eric Sandeen · 17 years ago
  23. 7a3f595 ecryptfs: fix fsx data corruption problems by Eric Sandeen · 17 years ago
  24. 7c9e70e ecryptfs: set s_blocksize from lower fs in sb by Eric Sandeen · 17 years ago
  25. 459e216 ecryptfs: initialize new auth_tokens before teardown by Eric Sandeen · 17 years ago
  26. 8a146a2 eCryptfs: cast page->index to loff_t instead of off_t by Michael Halcrow · 17 years ago
  27. 8a29f2b eCryptfs: release mutex on hash error path by Michael Halcrow · 17 years ago
  28. 778d1a2 eCryptfs: increment extent_offset once per loop interation by Michael Halcrow · 17 years ago
  29. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  30. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  31. 60c74f8 Update fs/ to use sg helpers by Jens Axboe · 17 years ago
  32. 1ac564e ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID by Jeff Layton · 17 years ago
  33. ea0b7d5 Clean up duplicate includes in fs/ecryptfs/ by Jesper Juhl · 17 years ago
  34. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  35. 16a72c4 ecryptfs: clean up page flag handling by Michael Halcrow · 17 years ago
  36. ecbdc93 eCryptfs: replace magic numbers by Michael Halcrow · 17 years ago
  37. b6c1d8f eCryptfs: remove unused functions and kmem_cache by Michael Halcrow · 17 years ago
  38. 035241d eCryptfs: initialize persistent lower file on inode create by Michael Halcrow · 17 years ago
  39. d6a13c1 eCryptfs: fix data types by Michael Halcrow · 17 years ago
  40. bf12be1 eCryptfs: convert mmap functions to use persistent file by Michael Halcrow · 17 years ago
  41. 2ed9255 eCryptfs: make open, truncate, and setattr use persistent file by Michael Halcrow · 17 years ago
  42. d7cdc5f eCryptfs: update metadata read/write functions by Michael Halcrow · 17 years ago
  43. 4981e08 eCryptfs: set up and destroy persistent lower file by Michael Halcrow · 17 years ago
  44. 0216f7f eCryptfs: replace encrypt, decrypt, and inode size write by Michael Halcrow · 17 years ago
  45. da0102a eCryptfs: read_write.c routines by Michael Halcrow · 17 years ago
  46. cf81f89 ecryptfs: fix error handling by Michael Halcrow · 17 years ago
  47. 5dda699 eCryptfs: remove assignments in if-statements by Michael Halcrow · 17 years ago
  48. 45eaab7 eCryptfs: remove header_extent_size by Michael Halcrow · 17 years ago
  49. e9f6a99 eCryptfs: Use generic_file_splice_read() by Michael Halcrow · 17 years ago
  50. cd9d67d eCryptfs: make needlessly global symbols static by Michael Halcrow · 17 years ago
  51. dd8e290 eCryptfs: remove unnecessary variable initializations by Michael Halcrow · 17 years ago
  52. 22e78fa eCryptfs: kerneldoc fixes for crypto.c and keystore.c by Michael Halcrow · 17 years ago
  53. 6c6f57f eCryptfs: comments for some structs by Michael Halcrow · 17 years ago
  54. fcd1283 eCryptfs: grammatical fix (destruct to destroy) by Michael Halcrow · 17 years ago
  55. af655dc eCryptfs: collapse flag set into one statement by Michael Halcrow · 17 years ago
  56. c59c2eb eCryptfs: remove unnecessary BUG_ON by Michael Halcrow · 17 years ago
  57. 81acbcd ecryptfs: printk warning fixes by Andrew Morton · 17 years ago
  58. ca939e7 eCryptfs: update comment and debug statement by Michael Halcrow · 17 years ago
  59. 146a460 eCryptfs: fix Tag 11 writing code by Michael Halcrow · 17 years ago
  60. f648104 eCryptfs: fix Tag 11 parsing code by Michael Halcrow · 17 years ago
  61. c59becf eCryptfs: fix Tag 3 parsing code by Michael Halcrow · 17 years ago
  62. 13218179 eCryptfs: fix Tag 1 parsing code by Michael Halcrow · 17 years ago
  63. 956159c eCryptfs: kmem_cache objects for multiple keys; init/exit functions by Michael Halcrow · 17 years ago
  64. e0869cc eCryptfs: use list_for_each_entry_safe() when wiping auth toks by Michael Halcrow · 17 years ago
  65. f4aad16 eCryptfs: add key list structure; search keyring by Michael Halcrow · 17 years ago
  66. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  67. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  68. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  69. 2aeb3db eCryptfs: fix possible fault in ecryptfs_sync_page by Ryusuke Konishi · 17 years ago
  70. 060d11b revert "eCryptfs: fix lookup error for special files" by Andrew Morton · 17 years ago
  71. df06846 eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
  72. a75de1b eCryptfs: fix error handling in ecryptfs_init by Ryusuke Konishi · 17 years ago
  73. 202a21d eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
  74. 1833633 fix some conversion overflows by Nick Piggin · 17 years ago
  75. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  76. 64ee480 eCryptfs: ecryptfs_setattr() bugfix by Michael Halcrow · 17 years ago
  77. c381bfc Couple fixes to fs/ecryptfs/inode.c by Mika Kukkonen · 17 years ago
  78. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  79. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  80. d4c5cdb zero out last page for llseek/write by Michael Halcrow · 17 years ago
  81. e10f281 eCryptfs: initialize crypt_stat in setattr by Michael Halcrow · 17 years ago
  82. 240e2df eCryptfs: fix write zeros behavior by Michael Halcrow · 17 years ago
  83. 53a2731 eCryptfs: delay writing 0's after llseek until write by Michael Halcrow · 17 years ago
  84. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  85. c9f2875 ecryptfs: use zero_user_page by Nate Diller · 17 years ago
  86. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  87. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  88. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  89. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  90. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  91. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  92. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  93. b228b8e [PATCH] eCryptfs: fix possible NULL ptr deref in ecryptfs_d_release() by Michael Halcrow · 17 years ago
  94. 908e0a8 [PATCH] ecryptfs: nested locking annotation by Peter Zijlstra · 17 years ago
  95. a8fa74a [PATCH] ecryptfs: handle AOP_TRUNCATED_PAGE better by Dmitriy Monakhov · 17 years ago
  96. 82b16528 [PATCH] ecryptfs: lower root result must be adirectory by Dmitriy Monakhov · 17 years ago
  97. ad5f119 [PATCH] ecryptfs: check xattr operation support fix by Dmitriy Monakhov · 17 years ago
  98. 65dc814 [PATCH] eCryptfs: no path_release() after path_lookup() error by Michael Halcrow · 17 years ago
  99. 1ed6d89 [PATCH] eCryptfs: remove unnecessary flush_dcache_page() by Michael Halcrow · 17 years ago
  100. a8d547d [PATCH] eCryptfs: set O_LARGEFILE when opening lower file by Michael Halcrow · 17 years ago