1. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  2. 1f7d1c7 SUNRPC: Update comments based on recent changes by Chuck Lever · 6 years ago
  3. da95306 SUNRPC: Start the first major timeout calculation at task creation by Trond Myklebust · 6 years ago
  4. 9e910bf SUNRPC: Ensure that the transport layer respect major timeouts by Trond Myklebust · 6 years ago
  5. 4312358 SUNRPC: Declare RPC timers as TIMER_DEFERRABLE by Trond Myklebust · 6 years ago
  6. 6b2e685 SUNRPC: Add function rpc_sleep_on_timeout() by Trond Myklebust · 6 years ago
  7. 8ba6a92 SUNRPC: Refactor xprt_request_wait_receive() by Trond Myklebust · 6 years ago
  8. ae67bd3 SUNRPC: Fix up task signalling by Trond Myklebust · 6 years ago
  9. 27adc78 SUNRPC: Use the ENOTCONN error on socket disconnect by Trond Myklebust · 6 years ago
  10. a79f194 NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated by Trond Myklebust · 6 years ago
  11. 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
  12. 0472e47 SUNRPC: Convert socket page send code to use iov_iter() by Trond Myklebust · 6 years ago
  13. b9779a5 SUNRPC: Ensure rq_bytes_sent is reset before request transmission by Trond Myklebust · 6 years ago
  14. a1231fd SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs by Trond Myklebust · 6 years ago
  15. 0c77668 SUNRPC: Introduce trace points in rpc_auth_gss.ko by Chuck Lever · 6 years ago
  16. deaa5c9 SUNRPC: Address Kerberos performance/behavior regression by Chuck Lever · 6 years ago
  17. e66721f SUNRPC: Ensure rq_bytes_sent is reset before request transmission by Trond Myklebust · 6 years ago
  18. abc1327 SUNRPC: Remove xprt_connect_status() by Trond Myklebust · 6 years ago
  19. 0445f92 SUNRPC: Fix disconnection races by Trond Myklebust · 6 years ago
  20. 0a9a430 SUNRPC: Fix a potential race in xprt_connect() by Trond Myklebust · 6 years ago
  21. 71700bb SUNRPC: Fix a memory leak in call_encode() by Trond Myklebust · 6 years ago
  22. 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
  23. 3968a8a sunrpc: Fix connect metrics by Chuck Lever · 6 years ago
  24. 9d96acb SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() by Trond Myklebust · 6 years ago
  25. 79c9915 SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue by Trond Myklebust · 6 years ago
  26. 95f7691 SUNRPC: Convert xprt receive queue to use an rbtree by Trond Myklebust · 6 years ago
  27. bd79bc5 SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK by Trond Myklebust · 6 years ago
  28. adfa714 SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() by Trond Myklebust · 6 years ago
  29. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 6 years ago
  30. 36bd7de SUNRPC: Turn off throttling of RPC slots for TCP sockets by Trond Myklebust · 6 years ago
  31. f05d54e SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK by Trond Myklebust · 6 years ago
  32. 89f90fe SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue by Trond Myklebust · 6 years ago
  33. 86aeee0 SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue by Trond Myklebust · 6 years ago
  34. 75891f5 SUNRPC: Support for congestion control when queuing is enabled by Trond Myklebust · 6 years ago
  35. 918f3c1 SUNRPC: Improve latency for interactive tasks by Trond Myklebust · 6 years ago
  36. dcbbeda SUNRPC: Move RPC retransmission stat counter to xprt_transmit() by Trond Myklebust · 6 years ago
  37. 5f2f6bd SUNRPC: Simplify xprt_prepare_transmit() by Trond Myklebust · 6 years ago
  38. 04b3b88 SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK by Trond Myklebust · 6 years ago
  39. 50f484e SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() by Trond Myklebust · 6 years ago
  40. 902c588 SUNRPC: Fix up the back channel transmit by Trond Myklebust · 6 years ago
  41. 762e4e6 SUNRPC: Refactor RPC call encoding by Trond Myklebust · 6 years ago
  42. 944b042 SUNRPC: Add a transmission queue for RPC requests by Trond Myklebust · 6 years ago
  43. ef3f5434 SUNRPC: Distinguish between the slot allocation list and receive queue by Trond Myklebust · 6 years ago
  44. 7f3a1d1 SUNRPC: Refactor xprt_transmit() to remove wait for reply code by Trond Myklebust · 6 years ago
  45. edc81dc SUNRPC: Refactor xprt_transmit() to remove the reply queue code by Trond Myklebust · 6 years ago
  46. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 6 years ago
  47. ec37a58 SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit by Trond Myklebust · 6 years ago
  48. cf9946c SUNRPC: Refactor the transport request pinning by Trond Myklebust · 6 years ago
  49. 7ebbbc6 SUNRPC: Simplify identification of when the message send/receive is complete by Trond Myklebust · 6 years ago
  50. 3021a5bb SUNRPC: The transmitted message must lie in the RPCSEC window of validity by Trond Myklebust · 6 years ago
  51. 9dc6edc SUNRPC: Clean up initialisation of the struct rpc_rqst by Trond Myklebust · 6 years ago
  52. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 6 years ago
  53. 0dae72d sunrpc: Prevent duplicate XID allocation by Chuck Lever · 7 years ago
  54. a9cde23 SUNRPC: Add a ->free_slot transport callout by Chuck Lever · 7 years ago
  55. 37ac86c SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock by Chuck Lever · 7 years ago
  56. ff699ea8 SUNRPC: Make num_reqs a non-atomic integer by Chuck Lever · 7 years ago
  57. 7821575 SUNRPC: Make RTT measurement more precise (Send) by Chuck Lever · 7 years ago
  58. 0b87a46 SUNRPC: Make RTT measurement more precise (Receive) by Chuck Lever · 7 years ago
  59. ecd465e SUNRPC: Move xprt_update_rtt callsite by Chuck Lever · 7 years ago
  60. 2275cde SUNRPC: Queue latency-sensitive socket tasks to xprtiod by Trond Myklebust · 7 years ago
  61. 82476d9 SUNRPC: Trace xprt_timer events by Chuck Lever · 7 years ago
  62. d025fbf Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  63. 90d91b0 SUNRPC: Fix a race in the receive code path by Trond Myklebust · 7 years ago
  64. c3e9c04b Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  65. e9d4763 net: sunrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  66. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. 528fd35 SUNRPC: Destroy transport from the system workqueue by Trond Myklebust · 7 years ago
  68. ff861c4 sunrpc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  69. 4c625a9 SUNRPC: fix a list corruption issue in xprt_release() by Trond Myklebust · 7 years ago
  70. 9590d08 xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handler by Chuck Lever · 7 years ago
  71. ce7c252 SUNRPC: Add a separate spinlock to protect the RPC request receive list by Trond Myklebust · 7 years ago
  72. 729749b SUNRPC: Don't hold the transport lock across socket copy operations by Trond Myklebust · 7 years ago
  73. 92ea011 SUNRPC: Make slot allocation more reliable by Trond Myklebust · 8 years ago
  74. e2a4f4f sunrpc: Export xprt_force_disconnect() by Chuck Lever · 8 years ago
  75. b977b64 sunrpc: Allow xprt->ops->timer method to sleep by Chuck Lever · 8 years ago
  76. 2c2ee6d sunrpc: Don't engage exponential backoff when connection attempt is rejected. by NeilBrown · 8 years ago
  77. 3435c74 SUNRPC: Generalize the RPC buffer release API by Chuck Lever · 8 years ago
  78. ad3331a SUNRPC: Fix up socket autodisconnect by Trond Myklebust · 8 years ago
  79. f1dc237 SUNRPC: Reduce latency when send queue is congested by Trond Myklebust · 9 years ago
  80. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 9 years ago
  81. fb43d17 SUNRPC: Use the multipath iterator to assign a transport to each task by Trond Myklebust · 9 years ago
  82. 80b14d5 SUNRPC: Add a structure to track multiple transports by Trond Myklebust · 10 years ago
  83. fda1bfe SUNRPC: Make freeing of struct xprt rcu-safe by Trond Myklebust · 10 years ago
  84. 30c5116 SUNRPC: Uninline xprt_get(); It isn't performance critical. by Trond Myklebust · 10 years ago
  85. 5d252f9 svcrdma: Add class for RDMA backwards direction transport by Chuck Lever · 9 years ago
  86. 79234c3 SUNRPC: Lock the transport layer on shutdown by Trond Myklebust · 9 years ago
  87. 4876cc7 SUNRPC: Ensure we release the TCP socket once it has been closed by Trond Myklebust · 10 years ago
  88. 2980731 SUNRPC: never enqueue a ->rq_cong request on ->sending by Neil Brown · 10 years ago
  89. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 10 years ago
  90. 21330b6 Merge branch 'bugfixes' by Trond Myklebust · 10 years ago
  91. 3f94009 sunrpc: make debugfs file creation failure non-fatal by Jeff Layton · 10 years ago
  92. 0695314 SUNRPC: Fix a regression when reconnecting by Trond Myklebust · 10 years ago
  93. 9e2b9f3 SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag by Trond Myklebust · 10 years ago
  94. 718ba5b SUNRPC: Add helpers to prevent socket create from racing by Trond Myklebust · 10 years ago
  95. 388f0c7 sunrpc: add a debugfs rpc_xprt directory with an info file in it by Jeff Layton · 10 years ago
  96. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  97. 3705ad6 sunrpc: add new tracepoints in xprt handling code by Jeff Layton · 10 years ago
  98. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  99. 3c45ddf svcrdma: Select NFSv4.1 backchannel transport based on forward channel by Chuck Lever · 10 years ago
  100. 2fc193c SUNRPC: Handle EPIPE in xprt_connect_status by Trond Myklebust · 10 years ago