summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski2020-02-041-3/+1
* NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust2020-02-031-0/+1
* NFS4: Remove unneeded semicolonzhengbin2020-01-151-1/+1
* NFS4: Trace lock reclaimsChuck Lever2019-11-181-0/+1
* NFS4: Trace state recovery operationChuck Lever2019-11-181-0/+3
* Merge branch 'linux-ssc-for-5.5'Trond Myklebust2019-11-061-5/+35
|\
| * NFS: handle source server rebootOlga Kornievskaia2019-10-091-5/+21
| * NFS: skip recovery of copy open on dest serverOlga Kornievskaia2019-10-091-0/+14
* | NFS: nfs_inode_find_state_and_recover() fix stateid matchingTrond Myklebust2019-11-031-3/+4
|/
* NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust2019-09-201-16/+0
* NFSv4: Fix a memory leak bugWenwen Wang2019-08-211-2/+4
* NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2019-08-071-2/+5
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-08-041-5/+22
* NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust2019-08-041-1/+8
* NFSv4: Print an error in the syslog when state is marked as irrecoverableTrond Myklebust2019-08-041-2/+4
* NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust2019-07-181-2/+1
* nfs4.0: Refetch lease_time after clientid updateDonald Buczek2019-07-131-22/+22
* nfs4: Rename nfs41_setup_state_renewalDonald Buczek2019-07-131-2/+2
* NFSv4: don't mark all open state for recovery when handling recallable state ...Scott Mayhew2019-05-091-2/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-091-0/+4
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-0/+1
* NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia2019-01-021-1/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-45/+47
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-191-17/+4
* NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-191-16/+10
* NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-191-8/+12
* NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-11-191-5/+11
* NFSv4: Ensure that the state manager exits the loop on SIGKILLTrond Myklebust2018-11-121-1/+1
* NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust2018-11-121-3/+5
* NFSv4: Split out NFS v4.2 copy completion functionsAnna Schumaker2018-09-301-15/+26
* NFS: Reduce indentation of nfs4_recovery_handle_error()Anna Schumaker2018-09-301-32/+32
* NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Anna Schumaker2018-09-301-37/+33
* NFS: Split out the body of nfs4_reclaim_open_state()Anna Schumaker2018-09-301-36/+47
* NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust2018-09-301-4/+4
* NFSv4: Convert open state lookup to use RCUTrond Myklebust2018-09-301-6/+6
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-6/+6
* NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-141-0/+2
* NFSv4: Don't busy wait if NFSv4 session draining is interruptedTrond Myklebust2018-08-131-5/+13
* NFS recover from destination server reboot for copiesOlga Kornievskaia2018-08-131-0/+16
* NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+6
* pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman2018-05-311-0/+8
* nfs: Use ida_simple APIMatthew Wilcox2018-04-101-12/+10
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-01-141-1/+4
* NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust2017-11-291-2/+2
* NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust2017-11-171-0/+8
* NFSv4: Check the open stateid when searching for expired stateTrond Myklebust2017-11-171-0/+5
* NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust2017-11-171-2/+7
* NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-171-0/+16
* NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-171-0/+1
* fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-171-3/+3