1. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  2. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  3. acf0a39 SUNRPC: Fix some kernel doc complaints by Chuck Lever · 6 years ago
  4. 4aa5cff sunrpc: remove unused bc_up operation from rpc_xprt_ops by Vasily Averin · 6 years ago
  5. 8e2e5b7 SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG by Ben Dooks · 6 years ago
  6. cf76785 SUNRPC: Fix a race with XPRT_CONNECTING by Trond Myklebust · 6 years ago
  7. 0445f92 SUNRPC: Fix disconnection races by Trond Myklebust · 6 years ago
  8. 79462857 SUNRPC: Don't force a redundant disconnection in xs_read_stream() by Trond Myklebust · 6 years ago
  9. dfcf038 SUNRPC: Fix up socket polling by Trond Myklebust · 6 years ago
  10. b76a5af SUNRPC: Use the discard iterator rather than MSG_TRUNC by Trond Myklebust · 6 years ago
  11. 26781ea SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() by Trond Myklebust · 6 years ago
  12. 16e5e90 SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag by Trond Myklebust · 6 years ago
  13. c443305 SUNRPC: Fix RPC receive hangs by Trond Myklebust · 6 years ago
  14. 0e9b4a8 missing bits of "iov_iter: Separate type from direction and use accessor functions" by Al Viro · 6 years ago
  15. 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
  16. 826799e sunrpc: safely reallow resvport min/max inversion by J. Bruce Fields · 6 years ago
  17. 8440a88 sunrpc: Report connect_time in seconds by Chuck Lever · 6 years ago
  18. 3968a8a sunrpc: Fix connect metrics by Chuck Lever · 6 years ago
  19. 4f54614 SUNRPC: Clean up xs_udp_data_receive() by Trond Myklebust · 6 years ago
  20. 550aebf SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive by Trond Myklebust · 6 years ago
  21. c50b8ee SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive() by Trond Myklebust · 6 years ago
  22. 277e4ab SUNRPC: Simplify TCP receive code by switching to using iterators by Trond Myklebust · 6 years ago
  23. adfa714 SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() by Trond Myklebust · 7 years ago
  24. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 7 years ago
  25. 36bd7de SUNRPC: Turn off throttling of RPC slots for TCP sockets by Trond Myklebust · 7 years ago
  26. 75891f5 SUNRPC: Support for congestion control when queuing is enabled by Trond Myklebust · 7 years ago
  27. 50f484e SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() by Trond Myklebust · 7 years ago
  28. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 7 years ago
  29. 4cd34e7 SUNRPC: Simplify dealing with aborted partially transmitted messages by Trond Myklebust · 7 years ago
  30. 6c7a64e SUNRPC: Add socket transmit queue offset tracking by Trond Myklebust · 7 years ago
  31. e1806c7 SUNRPC: Move reset of TCP state variables into the reconnect code by Trond Myklebust · 7 years ago
  32. d1109aa SUNRPC: Rename TCP receive-specific state variables by Trond Myklebust · 7 years ago
  33. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 7 years ago
  34. a9cde23 SUNRPC: Add a ->free_slot transport callout by Chuck Lever · 7 years ago
  35. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  36. 7821575 SUNRPC: Make RTT measurement more precise (Send) by Chuck Lever · 7 years ago
  37. ecd465e SUNRPC: Move xprt_update_rtt callsite by Chuck Lever · 7 years ago
  38. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  39. 0afa6b4 SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context by Trond Myklebust · 7 years ago
  40. 9b30889 SUNRPC: Ensure we always close the socket after a connection shuts down by Trond Myklebust · 7 years ago
  41. 0af3442 SUNRPC: Add explicit rescheduling points in the receive path by Trond Myklebust · 7 years ago
  42. 3d18880 SUNRPC: Chunk reading of replies from the server by Trond Myklebust · 7 years ago
  43. 2db767d Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  44. eb5b46f SUNRPC: Handle ENETDOWN errors by Trond Myklebust · 7 years ago
  45. 4ba161a SUNRPC: Allow connect to return EHOSTUNREACH by Trond Myklebust · 7 years ago
  46. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  47. e9d4763 net: sunrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  48. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  49. d099b8a sunrpc: remove redundant initialization of sock by Colin Ian King · 7 years ago
  50. 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 · 8 years ago
  51. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 8 years ago
  52. 040249d SUNRPC: Cleanup xs_tcp_read_common() by Trond Myklebust · 8 years ago
  53. 8d6f97d SUNRPC: Don't loop forever in xs_tcp_data_receive() by Trond Myklebust · 8 years ago
  54. c89091c SUNRPC: Don't hold the transport lock when receiving backchannel data by Trond Myklebust · 8 years ago
  55. 729749b SUNRPC: Don't hold the transport lock across socket copy operations by Trond Myklebust · 8 years ago
  56. d31ae25 sunrpc: Const-ify all instances of struct rpc_xprt_ops by Chuck Lever · 8 years ago
  57. 3ffbc1d net/sunrpc/xprt_sock: fix regression in connection error reporting. by NeilBrown · 8 years ago
  58. 6ea44ad SUNRPC: ensure correct error is reported by xs_tcp_setup_socket() by NeilBrown · 8 years ago
  59. 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  60. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  61. 9761a24 sunrpc: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  62. b977b64 sunrpc: Allow xprt->ops->timer method to sleep by Chuck Lever · 8 years ago
  63. 7196dbb SUNRPC: Allow changing of the TCP timeout parameters on the fly by Trond Myklebust · 8 years ago
  64. 8d1b8c6 SUNRPC: Refactor TCP socket timeout code into a helper function by Trond Myklebust · 8 years ago
  65. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  67. 18e601d sunrpc: fix some missing rq_rbuffer assignments by Jeff Layton · 8 years ago
  68. 850cbad udp: use it's own memory accounting schema by Paolo Abeni · 8 years ago
  69. d48f9ce sunrpc: fix write space race causing stalls by David Vrabel · 8 years ago
  70. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  71. 5fe6eaa SUNRPC: Generalize the RPC buffer allocation API by Chuck Lever · 8 years ago
  72. a41bd25 sunrpc: fix UDP memory accounting by Paolo Abeni · 9 years ago
  73. 3851f1c SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout by Trond Myklebust · 9 years ago
  74. 0291017 SUNRPC: Fix reconnection timeouts by Trond Myklebust · 9 years ago
  75. d88e4d8 SUNRPC: disable the use of IPv6 temporary addresses. by NeilBrown · 9 years ago
  76. 1f4c17a SUNRPC: Handle EADDRNOTAVAIL on connection failures by Trond Myklebust · 9 years ago
  77. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 9 years ago
  78. ffb6ca3 sunrpc: Prevent resvport min/max inversion via sysfs and module parameter by Frank Sorenson · 9 years ago
  79. e08ea3a sunrpc: Prevent resvport min/max inversion via sysctl by Frank Sorenson · 9 years ago
  80. 5d71899 sunrpc: Fix reserved port range calculation by Frank Sorenson · 9 years ago
  81. 39a9beab rpc: share one xps between all backchannels by J. Bruce Fields · 9 years ago
  82. 9ffadfb SUNRPC: Fix suspicious enobufs issues. by Trond Myklebust · 9 years ago
  83. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 9 years ago
  84. 5157b95 SUNRPC: Consolidate xs_tcp_data_ready and xs_data_ready by Trond Myklebust · 9 years ago
  85. 42d42a5 SUNRPC: Small optimisation of client receive by Trond Myklebust · 9 years ago
  86. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
  87. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 9 years ago
  88. b4411457 sunrpc: set SOCK_FASYNC by Eric Dumazet · 9 years ago
  89. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  90. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 9 years ago
  91. 1da8c681 sunrpc: do not pull udp headers on receive by Willem de Bruijn · 9 years ago
  92. fb43d17 SUNRPC: Use the multipath iterator to assign a transport to each task by Trond Myklebust · 9 years ago
  93. daaadd2 Merge branch 'bugfixes' by Trond Myklebust · 9 years ago
  94. 13331a5 SUNRPC: Fixup socket wait for memory by Trond Myklebust · 9 years ago
  95. d135891 SUNRPC: drop unused xs_reclassify_socketX() helpers by Stefan Hajnoczi · 9 years ago
  96. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  97. 7fc5613 SUNRPC: fix variable type by Andrzej Hajda · 9 years ago
  98. ac3c860 Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  99. 7656677 NFS: Enable client side NFSv4.1 backchannel to use other transports by Chuck Lever · 9 years ago
  100. 42e5c3e SUNRPC: Abstract backchannel operations by Chuck Lever · 9 years ago