1. bc84e0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  2. 3dd7b71 Export __locks_copy_lock() so modular lockd builds by Roland Dreier · 16 years ago
  3. 7e97b28 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  4. e36cd4a nfsd: don't allow setting ctime over v4 by J. Bruce Fields · 16 years ago
  5. 1a747ee locks: don't call ->copy_lock methods on return of conflicting locks by J. Bruce Fields · 16 years ago
  6. 17efa37 lockd: unlock lockd locks held for a certain filesystem by Wendy Cheng · 17 years ago
  7. 4373ea8 lockd: unlock lockd locks associated with a given server ip by Wendy Cheng · 17 years ago
  8. 9d91cdc leases: remove unneeded variable from fcntl_setlease(). by David M. Richter · 16 years ago
  9. 1908555 leases: move lock allocation earlier in generic_setlease() by David M. Richter · 16 years ago
  10. 288b2fd leases: when unlocking, skip locking-related steps by David M. Richter · 16 years ago
  11. 5fcc60c leases: fix a return-value mixup by David M. Richter · 16 years ago
  12. f8f9570 [PATCH] sanitize locate_fd() by Al Viro · 16 years ago
  13. 3b12538 [PATCH] sanitize unshare_files/reset_files_struct by Al Viro · 16 years ago
  14. fd8328b [PATCH] sanitize handling of shared descriptor tables in failing execve() by Al Viro · 16 years ago
  15. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  16. 78d31a3 cifs: timeout dfs automounts +little fix. by Igor Mammedov · 16 years ago
  17. 57675e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  18. 563307b Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  19. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  20. a7f796a [CIFS] Fix typo in previous commit by Steve French · 16 years ago
  21. ee4987a [CIFS] Fix define for new proxy cap to match documentation by Steve French · 16 years ago
  22. 36d99df Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  23. ca45625 knfsd: clear both setuid and setgid whenever a chown is done by Jeff Layton · 16 years ago
  24. dee3209 knfsd: get rid of imode variable in nfsd_setattr by Jeff Layton · 16 years ago
  25. f97c650 NLM: don't let lockd exit on unexpected svc_recv errors (try #2) by Jeff Layton · 16 years ago
  26. 06e02d6 NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) by Jeff Layton · 16 years ago
  27. ff7d975 nfsd: use static memory for callback program and stats by Olga Kornievskaia · 16 years ago
  28. e1ba1ab nfsd: fix comment by J. Bruce Fields · 16 years ago
  29. 3c61eec lockd: Fix stale nlmsvc_unlink_block comment by J. Bruce Fields · 16 years ago
  30. 1a448fd NFSD: Remove NFSv4 dependency on NFSv3 by Chuck Lever · 16 years ago
  31. 3329ba0 SUNRPC: Remove PROC_FS dependency by Chuck Lever · 16 years ago
  32. 6ffd4be NFSD: Use "depends on" for PROC_FS dependency by Chuck Lever · 16 years ago
  33. 03550fa nfsd: move most of fh_verify to separate function by J. Bruce Fields · 16 years ago
  34. 9167f50 nfsd: initialize lease type in nfs4_open_delegation() by Felix Blyakher · 16 years ago
  35. a277e33 NFS: convert nfs4 callback thread to kthread API by Jeff Layton · 16 years ago
  36. 3ba1514 nfsd: fix sparse warning in vfs.c by Harvey Harrison · 16 years ago
  37. a254b24 nfsd: fix sparse warnings by Harvey Harrison · 16 years ago
  38. d842120 lockd: convert nsm_mutex to a spinlock by J. Bruce Fields · 16 years ago
  39. a95e56e lockd: clean up __nsm_find() by J. Bruce Fields · 16 years ago
  40. 164f98a lockd: fix race in nlm_release() by J. Bruce Fields · 16 years ago
  41. 93245d1 lockd: fix sparse warning in svcshare.c by Harvey Harrison · 16 years ago
  42. f2b0dee make nfsd_create_setattr() static by Adrian Bunk · 16 years ago
  43. 6aaa67b NFSD: Remove redundant "select" clauses in fs/Kconfig by Chuck Lever · 16 years ago
  44. 78dd099 NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL" by Chuck Lever · 16 years ago
  45. 8920695 NFSD: Move "select FS_POSIX_ACL if NFSD_V4" by Chuck Lever · 16 years ago
  46. d24455b NFSD: Update help text for CONFIG_NFSD by Chuck Lever · 16 years ago
  47. 5ea0dd6 NFSD: Remove NFSD_TCP kernel build option by Chuck Lever · 16 years ago
  48. c0ce6ec nfsd: clarify readdir/mountpoint-crossing code by J. Bruce Fields · 16 years ago
  49. 6a85fa3 nfsd4: kill unnecessary check in preprocess_stateid_op by J. Bruce Fields · 16 years ago
  50. 0836f58 nfsd4: simplify stateid sequencing checks by J. Bruce Fields · 16 years ago
  51. f336273 nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_op by J. Bruce Fields · 16 years ago
  52. 065f30e nfs: remove unnecessary NFS_NEED_* defines by J. Bruce Fields · 16 years ago
  53. f15364b IPv6 support for NFS server export caches by Aurélien Charbon · 17 years ago
  54. d751a7c NLM: Convert lockd to use kthreads by Jeff Layton · 16 years ago
  55. 1447d25 knfsd: Remove NLM_HOST_MAX and associated logic. by NeilBrown · 16 years ago
  56. 2c61cb2 [JFFS2] Introduce dbg_readinode2 log level, use it to shut read_dnode() up by David Woodhouse · 16 years ago
  57. 422b120 [JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure. by David Woodhouse · 16 years ago
  58. e2bc322 [JFFS2] Add erase_checking_list to hold blocks being marked. by David Woodhouse · 16 years ago
  59. 8a0f572 [JFFS2] Return values of jffs2_block_check_erase error paths by Anders Grafström · 16 years ago
  60. 97e7e0f [patch 7/7] vfs: mountinfo: show dominating group id by Miklos Szeredi · 16 years ago
  61. 2d4d486 [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo by Ram Pai · 16 years ago
  62. a1a2c40 [patch 5/7] vfs: mountinfo: allow using process root by Miklos Szeredi · 16 years ago
  63. 719f5d7 [patch 4/7] vfs: mountinfo: add mount peer group ID by Miklos Szeredi · 16 years ago
  64. 73cd49e [patch 3/7] vfs: mountinfo: add mount ID by Miklos Szeredi · 16 years ago
  65. 9d1bc601 [patch 2/7] vfs: mountinfo: add seq_file_root() by Miklos Szeredi · 16 years ago
  66. 6092d04 [patch 1/7] vfs: mountinfo: add dentry_path() by Ram Pai · 16 years ago
  67. 934b25c [PATCH] remove unused label in xattr.c (noise from ro-bind) by Al Viro · 16 years ago
  68. 94bc891 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  69. 19e56ce [JFFS2] Finally remove redundant ref->__totlen field. by David Woodhouse · 16 years ago
  70. 27e6b8e [JFFS2] Honour TEST_TOTLEN macro in debugging code. ref->__totlen is going! by David Woodhouse · 16 years ago
  71. 85a62db [JFFS2] Add paranoia debugging for superblock counts by David Woodhouse · 16 years ago
  72. 9b4f526 [PATCH] proc_readfd_common() race fix by Al Viro · 16 years ago
  73. ed15243 [PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe() by Al Viro · 16 years ago
  74. 014b164 [JFFS2] Fix free space leak with in-band cleanmarkers by David Woodhouse · 16 years ago
  75. cf9d1e4 [JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h> by David Woodhouse · 16 years ago
  76. 16abef0 fs: use loff_t type instead of long long by David Sterba · 16 years ago
  77. 03b8838 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  78. 62429f4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  79. ced2207 [JFFS2] semaphore->mutex conversion by David Woodhouse · 16 years ago
  80. cca1584 [JFFS2] add write verify on dataflash. by michael · 16 years ago
  81. 25dc30b [JFFS2] fix sparse warnings in gc.c by David Woodhouse · 16 years ago
  82. bf66737 [JFFS2] fix sparse warning in write.c by Harvey Harrison · 16 years ago
  83. 8ca646a [JFFS2] Fix sparse warning in nodemgmt.c by David Woodhouse · 16 years ago
  84. f876a59 [JFFS2] include function prototype for jffs2_ioctl by Harvey Harrison · 16 years ago
  85. f838bad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  86. 521b5d0 [PATCH] teach seq_file to discard entries by Al Viro · 16 years ago
  87. 4e1b36f [PATCH] umount_tree() will unhash everything itself by Al Viro · 16 years ago
  88. 8c3ee42 [PATCH] get rid of more nameidata passing in namespace.c by Al Viro · 16 years ago
  89. b5266eb [PATCH] switch a bunch of LSM hooks from nameidata to path by Al Viro · 16 years ago
  90. 1a60a28 [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts() by Al Viro · 16 years ago
  91. 6d59e7f [PATCH] move a bunch of declarations to fs/internal.h by Al Viro · 16 years ago
  92. 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  93. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  94. 548453f Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  95. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  96. 1cc8dcf5 ext*: spelling fix prefered -> preferred by Benoit Boissinot · 16 years ago
  97. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  98. f526448 trivial: small cleanups by Pavel Machek · 16 years ago
  99. ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 16 years ago
  100. 3d564fa dlm: common max length definitions by David Teigland · 16 years ago