1. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 18 years ago
  2. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 18 years ago
  3. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 18 years ago
  4. f1ec08c SUNRPC: Use appropriate argument types in rpcb client by Chuck Lever · 18 years ago
  5. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 18 years ago
  6. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 18 years ago
  7. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 18 years ago
  8. 0fb2b7e SUNRPC: Move universal address definitions to global header by Chuck Lever · 18 years ago
  9. c087567 SUNRPC: Remove the obsolete RPC_WAITQ macro by Trond Myklebust · 18 years ago
  10. 47fe064 SUNRPC: Unexport rpc_init_task() and rpc_execute() by Trond Myklebust · 18 years ago
  11. e8f5d77 SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task by Trond Myklebust · 18 years ago
  12. b562794 SUNRPC: Remove the now unused function rpc_call_setup() by Trond Myklebust · 18 years ago
  13. 77de2c5 SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action by Trond Myklebust · 18 years ago
  14. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 18 years ago
  15. c970aa8 SUNRPC: Clean up rpc_run_task by Trond Myklebust · 18 years ago
  16. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 18 years ago
  17. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 18 years ago
  18. 3b948ae SUNRPC: Allow the client to detect if the TCP connection is closed by Trond Myklebust · 18 years ago
  19. 66af1e5 SUNRPC: Fix a race in xs_tcp_state_change() by Trond Myklebust · 18 years ago
  20. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 18 years ago
  21. 483066d SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() static by Adrian Bunk · 18 years ago
  22. cfcb43f SUNRPC: remove NFS/RDMA client's binary sysctls by James Lentini · 18 years ago
  23. 2d8a972 SUNRPC endianness annotations by Al Viro · 18 years ago
  24. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  25. dca1dd3 nfsd: remove unused cache_for_each macro by J. Bruce Fields · 18 years ago
  26. f58851e RPCRDMA: rpc rdma transport switch by \"Talpey, Thomas\ · 18 years ago
  27. c3a57ed RPCRDMA: Kconfig and header file with rpcrdma protocol definitions by \"Talpey, Thomas\ · 18 years ago
  28. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 18 years ago
  29. 49c36fc SUNRPC: rearrange RPC sockets definitions by \"Talpey, Thomas\ · 18 years ago
  30. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 18 years ago
  31. 81c098a SUNRPC: Provide a new API for registering transport implementations by \"Talpey, Thomas\ · 18 years ago
  32. 4f22ccc SUNRPC: mark bulk read/write data in xdrbuf by \"Talpey, Thomas\ · 18 years ago
  33. 4417c8c SUNRPC: export per-transport rpcbind netid's by \"Talpey, Thomas\ · 18 years ago
  34. 4f40ee4 SUNRPC: move per-transport rpcbind netid's by \"Talpey, Thomas\ · 18 years ago
  35. 89eb21c SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program by Chuck Lever · 18 years ago
  36. 756805e SUNRPC: Add support for formatted universal addresses by Chuck Lever · 18 years ago
  37. fbfe3cc SUNRPC: Add hex-formatted address support to rpc_peeraddr2str() by Chuck Lever · 18 years ago
  38. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 18 years ago
  39. 4796f45 knfsd: nfsd4: secinfo handling without secinfo= option by J. Bruce Fields · 18 years ago
  40. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 18 years ago
  41. c4170583f knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 18 years ago
  42. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 18 years ago
  43. a974769 SUNRPC server: record the destination address of a request by Frank van Maarseveen · 18 years ago
  44. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 18 years ago
  45. 45160d6 SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name by Chuck Lever · 18 years ago
  46. cce63cd SUNRPC: Rename rpcb_getport_external routine by Chuck Lever · 18 years ago
  47. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 18 years ago
  48. 5d28dc8 SUNRPC: Convert gss_ctx_lock to an RCU lock by Trond Myklebust · 18 years ago
  49. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 18 years ago
  50. 9499b43 SUNRPC: Give credential cache a local spinlock by Trond Myklebust · 18 years ago
  51. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 18 years ago
  52. e092bdc SUNRPC: cleanup rpc credential cache garbage collection by Trond Myklebust · 18 years ago
  53. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 18 years ago
  54. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 18 years ago
  55. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 18 years ago
  56. de7a8ce SUNRPC: Rename rpcauth_destroy() to rpcauth_release() by Trond Myklebust · 18 years ago
  57. 5e1550d SUNRPC: Add the helper function 'rpc_call_null()' by Trond Myklebust · 18 years ago
  58. 64c91a1 SUNRPC: Make rpc_ping() static by Trond Myklebust · 18 years ago
  59. 3ab9bb7 SUNRPC: Fix a memory leak in the auth credcache code by Trond Myklebust · 18 years ago
  60. 03a1256 SUNRPC: Add a field to track the number of kernel users of an rpc_pipe by Trond Myklebust · 18 years ago
  61. 6e84c7b SUNRPC: Add a downcall queue to struct rpc_inode by Trond Myklebust · 18 years ago
  62. 4a8c134 SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth by Trond Myklebust · 18 years ago
  63. 188fef1 SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.c by Trond Myklebust · 18 years ago
  64. 4c402b4 SUNRPC: Remove rpc_clnt->cl_count by Trond Myklebust · 18 years ago
  65. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 18 years ago
  66. 848f1fe SUNRPC: Kill rpc_clnt->cl_dead by Trond Myklebust · 18 years ago
  67. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 18 years ago
  68. 4bef61f SUNRPC: Add a per-rpc_clnt spinlock by Trond Myklebust · 18 years ago
  69. 6529eba SUNRPC: Move rpc_task->tk_task list into struct rpc_clnt by Trond Myklebust · 18 years ago
  70. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 18 years ago
  71. 7531d69 SUNRPC: Fix sparse warnings by Trond Myklebust · 18 years ago
  72. cd12301 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 18 years ago
  73. 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 18 years ago
  74. 4c2eaf0 SUNRPC: remove old portmapper by Chuck Lever · 18 years ago
  75. a509050 SUNRPC: introduce rpcbind: replacement for in-kernel portmapper by Chuck Lever · 18 years ago
  76. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 18 years ago
  77. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 18 years ago
  78. cda1fd4 [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS server by NeilBrown · 18 years ago
  79. 5a05ed7 [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server code by NeilBrown · 18 years ago
  80. 7b8f850 [PATCH] Fix build errors if bitop functions are do {} while macros by Ralf Baechle · 18 years ago
  81. 50d851f [PATCH] sysctl: move CTL_SUNRPC to sysctl.h where it belongs by Eric W. Biederman · 19 years ago
  82. d9bc125 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 19 years ago
  83. 43d78ef NFS: disconnect before retrying NFSv4 requests over TCP by Chuck Lever · 19 years ago
  84. 9575648 [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path by Chuck Lever · 19 years ago
  85. 73df0db [PATCH] knfsd: SUNRPC: Make rq_daddr field address-version independent by Chuck Lever · 19 years ago
  86. 27459f0 [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses by Chuck Lever · 19 years ago
  87. 2442222 [PATCH] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req by Chuck Lever · 19 years ago
  88. ad06e4b [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing by Chuck Lever · 19 years ago
  89. 067d781 [PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sock by Chuck Lever · 19 years ago
  90. 482fb94 [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper by Chuck Lever · 19 years ago
  91. 6b17433 [PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp sockets by Chuck Lever · 19 years ago
  92. aaf68cf [PATCH] knfsd: fix a race in closing NFSd connections by NeilBrown · 19 years ago
  93. 2efef83 RPC: Clean up rpc_execute... by Trond Myklebust · 19 years ago
  94. 250f391 [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads by NeilBrown · 19 years ago
  95. bde8f00 [PATCH] NFS: Fix Oops in rpc_call_sync() by Trond Myklebust · 19 years ago
  96. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 19 years ago
  97. 34161db Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 19 years ago
  98. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 19 years ago
  99. 5847e1f SUNRPC: Remove pprintk() from net/sunrpc/xprt.c by Chuck Lever · 19 years ago
  100. dd45647 SUNRPC: Rename skb_reader_t and friends by Chuck Lever · 19 years ago