1. ec0dd26 SUNRPC: Fix use of static variable in rpcb_getport_async by Ben Greear · 13 years ago
  2. b55c598 SUNRPC: Fix a race between work-queue and rpc_killall_tasks by Trond Myklebust · 13 years ago
  3. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  4. 5afa913 SUNRPC: Ensure the RPC client only quits on fatal signals by Trond Myklebust · 13 years ago
  5. 0b76011 NLM: Don't hang forever on NLM unlock requests by Trond Myklebust · 13 years ago
  6. b084f59 nfsd: fix dependency of nfsd on auth_rpcgss by J. Bruce Fields · 13 years ago
  7. cd1acdf Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  8. a74d70b Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  9. f1d1c9f Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  10. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  11. 176e21e SUNRPC: Support for RPC over AF_LOCAL transports by Chuck Lever · 13 years ago
  12. 559649e SUNRPC: Remove obsolete comment by Chuck Lever · 13 years ago
  13. 7402ab19 SUNRPC: Use AF_LOCAL for rpcbind upcalls by Chuck Lever · 13 years ago
  14. da09eb9 SUNRPC: Clean up use of curly braces in switch cases by Chuck Lever · 13 years ago
  15. 61677ee SUNRPC: Rename xs_encode_tcp_fragment_header() by Chuck Lever · 13 years ago
  16. fe19a96 SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... by Trond Myklebust · 13 years ago
  17. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  18. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  19. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  20. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  21. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  22. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  23. 7494d00 SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIO by Trond Myklebust · 13 years ago
  24. 468f861 NFSv4.1: Don't update sequence number if rpc_task is not sent by Bryan Schumaker · 13 years ago
  25. e3b2854 SUNRPC: Fix the SUNRPC Kerberos V RPCSEC_GSS module dependencies by Trond Myklebust · 13 years ago
  26. d1a8016 NFS: Fix infinite loop in gss_create_upcall() by Bryan Schumaker · 13 years ago
  27. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  28. 8985ef0 svcrpc: complete svsk processing on cb receive failure by J. Bruce Fields · 13 years ago
  29. 94c8a98 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  30. 9660439 svcrpc: take advantage of tcp autotuning by Olga Kornievskaia · 16 years ago
  31. 31d68ef SUNRPC: Don't wait for full record to receive tcp data by J. Bruce Fields · 13 years ago
  32. 586c52c svcrpc: copy cb reply instead of pages by Trond Myklebust · 15 years ago
  33. cc6c212 svcrpc: close connection if client sends short packet by J. Bruce Fields · 13 years ago
  34. 48e6555 svcrpc: note network-order types in svc_process_calldir by J. Bruce Fields · 13 years ago
  35. 5ee78d4 SUNRPC: svc_tcp_recvfrom cleanup by Trond Myklebust · 15 years ago
  36. 0601f79 SUNRPC: requeue tcp socket less frequently by Trond Myklebust · 15 years ago
  37. 0867659 Revert "net/sunrpc: Use static const char arrays" by Trond Myklebust · 13 years ago
  38. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  39. a271c5a NFS: Ensure that rpc_release_resources_task() can be called twice. by OGAWA Hirofumi · 13 years ago
  40. 4047185 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  41. 0acd220 Merge branch 'nfs-for-2.6.39' into nfs-for-next by Trond Myklebust · 13 years ago
  42. 8f70e95 NFS: Determine initial mount security by Bryan Schumaker · 13 years ago
  43. 7ebb931 NFS: use secinfo when crossing mountpoints by Bryan Schumaker · 13 years ago
  44. dc87c55 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  45. 246408d SUNRPC: Never reuse the socket port after an xs_close() by Trond Myklebust · 13 years ago
  46. 1791983 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  47. 4be34b9 SUNRPC: Remove resource leak in svc_rdma_send_error() by Jesper Juhl · 14 years ago
  48. 8e26de2 RPC: killing RPC tasks races fixed by Stanislav Kinsbursky · 13 years ago
  49. ba3c578 xprt: remove redundant check by j223yang@asset.uwaterloo.ca · 13 years ago
  50. a8de240 SUNRPC: Convert struct rpc_xprt to use atomic_t counters by Trond Myklebust · 13 years ago
  51. e020c68 SUNRPC: Ensure we always run the tk_callback before tk_action by Trond Myklebust · 13 years ago
  52. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  53. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  54. 986d4ab sunrpc: fix printk format warning by Randy Dunlap · 13 years ago
  55. 4d4a76f xprt: remove redundant null check by j223yang@asset.uwaterloo.ca · 13 years ago
  56. f862822 gss:krb5 only include enctype numbers in gm_upcall_enctypes by Kevin Coffman · 13 years ago
  57. 5c635e0 RPCRDMA: Fix FRMR registration/invalidate handling. by Tom Tucker · 13 years ago
  58. bd7ea31 RPCRDMA: Fix to XDR page base interpretation in marshalling logic. by Tom Tucker · 13 years ago
  59. cbdabc7f NFSv4.1: filelayout async error handler by Andy Adamson · 13 years ago
  60. eabf5ba RPC: clarify rpc_run_task error handling by Fred Isaman · 13 years ago
  61. cee6a53 RPC: remove check for impossible condition in rpc_make_runnable by Fred Isaman · 13 years ago
  62. 4cea288 sunrpc: Propagate errors from xs_bind() through xs_create_sock() by Ben Hutchings · 13 years ago
  63. a5e5026 SUNRPC: Remove resource leak in svc_rdma_send_error() by Jesper Juhl · 14 years ago
  64. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 13 years ago
  65. 352b5d1 svcrpc: fix bad argument in unix_domain_find by J. Bruce Fields · 13 years ago
  66. 8b3e07a svcrpc: fix rare race on unix_domain creation by J. Bruce Fields · 13 years ago
  67. 540c8cb gss:krb5 only include enctype numbers in gm_upcall_enctypes by Kevin Coffman · 13 years ago
  68. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  69. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  70. 778be23 NFS do not find client in NFSv4 pg_authenticate by Andy Adamson · 13 years ago
  71. ada609e workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER by Tejun Heo · 13 years ago
  72. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  73. b9d919a Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  74. f0418aa rpc: allow xprt_class->setup to return a preexisting xprt by J. Bruce Fields · 14 years ago
  75. 99de8ea rpc: keep backchannel xprt as long as server connection by J. Bruce Fields · 14 years ago
  76. d75faea rpc: move sk_bc_xprt to svc_xprt by J. Bruce Fields · 14 years ago
  77. 68c404b Merge branch 'bugfixes' into nfs-for-2.6.38 by Trond Myklebust · 14 years ago
  78. 6650239 NFS: Don't use vm_map_ram() in readdir by Trond Myklebust · 14 years ago
  79. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  80. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  81. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  82. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  83. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  84. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  85. 2c2618c NFS associate sessionid with callback connection by Andy Adamson · 14 years ago
  86. 16b2d1e SUNRPC register and unregister the back channel transport by Andy Adamson · 14 years ago
  87. 1f11a03 SUNRPC new transport for the NFSv4.1 shared back channel by Andy Adamson · 14 years ago
  88. 71e161a SUNRPC fix bc_send print by Andy Adamson · 14 years ago
  89. 4b5b3ba SUNRPC move svc_drop to caller of svc_process_common by Andy Adamson · 14 years ago
  90. fdef7aa svcrpc: ensure cache_check caller sees updated entry by J. Bruce Fields · 14 years ago
  91. 6bab93f svcrpc: take lock on turning entry NEGATIVE in cache_check by J. Bruce Fields · 14 years ago
  92. 9e701c6 svcrpc: simpler request dropping by J. Bruce Fields · 14 years ago
  93. d76d181 svcrpc: avoid double reply caused by deferral race by J. Bruce Fields · 14 years ago
  94. bdd5f05 SUNRPC: Remove more code when NFSD_DEPRECATED is not configured by J. Bruce Fields · 14 years ago
  95. 31f7aa6 svcrpc: modifying valid sunrpc cache entries is racy by J. Bruce Fields · 14 years ago
  96. beb0f0a kernel panic when mount NFSv4 by Trond Myklebust · 14 years ago
  97. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  98. b3bceda net/sunrpc/clnt.c: Convert sprintf_symbol to %ps by Joe Perches · 14 years ago
  99. f3c0cee net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value return by Joe Perches · 14 years ago
  100. 66c941f net: sunrpc: kill unused macros by Shan Wei · 14 years ago