summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfs41: rename cl_state session SETUP bit to RESETAndy Adamson2009-12-041-4/+4
* nfs41: add create session into establish_clidAndy Adamson2009-12-041-21/+14Star
* Merge branch 'devel' into linux-nextTrond Myklebust2009-12-041-0/+8
|\
| * NFSv4.1: Handle NFSv4.1 session errors in the lock recovery codeTrond Myklebust2009-12-031-0/+8
* | NFSv4: Fix up error handling in the state manager main loop.Trond Myklebust2009-12-031-27/+21Star
* | NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctlyTrond Myklebust2009-12-031-0/+3
* | NFSv4: The state manager shouldn't exit on errors that were handledTrond Myklebust2009-12-031-6/+5Star
* | NFSv4: Fix up the callers of nfs4_state_end_reclaim_rebootTrond Myklebust2009-12-031-3/+2Star
|/
* const: make file_lock_operations constAlexey Dobriyan2009-09-221-1/+1
* NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust2009-08-251-2/+2
* NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust2009-07-211-1/+1
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-191-10/+27
|\
| * NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust2009-06-171-0/+9
| * NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust2009-06-171-10/+18
* | nfs41: increment_{open,lock}_seqidBenny Halevy2009-06-171-5/+7
* | nfs41: only retry EXCHANGE_ID on recoverable errorsAndy Adamson2009-06-171-1/+22
* | nfs41: get_clid_cred for EXCHANGE_IDAndy Adamson2009-06-171-0/+14
* | nfs41: add a get_clid_cred function to nfs4_state_recovery_opsAndy Adamson2009-06-171-1/+1
* | nfs41: establish sessions-based clientidAndy Adamson2009-06-171-4/+8
* | nfs41: introduce get_state_renewal_credAndy Adamson2009-06-171-13/+5Star
* | nfs41: support minorversion 1 for nfs4_check_leaseBenny Halevy2009-06-171-1/+3
* | nfs41: add session reset to state managerAndy Adamson2009-06-171-2/+49
* | nfs41: add session setup to the state managerAndy Adamson2009-06-171-1/+34
* | nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORTBenny Halevy2009-06-171-0/+2
|/
* NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever2009-03-281-2/+8
* NFSv4: Convert the open and close ops to use fmodeTrond Myklebust2008-12-231-12/+12
* NFSv4: Clean up nfs_expire_all_delegations()Trond Myklebust2008-12-231-1/+1
* NFSv4: Fix a BAD_SEQUENCEID condition.Trond Myklebust2008-12-231-2/+0Star
* NFSv4: Don't exit the state management if there are still tasks to doTrond Myklebust2008-12-231-2/+6
* NFSv4: Rename the state reclaimer threadTrond Myklebust2008-12-231-21/+28
* NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust2008-12-231-3/+6
* NFSv4: Add recovery for individual stateidsTrond Myklebust2008-12-231-1/+1
* NFSv4: Remove nfs_client->cl_semTrond Myklebust2008-12-231-17/+0Star
* NFSv4: Ensure that file unlock requests don't conflict with state recoveryTrond Myklebust2008-12-231-0/+4
* NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_semTrond Myklebust2008-12-231-1/+10
* NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust2008-12-231-4/+17
* NFSv4: Don't tell server we rebooted when not necessaryTrond Myklebust2008-12-231-11/+11
* NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust2008-12-231-18/+29
* NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust2008-12-231-45/+144
* NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lockTrond Myklebust2008-12-231-5/+15
* NFSv4: Clean up for the state loss reclaimerTrond Myklebust2008-12-231-49/+81
* NFSv4: Remove BKL from the nfsv4 state recoveryTrond Myklebust2008-07-161-2/+0Star
* nfs: make nfs4_drop_state_owner() staticAdrian Bunk2008-05-161-1/+1
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-3/+3
* NFSv4: Attempt to use machine credentials in SETCLIENTID callsTrond Myklebust2008-04-191-4/+37
* SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-291-1/+5
* SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-1/+1
* nfs: fix sparse warningsHarvey Harrison2008-02-201-1/+1
* NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-141-2/+2
* NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)Chuck Lever2008-01-301-4/+5