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