aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever3-16/+16
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever1-20/+9
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever2-22/+7
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever2-19/+9
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever2-15/+5
2018-01-23rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever2-5/+9
2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever4-37/+8
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever4-23/+33
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever5-278/+292
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever4-99/+99
2018-01-16xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst'sChuck Lever1-6/+1
2018-01-16xprtrdma: Split xprt_rdma_send_requestChuck Lever4-32/+50
2018-01-16xprtrdma: buf_free not called for CB repliesChuck Lever3-6/+1
2018-01-16xprtrdma: Move unmap-safe logic to rpcrdma_marshal_reqChuck Lever2-5/+11
2018-01-16xprtrdma: Support IPv6 in xprt_rdma_set_portChuck Lever1-4/+24
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever3-19/+12
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever3-13/+21
2018-01-16xprtrdma: Remove unused padding variablesChuck Lever2-7/+3
2018-01-16xprtrdma: Remove ri_reminv_expectedChuck Lever2-3/+0
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever4-30/+27
2018-01-16xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_requestChuck Lever1-1/+1
2018-01-16xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-24/+22
2018-01-16xprtrdma: Fix buffer leak after transport set up failureChuck Lever1-11/+2
2018-01-14SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust1-2/+19
2018-01-14SUNRPC: Chunk reading of replies from the serverTrond Myklebust1-4/+11
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever1-16/+0
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-15/+24
2017-12-15SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever4-6/+5
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-02svc_recvfrom(): switch to sock_recvmsg()Al Viro1-2/+2
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+7
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust2-0/+6
2017-11-29SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal2-4/+4
2017-11-27sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-11-27net: annotate ->poll() instancesAl Viro2-6/+6
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-82/+55
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds14-297/+531
2017-11-17sunrpc: remove net pointer from messagesVasily Averin2-7/+7
2017-11-17sunrpc: exit_net cleanup check addedVasily Averin1-0/+3
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever1-2/+1
2017-11-17sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva3-0/+16
2017-11-17xprtrdma: Update copyright noticesChuck Lever4-0/+4
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever1-1/+0
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2-9/+3
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever1-1/+1
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever3-33/+0