summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)Author
2018-02-02xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever
2018-01-23xprtrdma: Fix "bytes registered" accountingChuck Lever
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck 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: RPC completion should wait for Send completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_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-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever
2017-08-11xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever
2017-08-08xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever
2017-08-08xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever
2017-04-25xprtrdma: Squelch ENOBUFS warningsChuck Lever
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever