1. 806b681 Turn do_link spaghetty into a normal loop by Al Viro · 15 years ago
  2. 10fa8e6 Unify exits in O_CREAT handling by Al Viro · 15 years ago
  3. 9e67f36 Kill is_link argument of do_last() by Al Viro · 15 years ago
  4. 67ee3ad Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open() by Al Viro · 15 years ago
  5. 4296e2c Leave mangled flag only for setting nd.intent.open.flag by Al Viro · 15 years ago
  6. 5b369df Get rid of passing mangled flag to do_last() by Al Viro · 15 years ago
  7. 9a66179 Don't pass mangled open_flag to finish_open() by Al Viro · 15 years ago
  8. a2c36b4 pull more into do_last() by Al Viro · 15 years ago
  9. c99658f bail out with ELOOP earlier in do_link loop by Al Viro · 15 years ago
  10. a1e2803 pull the common predecessors into do_last() by Al Viro · 15 years ago
  11. c41c140 postpone __putname() until after do_last() by Al Viro · 15 years ago
  12. 27bff34 unroll do_last: loop in do_filp_open() by Al Viro · 15 years ago
  13. 3343eb8 Shift releasing nd->root from do_last() to its caller by Al Viro · 15 years ago
  14. fb1cc55 gut do_filp_open() a bit more (do_last separation) by Al Viro · 15 years ago
  15. 648fa86 beginning to untangle do_filp_open() by Al Viro · 15 years ago
  16. 64ba992 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  17. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  18. 9643f5d Merge branch 'for-fsnotify' into for-linus by Al Viro · 15 years ago
  19. 4919c5e fix race in d_splice_alias() by Al Viro · 15 years ago
  20. bec1052 set S_DEAD on unlink() and non-directory rename() victims by Al Viro · 15 years ago
  21. db1f05b vfs: add NOFOLLOW flag to umount(2) by Miklos Szeredi · 15 years ago
  22. 0ceeca5 hppfs can use existing proc_mnt, no need for do_kern_mount() in there by Al Viro · 15 years ago
  23. 8089352 Mirror MS_KERNMOUNT in ->mnt_flags by Al Viro · 15 years ago
  24. d498b25 get rid of useless vfsmount_lock use in put_mnt_ns() by Al Viro · 15 years ago
  25. 47cd813 Take vfsmount_lock to fs/internal.h by Al Viro · 15 years ago
  26. 9f5596a take check for new events in namespace (guts of mounts_poll()) to namespace.c by Al Viro · 15 years ago
  27. e21e709 Don't mess with generic_permission() under ->d_lock in hpfs by Al Viro · 15 years ago
  28. 391e8bb sanitize const/signedness for udf by Al Viro · 15 years ago
  29. 072f98b nilfs: sanitize const/signedness in dealing with ->d_name.name by Al Viro · 15 years ago
  30. 0319003 nilfs really shouldn't slap struct dentry on stack... by Al Viro · 15 years ago
  31. 89031bc sanitize const/signedness of ufs a bit by Al Viro · 15 years ago
  32. 7e7742e sanitize signedness/const for pointers to char in hpfs a bit by Al Viro · 15 years ago
  33. 1f70713 new helper: iterate_mounts() by Al Viro · 15 years ago
  34. 462d605 fix NFS4 handling of mountpoint stat by Al Viro · 15 years ago
  35. 3088dd7 Clean follow_dotdot() up a bit by Al Viro · 15 years ago
  36. f694869 a couple of mntget+dget -> path_get in nfs4proc by Al Viro · 15 years ago
  37. 6eae797 Switch alloc_nfs_open_context() to struct path by Al Viro · 15 years ago
  38. 2096f75 New helper: path_is_under(path1, path2) by Al Viro · 15 years ago
  39. 495d6c9 VFS: Clean up shared mount flag propagation by Valerie Aurora · 15 years ago
  40. 5b7e934 Use kill_litter_super() in autofs4 ->kill_sb() by Al Viro · 15 years ago
  41. 3899167 Get rid of mnt_mountpoint abuses in ext4 by Al Viro · 15 years ago
  42. f598f9f Sanitize autofs_dev_ioctl_ismountpoint() by Al Viro · 15 years ago
  43. 796a6b5 Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source() by Al Viro · 15 years ago
  44. c177c2a Switch gfs2 to nd_set_link() by Al Viro · 15 years ago
  45. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  46. d208bbd fs: improve remount,ro vs buffercache coherency by Nick Piggin · 15 years ago
  47. ec4f860 fs/dcache.c: CodingStyle cleanup by H Hartley Sweeten · 15 years ago
  48. 587d4a1 some clean up in fs/proc by Helight.Xu · 15 years ago
  49. 193cf4b libfs: Unexport and kill simple_prepare_write by Boaz Harrosh · 15 years ago
  50. ad2a722f libfs: Open code simple_commit_write into only user by Boaz Harrosh · 15 years ago
  51. 4b1ae27 Revert "autofs4: always use lookup for lookup" by Al Viro · 15 years ago
  52. feaf77d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  53. eca281a Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  54. 60f8a8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  55. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  56. 4850f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 15 years ago
  57. 4846546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  58. 832d30c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  59. 9df5778 Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h by Tristan Ye · 15 years ago
  60. 6c0ad5d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  61. 9599945 Revert "blkdev: fix merge_bvec_fn return value checks" by Jens Axboe · 15 years ago
  62. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  63. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  64. 4818972 GFS2: print glock numbers in hex by Bob Peterson · 15 years ago
  65. e588463 GFS2: ordered writes are backwards by Dave Chinner · 15 years ago
  66. c1184f8 GFS2: Remove loopy umount code by Steven Whitehouse · 15 years ago
  67. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  68. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  69. b4ccebd Merge branch 'next' into for-linus by James Morris · 15 years ago
  70. 9f7cdbc blkdev: fix merge_bvec_fn return value checks by Dmitry Monakhov · 15 years ago
  71. 642c4c7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  72. 50a76fd exofs: groups support by Boaz Harrosh · 15 years ago
  73. b367e78 exofs: Prepare for groups by Boaz Harrosh · 15 years ago
  74. 96391e2 exofs: Error recovery if object is missing from storage by Boaz Harrosh · 15 years ago
  75. 86093aa exofs: convert io_state to use pages array instead of bio at input by Boaz Harrosh · 15 years ago
  76. 5d952b8 exofs: RAID0 support by Boaz Harrosh · 15 years ago
  77. d9c740d exofs: Define on-disk per-inode optional layout attribute by Boaz Harrosh · 15 years ago
  78. 46f4d97 exofs: unindent exofs_sbi_read by Boaz Harrosh · 15 years ago
  79. 45d3abc exofs: Move layout related members to a layout structure by Boaz Harrosh · 15 years ago
  80. 22ddc55 exofs: Recover in the case of read-passed-end-of-file by Boaz Harrosh · 15 years ago
  81. 518f167 exofs: Micro-optimize exofs_i_info by Boaz Harrosh · 15 years ago
  82. 34ce4e7 exofs: debug print even less by Boaz Harrosh · 15 years ago
  83. 5051f76 ocfs2: send SIGXFSZ if new filesize exceeds limit -v2 by Wengang Wang · 15 years ago
  84. 6fcef3f ocfs2/userdlm: Add tracing in userdlm by Sunil Mushran · 15 years ago
  85. 9b91518 ocfs2: Use a separate masklog for AST and BASTs by Sunil Mushran · 15 years ago
  86. 4912002 Remove EXPERIMENTAL from NFS_FSCACHE by Christian Kujau · 15 years ago
  87. 4cbd551 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  88. b305956 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  89. f24407d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-vipt by Linus Torvalds · 15 years ago
  90. bc9838c dlm: allow dlm do recovery during shutdown by Srinivas Eeda · 15 years ago
  91. cbaee47 ocfs2: Only bug out in direct io write for reflinked extent. by Tao Ma · 15 years ago
  92. 66b116c ocfs2: fix warning in ocfs2_file_aio_write() by Coly Li · 15 years ago
  93. cbe0e33 ocfs2_dlmfs: Enable the use of user cluster stacks. by Joel Becker · 15 years ago
  94. 0016eed ocfs2_dlmfs: Use the stackglue. by Joel Becker · 15 years ago
  95. e8fce48 ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN by Joel Becker · 15 years ago
  96. 553b5eb ocfs2: Pass the locking protocol into ocfs2_cluster_connect(). by Joel Becker · 15 years ago
  97. e603cfb ocfs2: Remove the ast pointers from ocfs2_stack_plugins by Joel Becker · 15 years ago
  98. 110946c ocfs2: Hang the locking proto on the cluster conn and use it in asts. by Joel Becker · 15 years ago
  99. c0e4133 ocfs2: Attach the connection to the lksb by Joel Becker · 15 years ago
  100. a796d28 ocfs2: Pass lksbs back from stackglue ast/bast functions. by Joel Becker · 15 years ago