1. 4f8943f SUNRPC: Replace direct task wakeups from softirq context by Trond Myklebust · 6 years ago
  2. 7e3d362 SUNRPC: Fix up calculation of client message length by Trond Myklebust · 6 years ago
  3. 5ad64b3 SUNRPC: Add tracking of RPC level errors by Trond Myklebust · 6 years ago
  4. 8ba6a92 SUNRPC: Refactor xprt_request_wait_receive() by Trond Myklebust · 6 years ago
  5. 01f2f5b SUNRPC: fix uninitialized variable warning by Alakesh Haloi · 6 years ago
  6. 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
  7. 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
  8. a73881c SUNRPC: Fix an Oops in udp_poll() by Trond Myklebust · 6 years ago
  9. 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  10. 6f903b1 SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages() by Trond Myklebust · 6 years ago
  11. c87dc4c SUNRPC: Further cleanups of xs_sendpages() by Trond Myklebust · 6 years ago
  12. 0472e47 SUNRPC: Convert socket page send code to use iov_iter() by Trond Myklebust · 6 years ago
  13. e791f8e SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() by Trond Myklebust · 6 years ago
  14. 5f52a9d SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive by Trond Myklebust · 6 years ago
  15. 727fcc6 SUNRPC: Don't suppress socket errors when a message read completes by Trond Myklebust · 6 years ago
  16. e92053a SUNRPC: Handle zero length fragments correctly by Trond Myklebust · 6 years ago
  17. ae05355 SUNRPC: Don't reset the stream record info when the receive worker is running by Trond Myklebust · 6 years ago
  18. b9779a5 SUNRPC: Ensure rq_bytes_sent is reset before request transmission by Trond Myklebust · 6 years ago
  19. 0ffe86f SUNRPC: Use poll() to fix up the socket requeue races by Trond Myklebust · 6 years ago
  20. a1231fd SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs by Trond Myklebust · 6 years ago
  21. 067fb11 SUNRPC: Remove rpc_xprt::tsh_size by Chuck Lever · 6 years ago
  22. 6a829eb SUNRPC: Fix TCP receive code on archs with flush_dcache_page() by Trond Myklebust · 6 years ago
  23. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  24. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  25. acf0a39 SUNRPC: Fix some kernel doc complaints by Chuck Lever · 6 years ago
  26. 4aa5cff sunrpc: remove unused bc_up operation from rpc_xprt_ops by Vasily Averin · 6 years ago
  27. 8e2e5b7 SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG by Ben Dooks · 6 years ago
  28. cf76785 SUNRPC: Fix a race with XPRT_CONNECTING by Trond Myklebust · 6 years ago
  29. 0445f92 SUNRPC: Fix disconnection races by Trond Myklebust · 6 years ago
  30. 79462857 SUNRPC: Don't force a redundant disconnection in xs_read_stream() by Trond Myklebust · 6 years ago
  31. dfcf038 SUNRPC: Fix up socket polling by Trond Myklebust · 6 years ago
  32. b76a5af SUNRPC: Use the discard iterator rather than MSG_TRUNC by Trond Myklebust · 6 years ago
  33. 26781ea SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() by Trond Myklebust · 6 years ago
  34. 16e5e90 SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag by Trond Myklebust · 6 years ago
  35. c443305 SUNRPC: Fix RPC receive hangs by Trond Myklebust · 6 years ago
  36. 0e9b4a8 missing bits of "iov_iter: Separate type from direction and use accessor functions" by Al Viro · 6 years ago
  37. 93bdcf9 Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
  38. 826799e sunrpc: safely reallow resvport min/max inversion by J. Bruce Fields · 6 years ago
  39. 8440a88 sunrpc: Report connect_time in seconds by Chuck Lever · 6 years ago
  40. 3968a8a sunrpc: Fix connect metrics by Chuck Lever · 6 years ago
  41. 4f54614 SUNRPC: Clean up xs_udp_data_receive() by Trond Myklebust · 6 years ago
  42. 550aebf SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive by Trond Myklebust · 6 years ago
  43. c50b8ee SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive() by Trond Myklebust · 6 years ago
  44. 277e4ab SUNRPC: Simplify TCP receive code by switching to using iterators by Trond Myklebust · 6 years ago
  45. adfa714 SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() by Trond Myklebust · 6 years ago
  46. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 6 years ago
  47. 36bd7de SUNRPC: Turn off throttling of RPC slots for TCP sockets by Trond Myklebust · 6 years ago
  48. 75891f5 SUNRPC: Support for congestion control when queuing is enabled by Trond Myklebust · 6 years ago
  49. 50f484e SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() by Trond Myklebust · 6 years ago
  50. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 6 years ago
  51. 4cd34e7 SUNRPC: Simplify dealing with aborted partially transmitted messages by Trond Myklebust · 6 years ago
  52. 6c7a64e SUNRPC: Add socket transmit queue offset tracking by Trond Myklebust · 6 years ago
  53. e1806c7 SUNRPC: Move reset of TCP state variables into the reconnect code by Trond Myklebust · 6 years ago
  54. d1109aa SUNRPC: Rename TCP receive-specific state variables by Trond Myklebust · 6 years ago
  55. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 6 years ago
  56. a9cde23 SUNRPC: Add a ->free_slot transport callout by Chuck Lever · 7 years ago
  57. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  58. 7821575 SUNRPC: Make RTT measurement more precise (Send) by Chuck Lever · 7 years ago
  59. ecd465e SUNRPC: Move xprt_update_rtt callsite by Chuck Lever · 7 years ago
  60. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  61. 0afa6b4 SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context by Trond Myklebust · 7 years ago
  62. 9b30889 SUNRPC: Ensure we always close the socket after a connection shuts down by Trond Myklebust · 7 years ago
  63. 0af3442 SUNRPC: Add explicit rescheduling points in the receive path by Trond Myklebust · 7 years ago
  64. 3d18880 SUNRPC: Chunk reading of replies from the server by Trond Myklebust · 7 years ago
  65. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  66. eb5b46f SUNRPC: Handle ENETDOWN errors by Trond Myklebust · 7 years ago
  67. 4ba161a SUNRPC: Allow connect to return EHOSTUNREACH by Trond Myklebust · 7 years ago
  68. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  69. e9d4763 net: sunrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. d099b8a sunrpc: remove redundant initialization of sock by Colin Ian King · 7 years ago
  72. f9773b2 Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-next by Trond Myklebust · 7 years ago
  73. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 7 years ago
  74. 040249d SUNRPC: Cleanup xs_tcp_read_common() by Trond Myklebust · 7 years ago
  75. 8d6f97d SUNRPC: Don't loop forever in xs_tcp_data_receive() by Trond Myklebust · 7 years ago
  76. c89091c SUNRPC: Don't hold the transport lock when receiving backchannel data by Trond Myklebust · 7 years ago
  77. 729749b SUNRPC: Don't hold the transport lock across socket copy operations by Trond Myklebust · 7 years ago
  78. d31ae25 sunrpc: Const-ify all instances of struct rpc_xprt_ops by Chuck Lever · 7 years ago
  79. 3ffbc1d net/sunrpc/xprt_sock: fix regression in connection error reporting. by NeilBrown · 7 years ago
  80. 6ea44ad SUNRPC: ensure correct error is reported by xs_tcp_setup_socket() by NeilBrown · 8 years ago
  81. 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  82. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  83. 9761a24 sunrpc: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  84. b977b64 sunrpc: Allow xprt->ops->timer method to sleep by Chuck Lever · 8 years ago
  85. 7196dbb SUNRPC: Allow changing of the TCP timeout parameters on the fly by Trond Myklebust · 8 years ago
  86. 8d1b8c6 SUNRPC: Refactor TCP socket timeout code into a helper function by Trond Myklebust · 8 years ago
  87. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  88. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  89. 18e601d sunrpc: fix some missing rq_rbuffer assignments by Jeff Layton · 8 years ago
  90. 850cbad udp: use it's own memory accounting schema by Paolo Abeni · 8 years ago
  91. d48f9ce sunrpc: fix write space race causing stalls by David Vrabel · 8 years ago
  92. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  93. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 8 years ago
  94. a41bd25 sunrpc: fix UDP memory accounting by Paolo Abeni · 8 years ago
  95. 3851f1c SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout by Trond Myklebust · 8 years ago
  96. 0291017 SUNRPC: Fix reconnection timeouts by Trond Myklebust · 8 years ago
  97. d88e4d8 SUNRPC: disable the use of IPv6 temporary addresses. by NeilBrown · 8 years ago
  98. 1f4c17a SUNRPC: Handle EADDRNOTAVAIL on connection failures by Trond Myklebust · 8 years ago
  99. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 8 years ago
  100. ffb6ca3 sunrpc: Prevent resvport min/max inversion via sysfs and module parameter by Frank Sorenson · 8 years ago