1. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  2. c83ce98 VFS: Fix the nfs sillyrename regression in kernel 2.6.38 by Trond Myklebust · 13 years ago
  3. c826cb7 dcache.c: create helper function for duplicated functionality by Linus Torvalds · 13 years ago
  4. 574197e tidy the trailing symlinks traversal up by Al Viro · 13 years ago
  5. b356379 Turn resolution of trailing symlinks iterative everywhere by Al Viro · 13 years ago
  6. ce05254 simplify link_path_walk() tail by Al Viro · 13 years ago
  7. bd92d7f Make trailing symlink resolution in path_lookupat() iterative by Al Viro · 13 years ago
  8. b21041d update nd->inode in __do_follow_link() instead of after do_follow_link() by Al Viro · 13 years ago
  9. ce57dfc pull handling of one pathname component into a helper by Al Viro · 13 years ago
  10. 11a7b37 fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH by Aneesh Kumar K.V · 13 years ago
  11. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 13 years ago
  12. 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 13 years ago
  13. bcda765 Allow O_PATH for symlinks by Al Viro · 13 years ago
  14. 1abf0c7 New kind of open files - "location only". by Al Viro · 13 years ago
  15. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 13 years ago
  16. 03cb5f0 ext3: Copy fs UUID to superblock. by Aneesh Kumar K.V · 13 years ago
  17. 93f1c20 vfs: Export file system uuid via /proc/<pid>/mountinfo by Aneesh Kumar K.V · 13 years ago
  18. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  19. aae8a97 fs: Don't allow to create hardlink for deleted file by Aneesh Kumar K.V · 13 years ago
  20. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 13 years ago
  21. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 13 years ago
  22. f52e0c1 New AT_... flag: AT_EMPTY_PATH by Al Viro · 13 years ago
  23. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  24. 1eafbfe Fix corrupted OSF partition table parsing by Timo Warns · 13 years ago
  25. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  26. c8b91ac clean statfs-like syscalls up by Al Viro · 13 years ago
  27. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 13 years ago
  28. 5b6ca02 reduce vfs_path_lookup() to do_path_lookup() by Al Viro · 13 years ago
  29. 5a18fff untangle do_lookup() by Al Viro · 13 years ago
  30. 40b3913 path_openat: clean ELOOP handling a bit by Al Viro · 13 years ago
  31. f374ed5 do_last: kill a rudiment of old ->d_revalidate() workaround by Al Viro · 13 years ago
  32. 6c0d46c fold __open_namei_create() and open_will_truncate() into do_last() by Al Viro · 13 years ago
  33. ca344a89 do_last: unify may_open() call and everyting after it by Al Viro · 13 years ago
  34. 9b44f1b move may_open() from __open_name_create() to do_last() by Al Viro · 13 years ago
  35. 0f9d1a1 expand finish_open() in its only caller by Al Viro · 13 years ago
  36. 5a202bc sanitize pathname component hash calculation by Al Viro · 13 years ago
  37. 6a96ba5 kill __lookup_one_len() by Al Viro · 13 years ago
  38. fe2d35f switch non-create side of open() to use of do_last() by Al Viro · 13 years ago
  39. 70e9b35 get rid of nd->file by Al Viro · 13 years ago
  40. 951361f get rid of the last LOOKUP_RCU dependencies in link_path_walk() by Al Viro · 13 years ago
  41. a7472ba make nameidata_dentry_drop_rcu_maybe() always leave RCU mode by Al Viro · 13 years ago
  42. ef7562d make handle_dots() leave RCU mode on error by Al Viro · 13 years ago
  43. 4455ca6 clear RCU on all failure exits from link_path_walk() by Al Viro · 13 years ago
  44. 9856fa1 pull handling of . and .. into inlined helper by Al Viro · 13 years ago
  45. 7bc055d kill out_dput: in link_path_walk() by Al Viro · 13 years ago
  46. 13aab42 separate -ESTALE/-ECHILD retries in do_filp_open() from real work by Al Viro · 13 years ago
  47. 47c805d switch do_filp_open() to struct open_flags by Al Viro · 13 years ago
  48. c3e380b Collect "operation mode" arguments of do_last() into a structure by Al Viro · 13 years ago
  49. f1afe9e clean up the failure exits after __do_follow_link() in do_filp_open() by Al Viro · 13 years ago
  50. 36f3b4f pull security_inode_follow_link() into __do_follow_link() by Al Viro · 13 years ago
  51. 086e183 pull dropping RCU on success of link_path_walk() into path_lookupat() by Al Viro · 13 years ago
  52. 16c2cd7 untangle the "need_reval_dot" mess by Al Viro · 13 years ago
  53. fe479a5 merge component type recognition by Al Viro · 13 years ago
  54. e41f7d4 merge path_init and path_init_rcu by Al Viro · 13 years ago
  55. ee0827c sanitize path_walk() mess by Al Viro · 13 years ago
  56. 52094c8 take RCU-dependent stuff around exec_permission() into a new helper by Al Viro · 13 years ago
  57. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  58. c44ed96 compat breakage in preadv() and pwritev() by Al Viro · 13 years ago
  59. 586ce09 compat breakage in preadv() and pwritev() by Al Viro · 13 years ago
  60. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  61. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 13 years ago
  62. 53d4737 NFS: NFSROOT should default to "proto=udp" by Chuck Lever · 13 years ago
  63. 57df216 nfs4: remove duplicated #include by Huang Weiyi · 13 years ago
  64. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 13 years ago
  65. ecac799 NFSv4: Fix the setlk error handler by Trond Myklebust · 13 years ago
  66. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 13 years ago
  67. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 13 years ago
  68. c34c32e NFSv4.1 reclaim complete must wait for completion by Andy Adamson · 13 years ago
  69. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 13 years ago
  70. 7d6d63d NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY by Ricardo Labiaga · 13 years ago
  71. 3fa0b4e (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid by Frank Filz · 14 years ago
  72. 43b7c3f nfs: fix compilation warning by Jovi Zhang · 13 years ago
  73. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 13 years ago
  74. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 13 years ago
  75. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  76. 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 13 years ago
  77. b4966b7 btrfs: fix dip leak by Daniel J Blueman · 13 years ago
  78. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 13 years ago
  79. 1ca551c Check for immutable/append flag in fallocate path by Marco Stornelli · 13 years ago
  80. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  81. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  82. 4714e63 ocfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  83. 53fe924 gfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  84. 529c5f9 fuse: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  85. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  86. c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 13 years ago
  87. ae50adc /proc/self is never going to be invalidated... by Al Viro · 13 years ago
  88. 3979491 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  89. 78833dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  90. b306419 nd->inode is not set on the second attempt in path_walk() by Al Viro · 13 years ago
  91. 3ec07aa nfsd: wrong index used in inner loop by roel · 13 years ago
  92. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 13 years ago
  93. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 13 years ago
  94. 32b007b nfsd4: fix bad pointer on failure to find delegation by J. Bruce Fields · 13 years ago
  95. 31339ac Btrfs: deal with short returns from copy_from_user by Chris Mason · 13 years ago
  96. b1bf862 Btrfs: fix regressions in copy_from_user handling by Chris Mason · 13 years ago
  97. fb62c00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  98. e9e3d72 nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) by Neil Horman · 13 years ago
  99. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 13 years ago
  100. 1858efd minimal fix for do_filp_open() race by Al Viro · 13 years ago