1. 8da0eaf don't pass nameidata * to vfs_create() by Al Viro · 13 years ago
  2. 33b02b8 don't pass nameidata to ->create() by Al Viro · 13 years ago
  3. 986122f stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  4. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
  5. a6d8221 eCryptfs: Invalidate dcache entries when lower i_nlink is zero by Tyler Hicks · 10 years ago
  6. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  7. 9d1d541 eCryptfs: Remove buggy and unnecessary write in file name decode routine by Michael Halcrow · 10 years ago
  8. 495863f BACKPORT: fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
  9. d07888a FPII-2606 : Update: Elevation of privilege vulnerability in kernel eCryptfs filesystem (device specific) CVE-2016-1583 A-29444228 by Jeron Susan · 8 years ago
  10. 0794f56 ecryptfs: make register_filesystem() the last potential failure exit by Al Viro · 13 years ago
  11. 68ac123 switch touch_atime to struct path by Al Viro · 13 years ago
  12. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  13. e28e832 ecryptfs: don't bother with ->drop_inode() by Al Viro · 13 years ago
  14. 164974a ecryptfs: fix printk format warning for size_t by Randy Dunlap · 13 years ago
  15. 465c934 ecryptfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  16. 545d680 eCryptfs: Copy up lower inode attrs after setting lower xattr by Tyler Hicks · 13 years ago
  17. 4a26620 eCryptfs: Improve statfs reporting by Tyler Hicks · 13 years ago
  18. 1589cb1 eCryptfs: move misleading function comments by Li Wang · 13 years ago
  19. 58ded24 eCryptfs: Fix oops when printing debug info in extent crypto functions by Tyler Hicks · 13 years ago
  20. f2cb933 eCryptfs: Remove unused ecryptfs_read() by Tyler Hicks · 13 years ago
  21. a261a03 eCryptfs: Check inode changes in setattr by Tyler Hicks · 13 years ago
  22. 5e6f0d7 eCryptfs: Make truncate path killable by Tyler Hicks · 13 years ago
  23. 684a3ff eCryptfs: Infinite loop due to overflow in ecryptfs_write() by Li Wang · 13 years ago
  24. 48399c0 eCryptfs: Replace miscdev read/write magic numbers by Tyler Hicks · 13 years ago
  25. 7f13350 eCryptfs: Report errors in writes to /dev/ecryptfs by Tyler Hicks · 13 years ago
  26. db10e55 eCryptfs: Sanitize write counts of /dev/ecryptfs by Tyler Hicks · 13 years ago
  27. bb45036 ecryptfs: Remove unnecessary variable initialization by Tim Gardner · 13 years ago
  28. 30373dc ecryptfs: Improve metadata read failure logging by Tim Gardner · 13 years ago
  29. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  30. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 14 years ago
  31. 18cb1b0 kill ecryptfs_create_underlying_file() by Al Viro · 14 years ago
  32. 1a67aaf switch ->mknod() to umode_t by Al Viro · 14 years ago
  33. 4acdaf2 switch ->create() to umode_t by Al Viro · 14 years ago
  34. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 14 years ago
  35. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  36. 0f751e6 eCryptfs: Extend array bounds for all filename chars by Tyler Hicks · 13 years ago
  37. 32001d6 eCryptfs: Flush file in vma close by Tyler Hicks · 13 years ago
  38. b59db43 eCryptfs: Prevent file create race condition by Tyler Hicks · 13 years ago
  39. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  40. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  41. 7643554 Ecryptfs: Add mount option to check uid of device being mounted = expect uid by John Johansen · 14 years ago
  42. 99b373f eCryptfs: Fix payload_len unitialized variable warning by Tyler Hicks · 14 years ago
  43. 4b6fee1 eCryptfs: fix compile error by Roberto Sassu · 14 years ago
  44. f61500e eCryptfs: Return error when lower file pointer is NULL by Tyler Hicks · 14 years ago
  45. 985ca0e ecryptfs: Make inode bdi consistent with superblock bdi by Thieu Le · 14 years ago
  46. b2987a5 eCryptfs: Unlock keys needed by ecryptfsd by Tyler Hicks · 14 years ago
  47. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  48. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  49. df2e301 fs: Merge split strings by Jean Delvare · 14 years ago
  50. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 14 years ago
  51. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 14 years ago
  52. beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 14 years ago
  53. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
  54. 1252cc3 eCryptfs: added support for the encrypted key type by Roberto Sassu · 14 years ago
  55. f8f8527 eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h by Roberto Sassu · 14 years ago
  56. 3063287 eCryptfs: Remove ecryptfs_header_cache_2 by Tyler Hicks · 14 years ago
  57. 778aeb4 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() by Tyler Hicks · 14 years ago
  58. 7a86617 eCryptfs: Return useful code from contains_ecryptfs_marker by Tyler Hicks · 14 years ago
  59. 3b06b3e eCryptfs: Fix new inode race condition by Tyler Hicks · 14 years ago
  60. 5ccf920 eCryptfs: Cleanup inode initialization code by Tyler Hicks · 14 years ago
  61. c4f7907 eCryptfs: Consolidate inode functions into inode.c by Tyler Hicks · 14 years ago
  62. 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  63. 55e5b7e ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 14 years ago
  64. aaab184 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  65. 8d08dab eCryptfs: Allow 2 scatterlist entries for encrypted filenames by Tyler Hicks · 14 years ago
  66. 0785055 eCryptfs: Clear i_nlink in rmdir by Tyler Hicks · 14 years ago
  67. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 14 years ago
  68. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
  69. 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 14 years ago
  70. 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 14 years ago
  71. 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 14 years ago
  72. dd55c89 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 14 years ago
  73. 35ffa94 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 14 years ago
  74. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  75. b5695d0 eCryptfs: write lock requested keys by Roberto Sassu · 14 years ago
  76. 950983f eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock by Roberto Sassu · 14 years ago
  77. 0e1fc5e eCryptfs: verify authentication tokens before their use by Roberto Sassu · 14 years ago
  78. 7762e23 eCryptfs: modified size of keysig in the ecryptfs_key_sig structure by Roberto Sassu · 14 years ago
  79. cf35ca6 eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat by Roberto Sassu · 14 years ago
  80. 1821df0 eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix by Roberto Sassu · 14 years ago
  81. 50f198a eCryptfs: Unlock page in write_begin error path by Tyler Hicks · 14 years ago
  82. 57db4e8 ecryptfs: modify write path to encrypt page in writepage by Thieu Le · 14 years ago
  83. fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 14 years ago
  84. bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 14 years ago
  85. 55f9cf6 eCryptfs: Copy up lower inode attrs in getattr by Tyler Hicks · 14 years ago
  86. 323ef68 ecryptfs: read on a directory should return EISDIR if not supported by Andy Whitcroft · 14 years ago
  87. 70b8902 eCryptfs: Handle NULL nameidata pointers by Tyler Hicks · 14 years ago
  88. 8787c7a eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" by Tyler Hicks · 14 years ago
  89. 2456248 ecryptfs: remove unnecessary decrypt when extending a file by Frank Swiderski · 14 years ago
  90. f24b388 ecryptfs: Fix ecryptfs_printk() size_t warnings by Tyler Hicks · 14 years ago
  91. 888d57b fs/ecryptfs: Add printf format/argument verification and fix fallout by Joe Perches · 14 years ago
  92. 0abe116 ecryptfs: fixed testing of file descriptor flags by Roberto Sassu · 14 years ago
  93. 2799289 ecryptfs: test lower_file pointer when lower_file_mutex is locked by Roberto Sassu · 14 years ago
  94. 070baa5 ecryptfs: missing initialization of the superblock 'magic' field by Roberto Sassu · 14 years ago
  95. 2a8652f ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h by Roberto Sassu · 14 years ago
  96. 38a708d ecryptfs: fix truncation error in ecryptfs_read_update_atime by Edward Shishkin · 14 years ago
  97. 6254b32 ecryptfs: fix broken build by Linus Torvalds · 14 years ago
  98. 66cb766 sanitize ecryptfs ->mount() by Al Viro · 14 years ago
  99. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  100. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago