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