1. b4e1b7e ocfs2: Make the left masklogs compat. by Tao Ma · 14 years ago
  2. 75ba49a ocfs2: Remove masklog ML_AIO. by Tao Ma · 14 years ago
  3. d701485 ocfs2: Remove masklog ML_UPTODATE. by Tao Ma · 14 years ago
  4. 15057e9 ocfs2: Remove masklog ML_BH_IO. by Tao Ma · 14 years ago
  5. b410795 ocfs2: Remove masklog ML_JOURNAL. by Tao Ma · 14 years ago
  6. 781f200 ocfs2: Remove masklog ML_EXPORT. by Tao Ma · 14 years ago
  7. a5b8443 ocfs2: Remove masklog ML_DCACHE. by Tao Ma · 14 years ago
  8. 8990e44 ocfs2: Remove masklog ML_NAMEI. by Tao Ma · 14 years ago
  9. f1088d47 ocfs2: Remove mlog(0) from fs/ocfs2/dir.c by Tao Ma · 14 years ago
  10. f32037d ocfs2: remove NAMEI from symlink.c by Tao Ma · 14 years ago
  11. 1db986a ocfs2: Remove masklog ML_QUOTA. by Tao Ma · 14 years ago
  12. 38877a4 ocfs2: Remove mlog(0) from quota_local.c. by Tao Ma · 14 years ago
  13. 2661836 ocfs2: Remove masklog ML_RESERVATIONS. by Tao Ma · 14 years ago
  14. 402b418 ocfs2: Remove masklog ML_XATTR. by Tao Ma · 14 years ago
  15. 32a42d3 ocfs2: Remove masklog ML_SUPER. by Tao Ma · 14 years ago
  16. b5770f9 ocfs2: Remove mlog(0) from fs/ocfs2/heartbeat.c by Tao Ma · 14 years ago
  17. a873108 ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.c by Tao Ma · 14 years ago
  18. a716357 ocfs2: Remove masklog ML_EXTENT_MAP. by Tao Ma · 14 years ago
  19. 64f3b26 ocfs2: Remove masklog ML_INODE. by Tao Ma · 14 years ago
  20. 6218b90 ocfs2: Little refactoring against ocfs2_iget. by Tao Ma · 14 years ago
  21. 468eedd ocfs2: Remove mlog(0) from fs/ocfs2/file.c by Tao Ma · 14 years ago
  22. da561c9 ocfs2: remove INODE from unused files. by Tao Ma · 14 years ago
  23. 614a9e8 ocfs2: Remove FILE_IO from masklog. by Tao Ma · 14 years ago
  24. 9558156 ocfs2: Remove mlog(0) from fs/ocfs2/aops.c by Tao Ma · 14 years ago
  25. 198aac28 ocfs2: Remove masklog ML_REFCOUNT. by Tao Ma · 14 years ago
  26. 81bad69 ocfs2: Remove DISK_ALLOC from masklog. by Tao Ma · 14 years ago
  27. a543870 ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c by Tao Ma · 14 years ago
  28. 2f73e13 ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c by Tao Ma · 14 years ago
  29. a04733d ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.c by Tao Ma · 14 years ago
  30. a09d09b ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c by Tao Ma · 14 years ago
  31. 80a9a84 ocfs2: Add ocfs2_trace.h. by Wengang Wang · 14 years ago
  32. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 14 years ago
  33. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 14 years ago
  34. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  35. c83ce98 VFS: Fix the nfs sillyrename regression in kernel 2.6.38 by Trond Myklebust · 14 years ago
  36. c826cb7 dcache.c: create helper function for duplicated functionality by Linus Torvalds · 14 years ago
  37. 574197e tidy the trailing symlinks traversal up by Al Viro · 14 years ago
  38. b356379 Turn resolution of trailing symlinks iterative everywhere by Al Viro · 14 years ago
  39. ce05254 simplify link_path_walk() tail by Al Viro · 14 years ago
  40. bd92d7f Make trailing symlink resolution in path_lookupat() iterative by Al Viro · 14 years ago
  41. b21041d update nd->inode in __do_follow_link() instead of after do_follow_link() by Al Viro · 14 years ago
  42. ce57dfc pull handling of one pathname component into a helper by Al Viro · 14 years ago
  43. 11a7b37 fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH by Aneesh Kumar K.V · 14 years ago
  44. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 14 years ago
  45. 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 14 years ago
  46. bcda765 Allow O_PATH for symlinks by Al Viro · 14 years ago
  47. 1abf0c7 New kind of open files - "location only". by Al Viro · 14 years ago
  48. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 14 years ago
  49. 03cb5f0 ext3: Copy fs UUID to superblock. by Aneesh Kumar K.V · 14 years ago
  50. 93f1c20 vfs: Export file system uuid via /proc/<pid>/mountinfo by Aneesh Kumar K.V · 14 years ago
  51. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
  52. aae8a97 fs: Don't allow to create hardlink for deleted file by Aneesh Kumar K.V · 14 years ago
  53. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 14 years ago
  54. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 14 years ago
  55. f52e0c1 New AT_... flag: AT_EMPTY_PATH by Al Viro · 14 years ago
  56. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  57. 1eafbfe Fix corrupted OSF partition table parsing by Timo Warns · 14 years ago
  58. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  59. c8b91ac clean statfs-like syscalls up by Al Viro · 14 years ago
  60. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 14 years ago
  61. 5b6ca02 reduce vfs_path_lookup() to do_path_lookup() by Al Viro · 14 years ago
  62. 5a18fff untangle do_lookup() by Al Viro · 14 years ago
  63. 40b3913 path_openat: clean ELOOP handling a bit by Al Viro · 14 years ago
  64. f374ed5 do_last: kill a rudiment of old ->d_revalidate() workaround by Al Viro · 14 years ago
  65. 6c0d46c fold __open_namei_create() and open_will_truncate() into do_last() by Al Viro · 14 years ago
  66. ca344a89 do_last: unify may_open() call and everyting after it by Al Viro · 14 years ago
  67. 9b44f1b move may_open() from __open_name_create() to do_last() by Al Viro · 14 years ago
  68. 0f9d1a1 expand finish_open() in its only caller by Al Viro · 14 years ago
  69. 5a202bc sanitize pathname component hash calculation by Al Viro · 14 years ago
  70. 6a96ba5 kill __lookup_one_len() by Al Viro · 14 years ago
  71. fe2d35f switch non-create side of open() to use of do_last() by Al Viro · 14 years ago
  72. 70e9b35 get rid of nd->file by Al Viro · 14 years ago
  73. 951361f get rid of the last LOOKUP_RCU dependencies in link_path_walk() by Al Viro · 14 years ago
  74. a7472ba make nameidata_dentry_drop_rcu_maybe() always leave RCU mode by Al Viro · 14 years ago
  75. ef7562d make handle_dots() leave RCU mode on error by Al Viro · 14 years ago
  76. 4455ca6 clear RCU on all failure exits from link_path_walk() by Al Viro · 14 years ago
  77. 9856fa1 pull handling of . and .. into inlined helper by Al Viro · 14 years ago
  78. 7bc055d kill out_dput: in link_path_walk() by Al Viro · 14 years ago
  79. 13aab42 separate -ESTALE/-ECHILD retries in do_filp_open() from real work by Al Viro · 14 years ago
  80. 47c805d switch do_filp_open() to struct open_flags by Al Viro · 14 years ago
  81. c3e380b Collect "operation mode" arguments of do_last() into a structure by Al Viro · 14 years ago
  82. f1afe9e clean up the failure exits after __do_follow_link() in do_filp_open() by Al Viro · 14 years ago
  83. 36f3b4f pull security_inode_follow_link() into __do_follow_link() by Al Viro · 14 years ago
  84. 086e183 pull dropping RCU on success of link_path_walk() into path_lookupat() by Al Viro · 14 years ago
  85. 16c2cd7 untangle the "need_reval_dot" mess by Al Viro · 14 years ago
  86. fe479a5 merge component type recognition by Al Viro · 14 years ago
  87. e41f7d4 merge path_init and path_init_rcu by Al Viro · 14 years ago
  88. ee0827c sanitize path_walk() mess by Al Viro · 14 years ago
  89. 52094c8 take RCU-dependent stuff around exec_permission() into a new helper by Al Viro · 14 years ago
  90. c9c6cac kill path_lookup() by Al Viro · 14 years ago
  91. c44ed96 compat breakage in preadv() and pwritev() by Al Viro · 14 years ago
  92. 586ce09 compat breakage in preadv() and pwritev() by Al Viro · 14 years ago
  93. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  94. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 14 years ago
  95. 53d4737 NFS: NFSROOT should default to "proto=udp" by Chuck Lever · 14 years ago
  96. 57df216 nfs4: remove duplicated #include by Huang Weiyi · 14 years ago
  97. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 14 years ago
  98. ecac799 NFSv4: Fix the setlk error handler by Trond Myklebust · 14 years ago
  99. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 14 years ago
  100. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 14 years ago