1. 682a8e2 Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 3 years, 8 months ago
  2. b28866f Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
  3. d17074a ecryptfs: inode: Help out nearly-there header and demote non-conformant ones by Lee Jones · 3 years, 10 months ago
  4. 97e2dee ecryptfs: stack fileattr ops by Miklos Szeredi · 3 years, 9 months ago
  5. b2648d5 ecryptfs: saner API for lock_parent() by Al Viro · 4 years ago
  6. 4313e35 ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link() by Al Viro · 4 years ago
  7. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  8. 0b96444 ecryptfs: fix uid translation for setxattr on security.capability by Miklos Szeredi · 4 years ago
  9. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  10. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  11. 9fe6145 namei: introduce struct renamedata by Christian Brauner · 4 years ago
  12. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  13. c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
  14. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  15. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  16. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  17. 762c696 ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either by Al Viro · 5 years ago
  18. e72b9dd ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable by Al Viro · 5 years ago
  19. bcf0d9d ecryptfs: fix unlink and rmdir in face of underlying fs modifications by Al Viro · 5 years ago
  20. fa6e951 Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 6 years ago
  21. c036061 ecryptfs: Make ecryptfs_xattr_handler static by YueHaibing · 6 years ago
  22. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  23. 74dd7c9 ecryptfs_rename(): verify that lower dentries are still OK after lock_rename() by Al Viro · 6 years ago
  24. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  25. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  26. ab13a92 ecryptfs: lookup: Don't check if mount_crypt_stat is NULL by Guenter Roeck · 7 years ago
  27. 0695a3c ecryptfs: remove unnecessary i_version bump by Jeff Layton · 7 years ago
  28. 1a0bba4 ecryptfs: Delete 21 error messages for a failed memory allocation by Markus Elfring · 7 years ago
  29. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  30. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  31. 6c988f5 ecryptfs: use vfs_get_link() by Miklos Szeredi · 8 years ago
  32. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  33. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  35. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  36. 4b899da ecryptfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  37. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  38. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  39. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  40. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
  41. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  42. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  43. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  44. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  45. e81f334 eCryptfs: Do not allocate hash tfm in NORECLAIM context by Herbert Xu · 9 years ago
  46. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  47. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  48. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  49. 88ae4ab ecryptfs_lookup(): try either only encrypted or plaintext name by Al Viro · 9 years ago
  50. b1168a9 ecryptfs: avoid multiple aliases for directories by Al Viro · 9 years ago
  51. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 9 years ago
  53. 6b719e5 ecryptfs_lookup(): use lookup_one_len_unlocked() by Al Viro · 9 years ago
  54. 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 9 years ago
  55. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  56. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  57. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  58. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  59. 0e81ba2 don't opencode iget_failed() by Al Viro · 9 years ago
  60. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  61. 89076bc get rid of assorted nameidata-related debris by Al Viro · 10 years ago
  62. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  63. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  64. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  65. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  66. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  67. eca9fdf Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  68. 0f9e2bf ecryptfs: remove unneeded buggy code in ecryptfs_do_create() by Alexey Khoroshilov · 10 years ago
  69. 35425ea ecryptfs: avoid to access NULL pointer when write metadata in xattr by Chao Yu · 10 years ago
  70. c4cf3ba ecryptfs: Drop cast by Himangi Saraogi · 11 years ago
  71. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 11 years ago
  72. b22e8fe ecryptfs: fix failure handling in ->readlink() by Al Viro · 11 years ago
  73. 9e78d14 Use %pd in eCryptFS by David Howells · 11 years ago
  74. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  75. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  76. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  77. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  78. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  79. 92dd123 ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt} by Al Viro · 11 years ago
  80. 84d08fa helper for reading ->d_count by Al Viro · 12 years ago
  81. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 12 years ago
  82. e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  83. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  84. 111d61a eCryptfs: Fix -Wmissing-prototypes warnings by Tyler Hicks · 12 years ago
  85. 8335eaf eCryptfs: Copy up attributes of the lower target inode after rename by Tyler Hicks · 12 years ago
  86. 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
  87. 0b1d901 ecryptfs_lookup_interpose(): allocate dentry_info first by Al Viro · 12 years ago
  88. bc65a12 sanitize ecryptfs_lookup() by Al Viro · 12 years ago
  89. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 13 years ago
  90. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 13 years ago
  91. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  92. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  93. 821f749 eCryptfs: Revert to a writethrough cache model by Tyler Hicks · 13 years ago
  94. e3ccaa9 eCryptfs: Initialize empty lower files when opening them by Tyler Hicks · 13 years ago
  95. 8bc2d3c eCryptfs: Unlink lower inode when ecryptfs_create() fails by Tyler Hicks · 13 years ago
  96. 408bd62 get rid of pointless allocations and copying in ecryptfs_follow_link() by Al Viro · 13 years ago
  97. 545d680 eCryptfs: Copy up lower inode attrs after setting lower xattr by Tyler Hicks · 13 years ago
  98. a261a03 eCryptfs: Check inode changes in setattr by Tyler Hicks · 13 years ago
  99. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
  100. 18cb1b0 kill ecryptfs_create_underlying_file() by Al Viro · 13 years ago