aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
AgeCommit message (Expand)Author
2020-05-20nfs: fix NULL deference in nfs4_get_valid_delegationJ. Bruce Fields
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-02-03NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust
2020-01-15NFS4: Remove unneeded semicolonzhengbin
2019-11-18NFS4: Trace lock reclaimsChuck Lever
2019-11-18NFS4: Trace state recovery operationChuck Lever
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust
2019-11-03NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust
2019-10-09NFS: handle source server rebootOlga Kornievskaia
2019-10-09NFS: skip recovery of copy open on dest serverOlga Kornievskaia
2019-09-20NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust
2019-08-21NFSv4: Fix a memory leak bugWenwen Wang
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust
2019-08-04NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust
2019-07-13nfs4.0: Refetch lease_time after clientid updateDonald Buczek
2019-07-13nfs4: Rename nfs41_setup_state_renewalDonald Buczek
2019-05-09NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew
2019-05-09NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown
2018-11-19NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust
2018-11-12NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust
2018-11-12NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust
2018-09-30NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker
2018-09-30NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker
2018-09-30NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker
2018-09-30NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker
2018-09-30NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust
2018-09-30NFSv4: Convert open state lookup to use RCUTrond Myklebust
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust
2018-09-14NFSv4.1 fix infinite loop on I/O.Trond Myklebust
2018-08-13NFSv4: Don't busy wait if NFSv4 session draining is interruptedTrond Myklebust
2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia
2018-08-08NFS: Mark expected switch fall-throughsGustavo A. R. Silva
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman
2018-04-10nfs: Use ida_simple APIMatthew Wilcox
2018-01-14NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown
2017-11-29NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust
2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust
2017-11-17NFSv4: Check the open stateid when searching for expired stateTrond Myklebust
2017-11-17NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust
2017-11-17NFSv4: Fix OPEN / CLOSE raceTrond Myklebust