summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-0959-946/+1366
|\
| * SUNRPC: Rebalance a kref in auth_gss.cChuck Lever2019-05-091-0/+1
| * NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-091-1/+1
| * nfs: pass the correct prototype to read_cache_pageChristoph Hellwig2019-05-092-6/+8
| * NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew2019-05-093-2/+14
| * SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter2019-05-091-1/+3
| * SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu2019-05-091-1/+8
| * NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-091-0/+4
| * PNFS fallback to MDS if no deviceid foundOlga Kornievskaia2019-05-091-1/+1
| * NFS: make nfs_match_client killableRoberto Bergantinos Corpas2019-05-071-1/+6
| * lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-264-4/+14
| * NFS: When mounting, don't share filesystems between different user namespacesTrond Myklebust2019-04-261-0/+17
| * NFS: Convert NFSv2 to use the container user namespaceTrond Myklebust2019-04-261-19/+39
| * NFSv4: Convert the NFS client idmapper to use the container user namespaceTrond Myklebust2019-04-261-7/+20
| * NFS: Convert NFSv3 to use the container user namespaceTrond Myklebust2019-04-261-56/+86
| * SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust2019-04-261-16/+44
| * SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2019-04-262-7/+13
| * NFS: Store the credential of the mount process in the nfs_serverTrond Myklebust2019-04-265-1/+18
| * SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-268-2/+22
| * xprtrdma: Remove stale commentChuck Lever2019-04-251-7/+0
| * xprtrdma: Update comments that reference ib_drain_qpChuck Lever2019-04-251-4/+6
| * xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2019-04-252-28/+4
| * xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-254-71/+46
| * xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-255-36/+41
| * xprtrdma: Remove rpcrdma_create_data_internal::rsize and wsizeChuck Lever2019-04-252-11/+0
| * SUNRPC: Update comments based on recent changesChuck Lever2019-04-251-2/+2
| * xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-253-28/+25
| * xprtrdma: More Send completion batchingChuck Lever2019-04-252-13/+1
| * xprtrdma: Clean up sendctx functionsChuck Lever2019-04-253-26/+23
| * xprtrdma: Trace marshaling failuresChuck Lever2019-04-252-0/+28
| * xprtrdma: Increase maximum number of backchannel requestsChuck Lever2019-04-251-3/+5
| * xprtrdma: Backchannel can use GFP_KERNEL allocationsChuck Lever2019-04-251-64/+40
| * xprtrdma: Clean up regbuf helpersChuck Lever2019-04-253-82/+80
| * xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-253-47/+39
| * xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-254-25/+33
| * xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-255-29/+35
| * xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever2019-04-251-16/+9
| * xprtrdma: Clean up rpcrdma_create_req()Chuck Lever2019-04-253-17/+21
| * xprtrdma: Fix an frwr_map recovery nitChuck Lever2019-04-251-1/+1
| * SUNRPC: Avoid digging into the ATOMIC poolChuck Lever2019-04-252-2/+2
| * Fix nfs4.2 return -EINVAL when do dedupe operationXiaoli Feng2019-04-251-1/+1
| * NFS: Remove redundant open context from nfs_pageTrond Myklebust2019-04-252-8/+3
| * NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-258-23/+31
| * NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust2019-04-251-4/+9
| * NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust2019-04-252-34/+106
| * pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-255-2/+36
| * NFS: Remove unused argument from nfs_create_request()Trond Myklebust2019-04-255-14/+13
| * NFS: Fix up NFS I/O subrequest creationTrond Myklebust2019-04-251-38/+55
| * NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-254-46/+26
| * NFS: Don't inadvertently clear writeback errorsTrond Myklebust2019-04-252-4/+4