1. 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 13 years ago
  2. 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 13 years ago
  3. 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 13 years ago
  4. dd55c89 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 13 years ago
  5. 35ffa94 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 13 years ago
  6. fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 13 years ago
  7. bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 13 years ago
  8. 55f9cf6 eCryptfs: Copy up lower inode attrs in getattr by Tyler Hicks · 14 years ago
  9. 70b8902 eCryptfs: Handle NULL nameidata pointers by Tyler Hicks · 13 years ago
  10. 8787c7a eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" by Tyler Hicks · 13 years ago
  11. 2799289 ecryptfs: test lower_file pointer when lower_file_mutex is locked by Roberto Sassu · 14 years ago
  12. 66cb766 sanitize ecryptfs ->mount() by Al Viro · 14 years ago
  13. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  14. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  15. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  16. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  17. 2e21b3f eCryptfs: Clear LOOKUP_OPEN flag when creating lower file by Tyler Hicks · 14 years ago
  18. 48b512e ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() by Roberto Sassu · 14 years ago
  19. 93c3fe4 eCryptfs: Fix encrypted file name lookup regression by Tyler Hicks · 14 years ago
  20. 26b5563 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  21. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  22. 21edad3 ecryptfs: dont call lookup_one_len to avoid NULL nameidata by Lino Sanfilippo · 14 years ago
  23. 31f73be ecryptfs: release reference to lower mount if interpose fails by Lino Sanfilippo · 14 years ago
  24. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  25. 48c1e44 switch ecryptfs_write() to struct inode *, kill on-stack fake files by Al Viro · 14 years ago
  26. 9b030e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  27. 9f37622 eCryptfs: Turn lower lookup error messages into debug messages by Tyler Hicks · 14 years ago
  28. 3a8380c eCryptfs: Copy lower directory inode times and size on link by Tyler Hicks · 14 years ago
  29. cfce08c ecryptfs: fix error code for missing xattrs in lower fs by Christian Pulvermacher · 14 years ago
  30. 3a60a16 eCryptfs: Decrypt symlink target for stat size by Tyler Hicks · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 1984c23 eCryptfs: Clear buffer before reading in metadata xattr by Tyler Hicks · 14 years ago
  33. fa3ef1c eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front by Tyler Hicks · 14 years ago
  34. 157f107 eCryptfs: Fix metadata in xattr feature regression by Tyler Hicks · 14 years ago
  35. 3469b57 ecryptfs: pass matching flags to interpose as defined and used there by Erez Zadok · 15 years ago
  36. c44a66d ecryptfs: remove unnecessary d_drop calls in ecryptfs_link by Erez Zadok · 15 years ago
  37. 0d132f7 ecryptfs: don't ignore return value from lock_rename by Erez Zadok · 15 years ago
  38. f8f484d eCryptfs: Add getattr function by Tyler Hicks · 15 years ago
  39. 5f3ef64 eCryptfs: Use notify_change for truncating lower inodes by Tyler Hicks · 15 years ago
  40. 806892e ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path by OGAWA Hirofumi · 15 years ago
  41. 9afa2fb fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all by Erez Zadok · 15 years ago
  42. 9c2d205 eCryptfs: Prevent lower dentry from going negative during unlink by Tyler Hicks · 15 years ago
  43. ac20100 eCryptfs: Fix min function comparison warning by Tyler Hicks · 15 years ago
  44. 802b352 ecryptfs: fix printk format warning by Randy Dunlap · 15 years ago
  45. 3a6b42c eCryptfs: Larger buffer for encrypted symlink targets by Tyler Hicks · 15 years ago
  46. ca8e34f eCryptfs: Lock lower directory inode mutex during lookup by Tyler Hicks · 15 years ago
  47. 13a791b eCryptfs: Fix data corruption when using ecryptfs_passthrough by Tyler Hicks · 15 years ago
  48. 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 15 years ago
  49. f70f582 fs/ecryptfs/inode.c: cleanup kerneldoc by Qinghuang Feng · 16 years ago
  50. a8f1286 eCryptfs: Fix data types (int/size_t) by Michael Halcrow · 16 years ago
  51. addd65ad eCryptfs: Filename Encryption: filldir, lookup, and readlink by Michael Halcrow · 16 years ago
  52. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  53. a17d523 eCryptfs: check readlink result was not an error before using it by Duane Griffin · 16 years ago
  54. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  55. db2e747 [patch 5/5] vfs: remove mode parameter from vfs_symlink() by Miklos Szeredi · 16 years ago
  56. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  57. 391b52f eCryptfs: Make all persistent file opens delayed by Michael Halcrow · 16 years ago
  58. 72b55ff eCryptfs: do not try to open device files on mknod by Michael Halcrow · 16 years ago
  59. 0a688ad ecryptfs: inode.c mmap.c use unaligned byteorder helpers by Harvey Harrison · 16 years ago
  60. 8dc4e37 ecryptfs: clean up (un)lock_parent by Miklos Szeredi · 16 years ago
  61. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  62. 9c3580a ecryptfs: add missing lock around notify_change by Miklos Szeredi · 16 years ago
  63. 18d1dbf ecryptfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  64. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  65. 25bd817 eCryptfs: Minor fixes to printk messages by Michael Halcrow · 16 years ago
  66. cc11bef eCryptfs: track header bytes rather than extents by Michael Halcrow · 16 years ago
  67. 7896b63 fs/ecryptfs/: possible cleanups by Adrian Bunk · 16 years ago
  68. caeeeec eCryptfs: fix dentry handling on create error, unlink, and inode destroy by Michael Halcrow · 17 years ago
  69. 1ac564e ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID by Jeff Layton · 17 years ago
  70. 2ed9255 eCryptfs: make open, truncate, and setattr use persistent file by Michael Halcrow · 17 years ago
  71. d7cdc5f eCryptfs: update metadata read/write functions by Michael Halcrow · 17 years ago
  72. 4981e08 eCryptfs: set up and destroy persistent lower file by Michael Halcrow · 17 years ago
  73. 0216f7f eCryptfs: replace encrypt, decrypt, and inode size write by Michael Halcrow · 17 years ago
  74. 5dda699 eCryptfs: remove assignments in if-statements by Michael Halcrow · 17 years ago
  75. 45eaab7 eCryptfs: remove header_extent_size by Michael Halcrow · 17 years ago
  76. 060d11b revert "eCryptfs: fix lookup error for special files" by Andrew Morton · 17 years ago
  77. df06846 eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
  78. 202a21d eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
  79. 64ee480 eCryptfs: ecryptfs_setattr() bugfix by Michael Halcrow · 17 years ago
  80. c381bfc Couple fixes to fs/ecryptfs/inode.c by Mika Kukkonen · 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. 908e0a8 [PATCH] ecryptfs: nested locking annotation by Peter Zijlstra · 17 years ago
  84. ad5f119 [PATCH] ecryptfs: check xattr operation support fix by Dmitriy Monakhov · 17 years ago
  85. a8d547d [PATCH] eCryptfs: set O_LARGEFILE when opening lower file by Michael Halcrow · 17 years ago
  86. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  87. e2bd99e [PATCH] eCryptfs: open-code flag checking and manipulation by Michael Halcrow · 17 years ago
  88. 7045660 [PATCH] eCryptfs: convert f_op->write() to vfs_write() by Michael Halcrow · 17 years ago
  89. e77a56d [PATCH] eCryptfs: Encrypted passthrough by Michael Halcrow · 17 years ago
  90. dd2a3b7 [PATCH] eCryptfs: Generalize metadata read/write by Michael Halcrow · 17 years ago
  91. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  92. bd243a4 [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  93. 0cc72dc [PATCH] eCryptfs: Use fsstack's generic copy inode attr functions by Josef "Jeff" Sipek · 18 years ago
  94. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  95. f7267c0 [PATCH] slab: remove SLAB_USER by Christoph Lameter · 18 years ago
  96. ae56fb1 [PATCH] eCryptfs: CIFS nlink fixes by Michael Halcrow · 18 years ago
  97. a908308 [PATCH] eCryptfs: dput() lower d_parent on rename by Michael Halcrow · 18 years ago
  98. 45ec4aba [PATCH] eCryptfs: Fix handling of lower d_count by Michael Halcrow · 18 years ago
  99. 7ff1d74 [PATCH] eCryptfs: Consolidate lower dentry_open's by Michael Halcrow · 18 years ago
  100. 237fead [PATCH] ecryptfs: fs/Makefile and fs/Kconfig by Michael Halcrow · 18 years ago