aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-13NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust1-2/+16
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski1-4/+8
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski1-0/+5
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust1-10/+18
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia1-0/+2
2020-01-15NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia1-5/+13
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust1-7/+26
2020-01-15NFS4: Remove unneeded semicolonzhengbin1-2/+2
2020-01-15NFS: Add fs_context support.David Howells1-1/+1
2019-11-18NFSv4: add declaration of current_stateidBen Dooks1-3/+3
2019-11-13NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust1-1/+3
2019-11-13NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust1-9/+25
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust1-3/+4
2019-11-03NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()Trond Myklebust1-0/+4
2019-11-03NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust1-4/+3
2019-11-03NFSv4: nfs4_return_incompatible_delegation() should check delegation validityTrond Myklebust1-1/+1
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust1-0/+1
2019-11-03NFSv4: Fix delegation handling in update_open_stateid()Trond Myklebust1-2/+2
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust1-5/+2
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-10-09NFS handle NFS4ERR_PARTNER_NO_AUTH errorOlga Kornievskaia1-0/+1
2019-10-09NFS: inter ssc openOlga Kornievskaia1-3/+2
2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia1-0/+1
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust1-5/+48
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust1-3/+72
2019-09-20NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust1-1/+3
2019-09-20pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust1-1/+1
2019-09-20NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust1-0/+9
2019-09-20NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust1-56/+10
2019-08-22NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker1-10/+1
2019-08-22NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker1-2/+16
2019-08-22NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker1-11/+2
2019-08-22NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker1-8/+21
2019-08-22NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker1-8/+2
2019-08-22NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker1-10/+15
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust1-0/+2
2019-08-04NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust1-1/+1
2019-08-04NFSv4: Check the return value of update_open_stateid()Trond Myklebust1-4/+8
2019-08-04NFSv4.1: Fix open stateid recoveryTrond Myklebust1-27/+38
2019-08-04NFSv4: Fix delegation state recoveryTrond Myklebust1-13/+12
2019-08-04NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidTrond Myklebust1-2/+1
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-0/+3
2019-07-15NFSv4: Validate the stateid before applying it to state recoveryTrond Myklebust1-2/+19
2019-07-13nfs4: Make nfs4_proc_get_lease_time available for nfs4.0Donald Buczek1-1/+5
2019-07-06NFS: send state management on a single connection.NeilBrown1-9/+13
2019-07-06NFSv4: Handle open for execute correctlyTrond Myklebust1-8/+20
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11
2019-05-30NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu1-3/+5
2019-05-30NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu1-17/+7