summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
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
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-13SUNRPC: Make slot allocation more reliableTrond Myklebust
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig
2017-07-13sunrpc: fix decoder callback prototypesChristoph Hellwig
2017-07-13sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig