1. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  2. 34161db Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  3. ed07536 [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets by Peter Zijlstra · 18 years ago
  4. fbf7668 SUNRPC: relocate the creation of socket-specific tunables by Chuck Lever · 18 years ago
  5. 282b32e SUNRPC: create stubs for xprtsock init and cleanup by Chuck Lever · 18 years ago
  6. dd45647 SUNRPC: Rename skb_reader_t and friends by Chuck Lever · 18 years ago
  7. 9d29231 SUNRPC: skb_read_bits is the same as xs_tcp_copy_data by Chuck Lever · 18 years ago
  8. 7559c7a SUNRPC: Make address format buffers more generic by Chuck Lever · 18 years ago
  9. 314dfd7 SUNRPC: move saved socket callback functions to a private data structure by Chuck Lever · 18 years ago
  10. 7c6e066 SUNRPC: Move the UDP socket bufsize parameters to a private data structure by Chuck Lever · 18 years ago
  11. c847546 SUNRPC: Move rpc_xprt socket connect fields into private data structure by Chuck Lever · 18 years ago
  12. e136d09 SUNRPC: Move TCP state flags into xprtsock.c by Chuck Lever · 18 years ago
  13. 5197113 SUNRPC: Move TCP receive state variables into private data structure by Chuck Lever · 18 years ago
  14. ee0ac0c SUNRPC: Remove sock and inet fields from rpc_xprt by Chuck Lever · 18 years ago
  15. ffc2e51 SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields by Chuck Lever · 18 years ago
  16. c8541ec SUNRPC: Make the transport-specific setup routine allocate rpc_xprt by Chuck Lever · 18 years ago
  17. 24c5684 SUNRPC: Clean up xs_send_pages() by Trond Myklebust · 18 years ago
  18. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  19. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  20. b7766da [PATCH] SUNRPC: fix a typo by Chuck Lever · 18 years ago
  21. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  22. 9f261e0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  23. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  24. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  25. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago
  26. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  27. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  28. 53fad3c [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages(). by Sridhar Samudrala · 18 years ago
  29. e6242e9 [SUNRPC]: Update to use in-kernel sockets API. by Sridhar Samudrala · 18 years ago
  30. e0ab53d RPC: Ensure that we disconnect TCP socket when client requests error out by Trond Myklebust · 18 years ago
  31. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  32. b85d880 SUNRPC: select privileged port numbers at random by Chuck Lever · 18 years ago
  33. ef759a2 SUNRPC: introduce per-task RPC iostats by Chuck Lever · 18 years ago
  34. 262ca07 SUNRPC: add a handful of per-xprt counters by Chuck Lever · 18 years ago
  35. 632e3bd SUNRPC: Ensure client closes the socket when server initiates a close by Trond Myklebust · 19 years ago
  36. 9220041 SUNRPC: transport switch API for setting port number by Chuck Lever · 19 years ago
  37. 0210714 SUNRPC: switchable buffer allocation by Chuck Lever · 19 years ago
  38. b079fa7b RPC: Do not block on skb allocation by Trond Myklebust · 19 years ago
  39. c556b75 SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled by Chuck Lever · 19 years ago
  40. 470056c [PATCH] RPC: rationalize set_buffer_size by Chuck Lever · 19 years ago
  41. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  42. 3167e12 [PATCH] RPC: make sure to get the same local port number when reconnecting by Chuck Lever · 19 years ago
  43. 529b33c [PATCH] RPC: allow RPC client's port range to be adjustable by Chuck Lever · 19 years ago
  44. 555ee3a [PATCH] RPC: clean up after nocong was removed by Chuck Lever · 19 years ago
  45. ed63c00 [PATCH] RPC: remove xprt->nocong by Chuck Lever · 19 years ago
  46. a58dd39 [PATCH] RPC: add a release_rqst callout to the RPC transport switch by Chuck Lever · 19 years ago
  47. 1570c1e [PATCH] RPC: add generic interface for adjusting the congestion window by Chuck Lever · 19 years ago
  48. 46c0ee8 [PATCH] RPC: separate xprt_timer implementations by Chuck Lever · 19 years ago
  49. 49e9a89 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  50. 12a8046 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  51. fe3aca2 [PATCH] RPC: add API to set transport-specific timeouts by Chuck Lever · 19 years ago
  52. 43118c2 [PATCH] RPC: get rid of xprt->stream by Chuck Lever · 19 years ago
  53. 808012f [PATCH] RPC: skip over transport-specific heads automatically by Chuck Lever · 19 years ago
  54. 262965f [PATCH] RPC: separate TCP and UDP socket write paths by Chuck Lever · 19 years ago
  55. b0d93ad [PATCH] RPC: separate TCP and UDP transport connection logic by Chuck Lever · 19 years ago
  56. c7b2cae [PATCH] RPC: separate TCP and UDP write space callbacks by Chuck Lever · 19 years ago
  57. 55aa4f5 [PATCH] RPC: client-side transport switch cleanup by Chuck Lever · 19 years ago
  58. 44fbac2 [PATCH] RPC: Add helper for waking tasks pending on a transport by Chuck Lever · 19 years ago
  59. 2226feb [PATCH] RPC: rename the sockstate field by Chuck Lever · 19 years ago
  60. 4a0f8c0 [PATCH] RPC: Rename sock_lock by Chuck Lever · 19 years ago
  61. b4b5cc8 [PATCH] RPC: Reduce stack utilization in xs_sendpages by Chuck Lever · 19 years ago
  62. 9903cd1 [PATCH] RPC: transport switch function naming by Chuck Lever · 19 years ago
  63. a246b01 [PATCH] RPC: introduce client-side transport switch by Chuck Lever · 19 years ago