summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/xprt_rdma.h
AgeCommit message (Expand)Author
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever
2018-05-07xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever
2018-05-07xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever
2018-04-10xprtrdma: Fix latency regression on NUMA NFS/RDMA clientsChuck Lever
2018-01-23xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever
2018-01-23rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever
2018-01-16xprtrdma: Remove unused padding variablesChuck Lever
2018-01-16xprtrdma: Remove ri_reminv_expectedChuck Lever
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever
2018-01-16xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever
2017-11-17xprtrdma: Update copyright noticesChuck Lever
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever