1. 03cb5f0 ext3: Copy fs UUID to superblock. by Aneesh Kumar K.V · 15 years ago
  2. 93f1c20 vfs: Export file system uuid via /proc/<pid>/mountinfo by Aneesh Kumar K.V · 15 years ago
  3. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 15 years ago
  4. aae8a97 fs: Don't allow to create hardlink for deleted file by Aneesh Kumar K.V · 15 years ago
  5. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 15 years ago
  6. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 15 years ago
  7. f52e0c1 New AT_... flag: AT_EMPTY_PATH by Al Viro · 14 years ago
  8. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 15 years ago
  9. c8b91ac clean statfs-like syscalls up by Al Viro · 14 years ago
  10. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 14 years ago
  11. 5b6ca02 reduce vfs_path_lookup() to do_path_lookup() by Al Viro · 14 years ago
  12. 5a18fff untangle do_lookup() by Al Viro · 14 years ago
  13. 40b3913 path_openat: clean ELOOP handling a bit by Al Viro · 14 years ago
  14. f374ed5 do_last: kill a rudiment of old ->d_revalidate() workaround by Al Viro · 14 years ago
  15. 6c0d46c fold __open_namei_create() and open_will_truncate() into do_last() by Al Viro · 14 years ago
  16. ca344a89 do_last: unify may_open() call and everyting after it by Al Viro · 14 years ago
  17. 9b44f1b move may_open() from __open_name_create() to do_last() by Al Viro · 14 years ago
  18. 0f9d1a1 expand finish_open() in its only caller by Al Viro · 14 years ago
  19. 5a202bc sanitize pathname component hash calculation by Al Viro · 14 years ago
  20. 6a96ba5 kill __lookup_one_len() by Al Viro · 14 years ago
  21. fe2d35f switch non-create side of open() to use of do_last() by Al Viro · 14 years ago
  22. 70e9b35 get rid of nd->file by Al Viro · 14 years ago
  23. 951361f get rid of the last LOOKUP_RCU dependencies in link_path_walk() by Al Viro · 14 years ago
  24. a7472ba make nameidata_dentry_drop_rcu_maybe() always leave RCU mode by Al Viro · 14 years ago
  25. ef7562d make handle_dots() leave RCU mode on error by Al Viro · 14 years ago
  26. 4455ca6 clear RCU on all failure exits from link_path_walk() by Al Viro · 14 years ago
  27. 9856fa1 pull handling of . and .. into inlined helper by Al Viro · 14 years ago
  28. 7bc055d kill out_dput: in link_path_walk() by Al Viro · 14 years ago
  29. 13aab42 separate -ESTALE/-ECHILD retries in do_filp_open() from real work by Al Viro · 14 years ago
  30. 47c805d switch do_filp_open() to struct open_flags by Al Viro · 14 years ago
  31. c3e380b Collect "operation mode" arguments of do_last() into a structure by Al Viro · 14 years ago
  32. f1afe9e clean up the failure exits after __do_follow_link() in do_filp_open() by Al Viro · 14 years ago
  33. 36f3b4f pull security_inode_follow_link() into __do_follow_link() by Al Viro · 14 years ago
  34. 086e183 pull dropping RCU on success of link_path_walk() into path_lookupat() by Al Viro · 14 years ago
  35. 16c2cd7 untangle the "need_reval_dot" mess by Al Viro · 14 years ago
  36. fe479a5 merge component type recognition by Al Viro · 14 years ago
  37. e41f7d4 merge path_init and path_init_rcu by Al Viro · 14 years ago
  38. ee0827c sanitize path_walk() mess by Al Viro · 14 years ago
  39. 52094c8 take RCU-dependent stuff around exec_permission() into a new helper by Al Viro · 14 years ago
  40. c9c6cac kill path_lookup() by Al Viro · 14 years ago
  41. 586ce09 compat breakage in preadv() and pwritev() by Al Viro · 14 years ago
  42. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 15 years ago
  43. 1ca551c Check for immutable/append flag in fallocate path by Marco Stornelli · 14 years ago
  44. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  45. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  46. 4714e63 ocfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  47. 53fe924 gfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  48. 529c5f9 fuse: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  49. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  50. c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 14 years ago
  51. ae50adc /proc/self is never going to be invalidated... by Al Viro · 14 years ago
  52. 3979491 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  53. 78833dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  54. b306419 nd->inode is not set on the second attempt in path_walk() by Al Viro · 14 years ago
  55. 3ec07aa nfsd: wrong index used in inner loop by roel · 14 years ago
  56. dfef6dc unfuck proc_sysctl ->d_compare() by Al Viro · 14 years ago
  57. 32b007b nfsd4: fix bad pointer on failure to find delegation by J. Bruce Fields · 14 years ago
  58. fb62c00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  59. e9e3d72 nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) by Neil Horman · 14 years ago
  60. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 14 years ago
  61. 1858efd minimal fix for do_filp_open() race by Al Viro · 14 years ago
  62. 8336026 Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  63. 4c7fd11 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  64. c640e13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  65. 16a8b70 ceph: do not clear I_COMPLETE from d_release by Sage Weil · 14 years ago
  66. b545cc1 ceph: do not set I_COMPLETE by Sage Weil · 14 years ago
  67. 9bde178 Revert "ceph: keep reference to parent inode on ceph_dentry" by Sage Weil · 14 years ago
  68. 69102e9 hfs: fix rename() over non-empty directory by Al Viro · 14 years ago
  69. 810c1b2e udf: fix i_nlink limit by Al Viro · 14 years ago
  70. 99890a3 fix reiserfs mkdir() breakage by Al Viro · 14 years ago
  71. babfe56 exofs: i_nlink races in rename() by Al Viro · 14 years ago
  72. 30eb43d nilfs2: i_nlink races in rename() by Al Viro · 14 years ago
  73. 6f88049 minix: i_nlink races in rename() by Al Viro · 14 years ago
  74. 37750cd ufs: i_nlink races in rename() by Al Viro · 14 years ago
  75. 4787d45 sysv: i_nlink races in rename() by Al Viro · 14 years ago
  76. f7d222e Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  77. 8aaccf7 of/flattree: Drop an uninteresting message to pr_debug level by Paul Bolle · 15 years ago
  78. e8a80c6 ext2: Fix link count corruption under heavy link+rename load by Josh Hunt · 14 years ago
  79. af24ee9 xfs: zero proper structure size for geometry calls by Alex Elder · 14 years ago
  80. 72746ac nilfs2: fix regression that i-flag is not set on changeless checkpoints by Ryusuke Konishi · 14 years ago
  81. e6eb5ce fs/block_dev.c: fix new kernel-doc warning by Randy Dunlap · 14 years ago
  82. 58da94f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  83. 158a5d6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  84. 7137c6bd aio: fix race between io_destroy() and io_submit() by Jan Kara · 14 years ago
  85. 3bd9a5d aio: fix rcu ioctx lookup by Nick Piggin · 14 years ago
  86. 294f6cf ldm: corrupted partition table can cause kernel oops by Timo Warns · 14 years ago
  87. 22bacca epoll: prevent creating circular epoll structures by Davide Libenzi · 14 years ago
  88. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  89. 638691a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  90. f129ccc afs: Fix oops in afs_unlink_writeback by Anton Blanchard · 14 years ago
  91. 8d56add fuse: fix truncate after open by Miklos Szeredi · 14 years ago
  92. 5a18ec1 fuse: fix hang of single threaded fuseblk filesystem by Miklos Szeredi · 14 years ago
  93. e7407d1 block: bd_link_disk_holder() should hold on to holder_dir by Tejun Heo · 14 years ago
  94. bf9faa2 Unlock vfsmount_lock in do_umount by J. R. Okajima · 14 years ago
  95. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 14 years ago
  96. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 14 years ago
  97. ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 14 years ago
  98. 2c9c8f3 NFSD: fix decode_cb_sequence4resok by Benny Halevy · 14 years ago
  99. be71514 xfs: check if device support discard in xfs_ioc_trim() by Lukas Czerner · 14 years ago
  100. 3a3675b xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 by Dan Rosenberg · 15 years ago