summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorFilesLines
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2019-11-24sunrpc: Fix connect metricsChuck Lever1-1/+5
2019-07-10svcrdma: Ignore source port when computing DRC hashChuck Lever1-1/+6
2018-07-22xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-04-26svcrdma: Fix Read chunk round-upChuck Lever1-4/+8
2018-04-26xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-24/+22
2018-02-22xprtrdma: Fix BUG after a device removalChuck Lever1-3/+3
2018-02-22xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever2-2/+2
2017-12-20xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-11-30svcrdma: Preserve CB send buffer across retransmitsChuck Lever1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-12Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-498/+599
2017-09-06xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever4-77/+17
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust8-421/+579
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever1-93/+15
2017-08-25svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever1-3/+5
2017-08-25sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever1-2/+2
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever1-5/+8
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2-6/+9
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever4-36/+34
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever1-57/+48
2017-08-11xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever1-13/+18
2017-08-11xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever1-86/+142
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever3-6/+21
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever1-7/+2
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever3-10/+19
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever2-3/+3
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever3-11/+5
2017-08-08xprtrdma: Remove opcode check in Receive completion handlerChuck Lever1-3/+0
2017-08-08xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever1-94/+127
2017-08-08xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever1-82/+130
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever2-52/+46
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever3-14/+34
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2-3/+3
2017-07-14Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-145/+194
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever1-3/+3
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever1-8/+8
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever1-8/+10
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever1-36/+8
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever2-20/+17
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever1-10/+13
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever4-31/+84
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever2-6/+5
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever4-27/+26
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever4-5/+28
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever1-0/+1