1. cdd0972 Merge branch 'cleanups' into next by Trond Myklebust · 18 years ago
  2. 5e4424a SUNRPC: Remove now-redundant RCU-safe rpc_task free path by Trond Myklebust · 18 years ago
  3. f5fb7b06 SUNRPC: Eliminate the now-redundant rpc_start_wakeup() by Trond Myklebust · 18 years ago
  4. eb276c0 SUNRPC: Switch tasks to using the rpc_waitqueue's timer function by Trond Myklebust · 18 years ago
  5. 36df9aa SUNRPC: Add a timer function to wait queues. by Trond Myklebust · 19 years ago
  6. f6a1cc8 SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues by Trond Myklebust · 18 years ago
  7. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 18 years ago
  8. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 18 years ago
  9. 96ef13b SUNRPC: Add a new helper rpc_wake_up_queued_task() by Trond Myklebust · 18 years ago
  10. 32bfb5c SUNRPC: Allow the rpc_release() callback to be run on another workqueue by Trond Myklebust · 18 years ago
  11. cbc2005 SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async by Trond Myklebust · 18 years ago
  12. fbb7878 nfsd: clean up svc_reserve_auth() by J. Bruce Fields · 18 years ago
  13. 0113ab3 SUNRPC: spin svc_rqst initialization to its own function by Jeff Layton · 18 years ago
  14. d21b05f rdma: SVCRMDA Header File by Tom Tucker · 19 years ago
  15. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 19 years ago
  16. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 19 years ago
  17. dc9a16e svc: Add /proc/sys/sunrpc/transport files by Tom Tucker · 19 years ago
  18. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 19 years ago
  19. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 19 years ago
  20. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 19 years ago
  21. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 19 years ago
  22. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 19 years ago
  23. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 19 years ago
  24. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 19 years ago
  25. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 19 years ago
  26. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 19 years ago
  27. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 19 years ago
  28. 7a18208 svc: Make close transport independent by Tom Tucker · 19 years ago
  29. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 19 years ago
  30. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 19 years ago
  31. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 19 years ago
  32. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 19 years ago
  33. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 19 years ago
  34. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 19 years ago
  35. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 19 years ago
  36. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 19 years ago
  37. 755ccea svc: Add per-transport delete functions by Tom Tucker · 19 years ago
  38. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 19 years ago
  39. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 19 years ago
  40. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 19 years ago
  41. 9f29868 svc: Change the svc_sock in the rqstp structure to a transport by Tom Tucker · 19 years ago
  42. 360d873 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 19 years ago
  43. 1d8206b svc: Add an svc transport class by Tom Tucker · 19 years ago
  44. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 19 years ago
  45. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 19 years ago
  46. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 19 years ago
  47. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 18 years ago
  48. f1ec08c SUNRPC: Use appropriate argument types in rpcb client by Chuck Lever · 19 years ago
  49. b454ae9 SUNRPC: fewer conditionals in the format_ip_address routines by Chuck Lever · 19 years ago
  50. ba7392b SUNRPC: Add support for per-client timeout values by Trond Myklebust · 19 years ago
  51. 2881ae7 SUNRPC: Clean up the transport timeout initialisation by Trond Myklebust · 19 years ago
  52. 0fb2b7e SUNRPC: Move universal address definitions to global header by Chuck Lever · 19 years ago
  53. c087567 SUNRPC: Remove the obsolete RPC_WAITQ macro by Trond Myklebust · 19 years ago
  54. 47fe064 SUNRPC: Unexport rpc_init_task() and rpc_execute() by Trond Myklebust · 19 years ago
  55. e8f5d77 SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task by Trond Myklebust · 19 years ago
  56. b562794 SUNRPC: Remove the now unused function rpc_call_setup() by Trond Myklebust · 19 years ago
  57. 77de2c5 SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action by Trond Myklebust · 19 years ago
  58. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 19 years ago
  59. c970aa8 SUNRPC: Clean up rpc_run_task by Trond Myklebust · 19 years ago
  60. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 19 years ago
  61. 62da3b2 SUNRPC: Rename xprt_disconnect() by Trond Myklebust · 19 years ago
  62. 3b948ae SUNRPC: Allow the client to detect if the TCP connection is closed by Trond Myklebust · 19 years ago
  63. 66af1e5 SUNRPC: Fix a race in xs_tcp_state_change() by Trond Myklebust · 19 years ago
  64. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 19 years ago
  65. 483066d SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() static by Adrian Bunk · 19 years ago
  66. cfcb43f SUNRPC: remove NFS/RDMA client's binary sysctls by James Lentini · 19 years ago
  67. 2d8a972 SUNRPC endianness annotations by Al Viro · 19 years ago
  68. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  69. dca1dd3 nfsd: remove unused cache_for_each macro by J. Bruce Fields · 19 years ago
  70. f58851e RPCRDMA: rpc rdma transport switch by \"Talpey, Thomas\ · 19 years ago
  71. c3a57ed RPCRDMA: Kconfig and header file with rpcrdma protocol definitions by \"Talpey, Thomas\ · 19 years ago
  72. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 19 years ago
  73. 49c36fc SUNRPC: rearrange RPC sockets definitions by \"Talpey, Thomas\ · 19 years ago
  74. 3c341b0 SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 19 years ago
  75. 81c098a SUNRPC: Provide a new API for registering transport implementations by \"Talpey, Thomas\ · 19 years ago
  76. 4f22ccc SUNRPC: mark bulk read/write data in xdrbuf by \"Talpey, Thomas\ · 19 years ago
  77. 4417c8c SUNRPC: export per-transport rpcbind netid's by \"Talpey, Thomas\ · 19 years ago
  78. 4f40ee4 SUNRPC: move per-transport rpcbind netid's by \"Talpey, Thomas\ · 19 years ago
  79. 89eb21c SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program by Chuck Lever · 19 years ago
  80. 756805e SUNRPC: Add support for formatted universal addresses by Chuck Lever · 19 years ago
  81. fbfe3cc SUNRPC: Add hex-formatted address support to rpc_peeraddr2str() by Chuck Lever · 19 years ago
  82. be879c4 SUNRPC: move bkl locking and xdr proc invocation into a common helper by J. Bruce Fields · 19 years ago
  83. 4796f45 knfsd: nfsd4: secinfo handling without secinfo= option by J. Bruce Fields · 19 years ago
  84. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 19 years ago
  85. c417058 knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 19 years ago
  86. d3bc9a1 SUNRPC client: add interface for binding to a local address by Frank van Maarseveen · 19 years ago
  87. a974769 SUNRPC server: record the destination address of a request by Frank van Maarseveen · 19 years ago
  88. 96802a0 SUNRPC: cleanup transport creation argument passing by Frank van Maarseveen · 19 years ago
  89. 45160d6 SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name by Chuck Lever · 19 years ago
  90. cce63cd SUNRPC: Rename rpcb_getport_external routine by Chuck Lever · 19 years ago
  91. 1be27f3 SUNRPC: Remove the tk_auth macro... by Trond Myklebust · 19 years ago
  92. 5d28dc8 SUNRPC: Convert gss_ctx_lock to an RCU lock by Trond Myklebust · 19 years ago
  93. f5c2187 SUNRPC: Convert the credential garbage collector into a shrinker callback by Trond Myklebust · 19 years ago
  94. 9499b43 SUNRPC: Give credential cache a local spinlock by Trond Myklebust · 19 years ago
  95. 31be5bf SUNRPC: Convert the credcache lookup code to use RCU by Trond Myklebust · 19 years ago
  96. e092bdc SUNRPC: cleanup rpc credential cache garbage collection by Trond Myklebust · 19 years ago
  97. fc432dd SUNRPC: Enforce atomic updates of rpc_cred->cr_flags by Trond Myklebust · 19 years ago
  98. 5fe4755 SUNRPC: Clean up rpc credential initialisation by Trond Myklebust · 19 years ago
  99. f1c0a86 SUNRPC: Mark auth and cred operation tables as constant. by Trond Myklebust · 19 years ago
  100. de7a8ce SUNRPC: Rename rpcauth_destroy() to rpcauth_release() by Trond Myklebust · 19 years ago