summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust
2017-10-01sunrpc: remove redundant initialization of sockColin Ian King
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-06SUNRPC: remove some dead code.NeilBrown
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-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields
2017-08-24svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever
2017-08-24net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever
2017-08-20Merge branch 'bugfixes'Trond Myklebust
2017-08-20SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust
2017-08-16SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust
2017-08-16SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust
2017-08-16SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond 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-21Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-21net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld
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