1. 5ed487b 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. c002a6c [PATCH] Optimise NFS readdir hack slightly. by David Woodhouse · 16 years ago
  3. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  4. 14f7dd6 [PATCH] Copy XFS readdir hack into nfsd code. by David Woodhouse · 16 years ago
  5. 2628b76 [PATCH] Factor out nfsd_do_readdir() into its own function by David Woodhouse · 16 years ago
  6. a63bb99 [PATCH] switch nfsd to kern_path() by Al Viro · 16 years ago
  7. c1a2a47 [PATCH] sanitize svc_export_parse() by Al Viro · 16 years ago
  8. 30bc4df nfsd: clean up expkey_parse error cases by J. Bruce Fields · 16 years ago
  9. 6dfcde9 nfsd: Drop reference in expkey_parse error cases by Krishna Kumar · 16 years ago
  10. 6c6a426 nfsd: Fix memory leak in nfsd_getxattr by Krishna Kumar · 16 years ago
  11. 1cd9cd1 NFSD: Fix BUG during NFSD shutdown processing by Chuck Lever · 16 years ago
  12. 2937391 NLM: Remove unused argument from svc_addsock() function by Chuck Lever · 16 years ago
  13. 26a4140 NLM: Remove "proto" argument from lockd_up() by Chuck Lever · 16 years ago
  14. af558e3 nfsd: common grace period control by J. Bruce Fields · 17 years ago
  15. d5b337b nfsd: use nfs client rpc callback program by Benny Halevy · 16 years ago
  16. 97eb89b nfsd: do_probe_callback should not clear rpc stats by Benny Halevy · 16 years ago
  17. 54a66e5 knfsd: allocate readahead cache in individual chunks by Jeff Layton · 16 years ago
  18. e31a1b6 nfsd: nfs4xdr decode_stateid helper function by Benny Halevy · 16 years ago
  19. 5bf8c69 nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateid by Benny Halevy · 16 years ago
  20. 1b6b225 nfsd: don't declare p in ENCODE_SEQID_OP_HEAD by Benny Halevy · 16 years ago
  21. e2f282b nfsd: nfs4xdr encode_stateid helper function by Benny Halevy · 16 years ago
  22. 5033b77 nfsd: fix nfsd4_encode_open buffer space reservation by Benny Halevy · 16 years ago
  23. c47b2ca nfsd: properly xdr-encode deleg stateid returned from open by Benny Halevy · 16 years ago
  24. 8e40741 nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recall by Benny Halevy · 16 years ago
  25. 04716e6 nfsd: permit unauthenticated stat of export root by J. Bruce Fields · 16 years ago
  26. e851db5 SUNRPC: Add address family field to svc_serv data structure by Chuck Lever · 16 years ago
  27. 91b8096 nfsd: fix buffer overrun decoding NFSv4 acl by J. Bruce Fields · 16 years ago
  28. c228c24 nfsd: fix compound state allocation error handling by Andy Adamson · 16 years ago
  29. b0e0c9e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  30. f1c7f79 [NFSD] uninline nfsd4_op_name() by Adrian Bunk · 16 years ago
  31. 53e6d8d fs/nfsd/export.c: Adjust error handling code involving auth_domain_put by Julia Lawall · 16 years ago
  32. 3f8206d [PATCH] get rid of indirect users of namei.h by Al Viro · 16 years ago
  33. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  34. db2e747 [patch 5/5] vfs: remove mode parameter from vfs_symlink() by Miklos Szeredi · 16 years ago
  35. cc77b15 lockd: dont return EAGAIN for a permanent error by Miklos Szeredi · 16 years ago
  36. 14b395e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  37. 5108b27 nfsd: nfs4xdr.c do-while is not a compound statement by Harvey Harrison · 16 years ago
  38. ad1060c nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.c by J. Bruce Fields · 16 years ago
  39. 367c8c7 lockd: Pass "struct sockaddr *" to new failover-by-IP function by Chuck Lever · 16 years ago
  40. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 16 years ago
  41. e518f05 nfsd: take file and mnt write in nfs4_upgrade_open by Benny Halevy · 16 years ago
  42. 4f83aa3 nfsd: document open share bit tracking by J. Bruce Fields · 16 years ago
  43. 695e12f nfsd: tabulate nfs4 xdr encoding functions by Benny Halevy · 16 years ago
  44. e86322f Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 into for-2.6.27 by J. Bruce Fields · 16 years ago
  45. b001a1b nfsd: dprint operation names by Benny Halevy · 16 years ago
  46. f2feb96 nfsd: nfs4 minorversion decoder vectors by Benny Halevy · 16 years ago
  47. 3c375c6 nfsd: unsupported nfs4 ops should fail with nfserr_opnotsupp by Benny Halevy · 16 years ago
  48. 347e0ad nfsd: tabulate nfs4 xdr decoding functions by Benny Halevy · 16 years ago
  49. 30cff1f nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0 by Benny Halevy · 16 years ago
  50. 07cad1d nfsd: clean up mnt_want_write calls by Miklos Szeredi · 16 years ago
  51. 100766f nfsd: treat all shutdown signals as equivalent by Jeff Layton · 16 years ago
  52. 496d6c3 nfsd: fix spurious EACCESS in reconnect_path() by Neil Brown · 16 years ago
  53. 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 16 years ago
  54. 599eb30 knfsd: nfsd: Handle ERESTARTSYS from syscalls. by NeilBrown · 16 years ago
  55. c7d106c nfsd: fix race in nfsd_nrthreads() by Neil Brown · 16 years ago
  56. a75c5d0 sunrpc: remove sv_kill_signal field from svc_serv struct by Jeff Layton · 16 years ago
  57. 9867d76 knfsd: convert knfsd to kthread API by Jeff Layton · 16 years ago
  58. e096bbc knfsd: remove special handling for SIGHUP by Jeff Layton · 16 years ago
  59. 3dd98a3 knfsd: clean up nfsd filesystem interfaces by Jeff Layton · 16 years ago
  60. bedbdd8 knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking. by Neil Brown · 16 years ago
  61. 13b1867 nfsd: make nfs4xdr WRITEMEM safe against zero count by Benny Halevy · 16 years ago
  62. 3b12cd9 nfsd: add dprintk of compound return by J. Bruce Fields · 16 years ago
  63. 88dd0be nfsd: reorder printk in do_probe_callback to avoid use-after-free by J. Bruce Fields · 16 years ago
  64. b55e0ba nfsd: remove unnecessary atomic ops by J. Bruce Fields · 16 years ago
  65. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  66. 9ef2db2 nfsd: use proc_create to setup de->proc_fops by Denis V. Lunev · 16 years ago
  67. e36cd4a nfsd: don't allow setting ctime over v4 by J. Bruce Fields · 16 years ago
  68. 1a747ee locks: don't call ->copy_lock methods on return of conflicting locks by J. Bruce Fields · 16 years ago
  69. 17efa37 lockd: unlock lockd locks held for a certain filesystem by Wendy Cheng · 17 years ago
  70. 4373ea8 lockd: unlock lockd locks associated with a given server ip by Wendy Cheng · 17 years ago
  71. ca45625 knfsd: clear both setuid and setgid whenever a chown is done by Jeff Layton · 16 years ago
  72. dee3209 knfsd: get rid of imode variable in nfsd_setattr by Jeff Layton · 16 years ago
  73. ff7d975 nfsd: use static memory for callback program and stats by Olga Kornievskaia · 16 years ago
  74. 03550fa nfsd: move most of fh_verify to separate function by J. Bruce Fields · 16 years ago
  75. 9167f50 nfsd: initialize lease type in nfs4_open_delegation() by Felix Blyakher · 16 years ago
  76. 3ba1514 nfsd: fix sparse warning in vfs.c by Harvey Harrison · 16 years ago
  77. a254b24 nfsd: fix sparse warnings by Harvey Harrison · 16 years ago
  78. f2b0dee make nfsd_create_setattr() static by Adrian Bunk · 16 years ago
  79. 5ea0dd6 NFSD: Remove NFSD_TCP kernel build option by Chuck Lever · 16 years ago
  80. c0ce6ec nfsd: clarify readdir/mountpoint-crossing code by J. Bruce Fields · 16 years ago
  81. 6a85fa3 nfsd4: kill unnecessary check in preprocess_stateid_op by J. Bruce Fields · 17 years ago
  82. 0836f58 nfsd4: simplify stateid sequencing checks by J. Bruce Fields · 17 years ago
  83. f336273 nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_op by J. Bruce Fields · 17 years ago
  84. f15364b IPv6 support for NFS server export caches by Aurélien Charbon · 17 years ago
  85. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 16 years ago
  86. 18f335a [PATCH] r/o bind mounts: elevate write count for xattr_permission() callers by Dave Hansen · 16 years ago
  87. 9079b1e [PATCH] r/o bind mounts: get write access for vfs_rename() callers by Dave Hansen · 16 years ago
  88. 75c3f29 [PATCH] r/o bind mounts: write counts for link/symlink by Dave Hansen · 16 years ago
  89. 463c319 [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() by Dave Hansen · 16 years ago
  90. 0622753 [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. by Dave Hansen · 16 years ago
  91. aceaf78 [PATCH] r/o bind mounts: create helper to drop file write access by Dave Hansen · 16 years ago
  92. b663c6f nfsd: fix oops on access from high-numbered ports by J. Bruce Fields · 16 years ago
  93. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 16 years ago
  94. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  95. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  96. e83aece Use struct path in struct svc_expkey by Jan Blunck · 16 years ago
  97. 5477549 Use struct path in struct svc_export by Jan Blunck · 16 years ago
  98. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  99. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  100. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago