summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2018-04-26svcrdma: Fix Read chunk round-upChuck Lever
2018-04-26xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever
2018-02-22xprtrdma: Fix BUG after a device removalChuck Lever
2018-02-22xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever
2017-12-20xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever
2017-11-30svcrdma: Preserve CB send buffer across retransmitsChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
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-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever
2017-09-05svcrdma: Limit RQ depthChuck Lever
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever
2017-08-24svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever
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: Clean up rpcrdma_bc_marshal_reply()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: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever
2017-08-08xprtrdma: Remove opcode check in Receive completion handlerChuck 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-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck 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-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever
2017-07-12svcrdma: use offset_in_page() macroChuck Lever
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever
2017-07-12svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever