1. ec84646 SUNRPC: Unexport xdr_partial_copy_from_skb() by Trond Myklebust · 6 years ago
  2. 4f54614 SUNRPC: Clean up xs_udp_data_receive() by Trond Myklebust · 6 years ago
  3. 550aebf SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive by Trond Myklebust · 6 years ago
  4. c50b8ee SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive() by Trond Myklebust · 6 years ago
  5. 277e4ab SUNRPC: Simplify TCP receive code by switching to using iterators by Trond Myklebust · 6 years ago
  6. 9d96acb SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() by Trond Myklebust · 6 years ago
  7. 431f6eb SUNRPC: Add a label for RPC calls that require allocation on receive by Trond Myklebust · 6 years ago
  8. 79c9915 SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue by Trond Myklebust · 6 years ago
  9. f42f7c2 SUNRPC: Fix priority queue fairness by Trond Myklebust · 6 years ago
  10. 95f7691 SUNRPC: Convert xprt receive queue to use an rbtree by Trond Myklebust · 6 years ago
  11. bd79bc5 SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK by Trond Myklebust · 6 years ago
  12. adfa714 SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() by Trond Myklebust · 6 years ago
  13. c544577 SUNRPC: Clean up transport write space handling by Trond Myklebust · 6 years ago
  14. 36bd7de SUNRPC: Turn off throttling of RPC slots for TCP sockets by Trond Myklebust · 6 years ago
  15. f05d54e SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK by Trond Myklebust · 6 years ago
  16. 89f90fe SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue by Trond Myklebust · 6 years ago
  17. 86aeee0 SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue by Trond Myklebust · 6 years ago
  18. 75891f5 SUNRPC: Support for congestion control when queuing is enabled by Trond Myklebust · 6 years ago
  19. 918f3c1 SUNRPC: Improve latency for interactive tasks by Trond Myklebust · 6 years ago
  20. dcbbeda SUNRPC: Move RPC retransmission stat counter to xprt_transmit() by Trond Myklebust · 6 years ago
  21. 5f2f6bd SUNRPC: Simplify xprt_prepare_transmit() by Trond Myklebust · 6 years ago
  22. 04b3b88 SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK by Trond Myklebust · 6 years ago
  23. 50f484e SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() by Trond Myklebust · 6 years ago
  24. 902c588 SUNRPC: Fix up the back channel transmit by Trond Myklebust · 6 years ago
  25. 762e4e6 SUNRPC: Refactor RPC call encoding by Trond Myklebust · 6 years ago
  26. 944b042 SUNRPC: Add a transmission queue for RPC requests by Trond Myklebust · 6 years ago
  27. ef3f5434 SUNRPC: Distinguish between the slot allocation list and receive queue by Trond Myklebust · 6 years ago
  28. 78b576c SUNRPC: Minor cleanup for call_transmit() by Trond Myklebust · 6 years ago
  29. 7f3a1d1 SUNRPC: Refactor xprt_transmit() to remove wait for reply code by Trond Myklebust · 6 years ago
  30. edc81dc SUNRPC: Refactor xprt_transmit() to remove the reply queue code by Trond Myklebust · 6 years ago
  31. 75c8415 SUNRPC: Rename xprt->recv_lock to xprt->queue_lock by Trond Myklebust · 6 years ago
  32. ec37a58 SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit by Trond Myklebust · 6 years ago
  33. 5ce9703 SUNRPC: Test whether the task is queued before grabbing the queue spinlocks by Trond Myklebust · 6 years ago
  34. 359c48c SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status by Trond Myklebust · 6 years ago
  35. cf9946c SUNRPC: Refactor the transport request pinning by Trond Myklebust · 6 years ago
  36. 4cd34e7 SUNRPC: Simplify dealing with aborted partially transmitted messages by Trond Myklebust · 6 years ago
  37. 6c7a64e SUNRPC: Add socket transmit queue offset tracking by Trond Myklebust · 6 years ago
  38. e1806c7 SUNRPC: Move reset of TCP state variables into the reconnect code by Trond Myklebust · 6 years ago
  39. d1109aa SUNRPC: Rename TCP receive-specific state variables by Trond Myklebust · 6 years ago
  40. 3a03818 SUNRPC: Avoid holding locks across the XDR encoding of the RPC message by Trond Myklebust · 6 years ago
  41. 7ebbbc6 SUNRPC: Simplify identification of when the message send/receive is complete by Trond Myklebust · 6 years ago
  42. 3021a5bb SUNRPC: The transmitted message must lie in the RPCSEC window of validity by Trond Myklebust · 6 years ago
  43. 9ee94d3 SUNRPC: If there is no reply expected, bail early from call_decode by Trond Myklebust · 6 years ago
  44. 9dc6edc SUNRPC: Clean up initialisation of the struct rpc_rqst by Trond Myklebust · 6 years ago
  45. 53a01c9 Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  46. 9157141 Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  47. 108b833 sunrpc: Add comment defining gssd upcall API keywords by Chuck Lever · 6 years ago
  48. 9abdda5 sunrpc: Extract target name into svc_cred by Chuck Lever · 6 years ago
  49. a1a2377 sunrpc: Enable the kernel to specify the hostname part of service principals by Chuck Lever · 6 years ago
  50. 44090cc sunrpc: Don't use stack buffer with scatterlist by Laura Abbott · 6 years ago
  51. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  52. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  53. ac5bb5b rpc: remove unneeded variable 'ret' in rdma_listen_handler by zhong jiang · 6 years ago
  54. 11b4d66 NFSD: Handle full-length symlinks by Chuck Lever · 6 years ago
  55. 3fd9557 NFSD: Refactor the generic write vector fill helper by Chuck Lever · 6 years ago
  56. 07d0ff3 svcrdma: Clean up Read chunk path by Chuck Lever · 6 years ago
  57. a53d5cb0 svcrdma: Avoid releasing a page in svc_xprt_release() by Chuck Lever · 6 years ago
  58. 9cc3b98 sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data' by YueHaibing · 6 years ago
  59. 8d4fb8f xprtrdma: Fix disconnect regression by Chuck Lever · 6 years ago
  60. 07d53ae net: Remove some unneeded semicolon by zhong jiang · 6 years ago
  61. 8fdee4c sunrpc: whitespace fixes by Stephen Hemminger · 6 years ago
  62. 0f90be1 NFSv4 client live hangs after live data migration recovery by Bill Baker · 7 years ago
  63. 1a54c0c sunrpc: kstrtoul() can also return -ERANGE by Dan Carpenter · 7 years ago
  64. 016583d sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clones by Dave Wysochanski · 6 years ago
  65. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 6 years ago
  66. 189e195 sunrpc: Add _add_rpc_iostats() to add rpc_iostats metrics by Dave Wysochanski · 7 years ago
  67. acdce5f sunrpc: add _print_rpc_iostats() to output metrics for one RPC op by Dave Wysochanski · 7 years ago
  68. 82b98ca net/sunrpc: Make rpc_auth_create_args a const by Sargun Dhillon · 7 years ago
  69. 5d85a82 net/xprtrdma: Restore needed argument to ib_post_send by Jason Gunthorpe · 6 years ago
  70. ed288d7 net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  71. 27db64f6 Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  72. 0dae72d sunrpc: Prevent duplicate XID allocation by Chuck Lever · 7 years ago
  73. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  74. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  75. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  76. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  77. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  78. 89e2556 Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  79. 0070ed3 Fix 16-byte memory leak in gssp_accept_sec_context_upcall by Dave Wysochanski · 7 years ago
  80. af7fd74 svcrdma: Fix incorrect return value/type in svc_rdma_post_recvs by Chuck Lever · 7 years ago
  81. fcda3d5 Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 7 years ago
  82. f956d08a Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  83. 7fdf3e8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  84. 11d0ac1 xprtrdma: Remove transfertypes array by Chuck Lever · 7 years ago
  85. 8335640 xprtrdma: Add trace_xprtrdma_dma_map(mr) by Chuck Lever · 7 years ago
  86. 2fad659 xprtrdma: Wait on empty sendctx queue by Chuck Lever · 7 years ago
  87. ed3aa74 xprtrdma: Move common wait_for_buffer_space call to parent function by Chuck Lever · 7 years ago
  88. a8f688e xprtrdma: Return -ENOBUFS when no pages are available by Chuck Lever · 7 years ago
  89. 533d1da IB: Revert "remove redundant INFINIBAND kconfig dependencies" by Arnd Bergmann · 7 years ago
  90. 34b48b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  91. a1f45ef Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  92. 99722fe svcrdma: Persistently allocate and DMA-map Send buffers by Chuck Lever · 7 years ago
  93. 3abb03f svcrdma: Simplify svc_rdma_send() by Chuck Lever · 7 years ago
  94. 986b788 svcrdma: Remove post_send_wr by Chuck Lever · 7 years ago
  95. 25fd86e svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxt by Chuck Lever · 7 years ago
  96. 4201c746 svcrdma: Introduce svc_rdma_send_ctxt by Chuck Lever · 7 years ago
  97. 2326279 svcrdma: Clean up Send SGE accounting by Chuck Lever · 7 years ago
  98. f016f30 svcrdma: Refactor svc_rdma_dma_map_buf by Chuck Lever · 7 years ago
  99. eb5d7a6 svcrdma: Allocate recv_ctxt's on CPU handling Receives by Chuck Lever · 7 years ago
  100. 3316f06 svcrdma: Persistently allocate and DMA-map Receive buffers by Chuck Lever · 7 years ago