summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-02-03NFSv4: Add accounting for the number of active delegations heldTrond Myklebust-12/+24
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust-0/+35
2020-02-03NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust-1/+3
2020-02-03NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust-0/+1
2020-02-03NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust-1/+1
2020-02-03NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust-1/+1
2020-02-03NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust-1/+1
2020-02-03NFS: remove unused macrosAlex Shi-2/+0
2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells-2/+1
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia-0/+17
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust-31/+66
2020-01-15NFSv3: FIx bug when using chacl and chmod to change aclSu Yanjun-1/+1
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia-10/+30
2020-01-15NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia-5/+13
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust-12/+59
2020-01-15NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust-2/+2
2020-01-15NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust-1/+2
2020-01-15NFS: When resending after a short write, reset the reply count to zeroTrond Myklebust-0/+4
2020-01-15NFS: Improve tracing of permission callsTrond Myklebust-3/+62
2020-01-15pNFS/flexfiles: Add tracing for layout errorsTrond Myklebust-9/+132
2020-01-15NFS: Clean up generic file commit tracepointTrond Myklebust-17/+27
2020-01-15NFS: Clean up generic writeback tracepointsTrond Myklebust-36/+43
2020-01-15NFS: Clean up generic file read tracepointsTrond Myklebust-26/+35
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust-8/+14
2020-01-15NFS: Fix fix of show_nfs_errorsTrond Myklebust-16/+17
2020-01-15NFSv4: Improve read/write/commit tracingTrond Myklebust-18/+34
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust-9/+16
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust-21/+16
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust-84/+0
2020-01-15NFS: Revalidate the file mapping on all fatal writeback errorsTrond Myklebust-3/+4
2020-01-15NFS: Revalidate the file size on a fatal write errorTrond Myklebust-0/+8
2020-01-15xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever-20/+11
2020-01-15xprtrdma: Destroy reps from previous connection instanceChuck Lever-1/+3
2020-01-15xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever-1/+8
2020-01-15xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever-37/+84
2020-01-15xprtrdma: Refactor frwr_is_supportedChuck Lever-47/+25
2020-01-15xprtrdma: Eliminate per-transport "max pages"Chuck Lever-40/+23
2020-01-15xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever-11/+11
2020-01-15xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever-11/+23
2020-01-15xprtrdma: Eliminate ri_max_send_sgesChuck Lever-16/+14
2020-01-15NFS: Add missing null check for failed allocationColin Ian King-0/+3
2020-01-15nfs: NFS_SWAP should depend on SWAPGeert Uytterhoeven-1/+1
2020-01-15SUNRPC: constify copied structureJulia Lawall-1/+1
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou-0/+12
2020-01-15SUNRPC: call_connect_status should handle -EPROTOChuck Lever-0/+1
2020-01-15NFS4: Report callback authentication errorsChuck Lever-3/+43
2020-01-15NFS: Introduce trace events triggered by page writeback errorsChuck Lever-0/+48
2020-01-15SUNRPC: Capture signalled RPC tasksChuck Lever-1/+4
2020-01-15NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookupzhengbin-1/+1
2020-01-15NFS4: Remove unneeded semicolonzhengbin-3/+3