aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Make the xprtiod workqueue unbounded.Trond Myklebust1-1/+1
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust3-1/+17
2018-02-06Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust2-5/+5
2018-02-05SUNRPC: Ensure we always close the socket after a connection shuts downTrond Myklebust1-13/+10
2018-02-02xprtrdma: Fix BUG after a device removalChuck Lever1-3/+3
2018-02-02xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever2-2/+2
2018-01-28NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust1-1/+1
2018-01-28NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust1-1/+0
2018-01-25pnfs/blocklayout: Ensure disk address in block device mapBenjamin Coddington1-2/+7
2018-01-25pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectorsBenjamin Coddington1-4/+3
2018-01-24lockd: Fix server refcountingTrond Myklebust1-3/+5
2018-01-23Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust14-657/+1662
2018-01-23SUNRPC: Fix null rpc_clnt dereference in rpc_task_queued tracepointBenjamin Coddington1-2/+2
2018-01-23SUNRPC: Micro-optimize __rpc_executeChuck Lever1-13/+11
2018-01-23SUNRPC: task_run_action should display tk_callbackChuck Lever1-1/+1
2018-01-23sunrpc: Format RPC events consistently for displayChuck Lever1-2/+2
2018-01-23SUNRPC: Trace xprt_timer eventsChuck Lever3-3/+5
2018-01-23xprtrdma: Correct some documenting commentsChuck Lever2-2/+2
2018-01-23xprtrdma: Fix "bytes registered" accountingChuck Lever1-2/+2
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever3-9/+74
2018-01-23xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever2-0/+34
2018-01-23xprtrdma: Add trace points in the client-side backchannel code pathsChuck Lever3-5/+73
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever3-28/+92
2018-01-23xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever2-3/+60
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever4-16/+57
2018-01-23xprtrdma: Add trace points in reply decoder pathChuck Lever2-20/+102
2018-01-23xprtrdma: Add trace points to instrument memory registrationChuck Lever3-22/+163
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever3-19/+171
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever3-15/+129
2018-01-23rpcrdma: infrastructure for static trace points in rpcrdma.koChuck Lever3-5/+25
2018-01-23rdma/ib: Add trace point macros to display human-readable valuesChuck Lever1-0/+129
2018-01-22NFS: reject request for id_legacy key without auxdataEric Biggers1-1/+5
2018-01-18nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol1-1/+1
2018-01-18nfs: Use proper enum definitions for nfs_show_stableChuck Lever1-11/+11
2018-01-18nfs41: do not return ENOMEM on LAYOUTUNAVAILABLETigran Mkrtchyan1-3/+1
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 Lever5-100/+100
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