1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  4. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  5. 4b899da ecryptfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  6. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  7. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  8. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  9. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  10. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  13. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  14. e81f334 eCryptfs: Do not allocate hash tfm in NORECLAIM context by Herbert Xu · 8 years ago
  15. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  16. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  17. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  18. 88ae4ab ecryptfs_lookup(): try either only encrypted or plaintext name by Al Viro · 8 years ago
  19. b1168a9 ecryptfs: avoid multiple aliases for directories by Al Viro · 8 years ago
  20. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 8 years ago
  22. 6b719e5 ecryptfs_lookup(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  23. 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 8 years ago
  24. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  25. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  27. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  28. 0e81ba2 don't opencode iget_failed() by Al Viro · 9 years ago
  29. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  30. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  31. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  32. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  33. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  34. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  35. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  36. 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
  37. 0f9e2bf ecryptfs: remove unneeded buggy code in ecryptfs_do_create() by Alexey Khoroshilov · 10 years ago
  38. 35425ea ecryptfs: avoid to access NULL pointer when write metadata in xattr by Chao Yu · 10 years ago
  39. c4cf3ba ecryptfs: Drop cast by Himangi Saraogi · 10 years ago
  40. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  41. b22e8fe ecryptfs: fix failure handling in ->readlink() by Al Viro · 11 years ago
  42. 9e78d14 Use %pd in eCryptFS by David Howells · 11 years ago
  43. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  44. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  45. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  46. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  47. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  48. 92dd123 ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt} by Al Viro · 11 years ago
  49. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  50. 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 11 years ago
  51. 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
  52. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  53. 111d61a eCryptfs: Fix -Wmissing-prototypes warnings by Tyler Hicks · 11 years ago
  54. 8335eaf eCryptfs: Copy up attributes of the lower target inode after rename by Tyler Hicks · 12 years ago
  55. 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
  56. 0b1d901 ecryptfs_lookup_interpose(): allocate dentry_info first by Al Viro · 12 years ago
  57. bc65a12 sanitize ecryptfs_lookup() by Al Viro · 12 years ago
  58. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  59. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  60. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  61. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  62. 821f749 eCryptfs: Revert to a writethrough cache model by Tyler Hicks · 12 years ago
  63. e3ccaa9 eCryptfs: Initialize empty lower files when opening them by Tyler Hicks · 12 years ago
  64. 8bc2d3c eCryptfs: Unlink lower inode when ecryptfs_create() fails by Tyler Hicks · 12 years ago
  65. 408bd62 get rid of pointless allocations and copying in ecryptfs_follow_link() by Al Viro · 12 years ago
  66. 545d680 eCryptfs: Copy up lower inode attrs after setting lower xattr by Tyler Hicks · 12 years ago
  67. a261a03 eCryptfs: Check inode changes in setattr by Tyler Hicks · 12 years ago
  68. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
  69. 18cb1b0 kill ecryptfs_create_underlying_file() by Al Viro · 13 years ago
  70. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  71. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  72. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  73. b59db43 eCryptfs: Prevent file create race condition by Tyler Hicks · 13 years ago
  74. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  75. 985ca0e ecryptfs: Make inode bdi consistent with superblock bdi by Thieu Le · 13 years ago
  76. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
  77. beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
  78. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  79. 778aeb4 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() by Tyler Hicks · 13 years ago
  80. 3b06b3e eCryptfs: Fix new inode race condition by Tyler Hicks · 13 years ago
  81. 5ccf920 eCryptfs: Cleanup inode initialization code by Tyler Hicks · 13 years ago
  82. c4f7907 eCryptfs: Consolidate inode functions into inode.c by Tyler Hicks · 13 years ago
  83. 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  84. 55e5b7e ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  85. aaab184 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
  86. 0785055 eCryptfs: Clear i_nlink in rmdir by Tyler Hicks · 13 years ago
  87. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  88. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  89. 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 13 years ago
  90. 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 13 years ago
  91. 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 13 years ago
  92. dd55c898 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 13 years ago
  93. 35ffa948 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 13 years ago
  94. fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 13 years ago
  95. bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 13 years ago
  96. 55f9cf6 eCryptfs: Copy up lower inode attrs in getattr by Tyler Hicks · 13 years ago
  97. 70b8902 eCryptfs: Handle NULL nameidata pointers by Tyler Hicks · 13 years ago
  98. 8787c7a eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" by Tyler Hicks · 13 years ago
  99. 2799289 ecryptfs: test lower_file pointer when lower_file_mutex is locked by Roberto Sassu · 14 years ago
  100. 66cb766 sanitize ecryptfs ->mount() by Al Viro · 13 years ago