aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-02sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-16/+3
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan5-9/+15
2019-01-02sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields1-2/+2
2019-01-02sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-02NFS: remove unnecessary test for IS_ERR(cred)NeilBrown1-5/+0
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2-0/+32
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia1-1/+1
2019-01-02xprtrdma: Don't leak freed MRsChuck Lever1-12/+15
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever1-0/+8
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever1-3/+7
2019-01-02xprtrdma: Update comments in frwr_op_sendChuck Lever1-2/+2
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever4-4/+6
2019-01-02SUNRPC: Simplify defining common RPC trace eventsChuck Lever1-103/+69
2019-01-02NFS: Fix NFSv4 symbolic trace point outputChuck Lever1-143/+313
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever4-10/+144
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2-11/+17
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever1-1/+1
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2-19/+29
2019-01-02xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever1-2/+0
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever4-68/+19
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever3-35/+23
2019-01-02xprtrdma: Expose transport header errorsChuck Lever1-1/+0
2019-01-02xprtrdma: Remove request_module from backchannelChuck Lever1-2/+0
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever1-5/+6
2019-01-02NFS: Make "port=" mount option optional for RDMA mountsChuck Lever1-2/+8
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever3-5/+8
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever5-101/+116
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever4-359/+2
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever1-4/+11
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever3-6/+14
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever5-17/+23
2019-01-02xprtrdma: No qp_event disconnectChuck Lever2-33/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever4-48/+44
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever5-39/+19
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever1-2/+2
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever2-5/+10
2018-12-21NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown3-9/+6
2018-12-19SUNRPC: simplify auth_unix.NeilBrown2-70/+32
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown5-17/+1
2018-12-19SUNRPC: remove generic cred code.NeilBrown5-225/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown33-343/+261
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown6-19/+35
2018-12-19NFS: change access cache to use 'struct cred'.NeilBrown4-32/+41
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown3-5/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown7-124/+28
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown4-2/+11
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown3-13/+9
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown10-69/+55
2018-12-19SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown1-1/+0