summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-01-021-0/+4
* xprtrdma: Don't leak freed MRsChuck Lever2019-01-021-12/+15
* xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever2019-01-021-0/+8
* xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever2019-01-021-3/+7
* xprtrdma: Update comments in frwr_op_sendChuck Lever2019-01-021-2/+2
* SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-024-4/+6
* xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-023-10/+8
* xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-7/+11
* xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever2019-01-021-1/+1
* xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2019-01-021-3/+3
* xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever2019-01-021-2/+0
* xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-024-68/+19
* xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-023-35/+23
* xprtrdma: Expose transport header errorsChuck Lever2019-01-021-1/+0
* xprtrdma: Remove request_module from backchannelChuck Lever2019-01-021-2/+0
* xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever2019-01-021-5/+6
* xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever2019-01-023-5/+8
* xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-025-101/+116
* xprtrdma: Remove support for FMR memory registrationChuck Lever2019-01-024-359/+2
* xprtrdma: Reduce max_frwr_depthChuck Lever2019-01-021-4/+11
* xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever2019-01-023-6/+14
* xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-025-17/+23
* xprtrdma: No qp_event disconnectChuck Lever2019-01-022-33/+0
* xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever2019-01-024-48/+44
* xprtrdma: Refactor Receive accountingChuck Lever2019-01-024-38/+18
* xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever2019-01-021-2/+2
* xprtrdma: Yet another double DMA-unmapChuck Lever2019-01-022-5/+10
* SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-192-7/+6
* SUNRPC: simplify auth_unix.NeilBrown2018-12-192-70/+32
* SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-194-15/+1
* SUNRPC: remove generic cred code.NeilBrown2018-12-194-219/+2
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-193-8/+12
* SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-192-2/+0
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-193-109/+4
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-193-2/+9
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-192-13/+8
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-193-24/+40
* SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-192-10/+7
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-194-31/+19
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-193-17/+13
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-194-2/+17
* SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0
* SUNRPC: Remove xprt_connect_status()Trond Myklebust2018-12-181-31/+1
* SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
* SUNRPC: Fix disconnection racesTrond Myklebust2018-12-183-5/+7
* SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-051-7/+1
* SUNRPC: Fix up socket pollingTrond Myklebust2018-12-051-2/+2
* SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust2018-12-051-2/+3
* SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust2018-12-051-1/+2
* SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust2018-12-051-11/+11
OpenPOWER on IntegriCloud