aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust1-2/+2
2009-07-21NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust1-1/+1
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust1-10/+27
2009-06-17NFS: Ensure we always hold the BKL when dereferencing inode->i_flockTrond Myklebust1-0/+9
2009-06-17NFSv4: Handle more errors when recovering open file and locking stateTrond Myklebust1-10/+18
2009-06-17nfs41: increment_{open,lock}_seqidBenny Halevy1-5/+7
2009-06-17nfs41: only retry EXCHANGE_ID on recoverable errorsAndy Adamson1-1/+22
2009-06-17nfs41: get_clid_cred for EXCHANGE_IDAndy Adamson1-0/+14
2009-06-17nfs41: add a get_clid_cred function to nfs4_state_recovery_opsAndy Adamson1-1/+1
2009-06-17nfs41: establish sessions-based clientidAndy Adamson1-4/+8
2009-06-17nfs41: introduce get_state_renewal_credAndy Adamson1-13/+5
2009-06-17nfs41: support minorversion 1 for nfs4_check_leaseBenny Halevy1-1/+3
2009-06-17nfs41: add session reset to state managerAndy Adamson1-2/+49
2009-06-17nfs41: add session setup to the state managerAndy Adamson1-1/+34
2009-06-17nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORTBenny Halevy1-0/+2
2009-03-28NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever1-2/+8
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust1-12/+12
2008-12-23NFSv4: Clean up nfs_expire_all_delegations()Trond Myklebust1-1/+1
2008-12-23NFSv4: Fix a BAD_SEQUENCEID condition.Trond Myklebust1-2/+0
2008-12-23NFSv4: Don't exit the state management if there are still tasks to doTrond Myklebust1-2/+6
2008-12-23NFSv4: Rename the state reclaimer threadTrond Myklebust1-21/+28
2008-12-23NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust1-3/+6
2008-12-23NFSv4: Add recovery for individual stateidsTrond Myklebust1-1/+1
2008-12-23NFSv4: Remove nfs_client->cl_semTrond Myklebust1-17/+0
2008-12-23NFSv4: Ensure that file unlock requests don't conflict with state recoveryTrond Myklebust1-0/+4
2008-12-23NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_semTrond Myklebust1-1/+10
2008-12-23NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust1-4/+17
2008-12-23NFSv4: Don't tell server we rebooted when not necessaryTrond Myklebust1-11/+11
2008-12-23NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust1-18/+29
2008-12-23NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust1-45/+144
2008-12-23NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lockTrond Myklebust1-5/+15
2008-12-23NFSv4: Clean up for the state loss reclaimerTrond Myklebust1-49/+81
2008-07-15NFSv4: Remove BKL from the nfsv4 state recoveryTrond Myklebust1-2/+0
2008-05-16nfs: make nfs4_drop_state_owner() staticAdrian Bunk1-1/+1
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-19NFSv4: Attempt to use machine credentials in SETCLIENTID callsTrond Myklebust1-4/+37
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust1-1/+5
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust1-1/+1
2008-02-20nfs: fix sparse warningsHarvey Harrison1-1/+1
2008-02-13NFS: missing spaces in KERN_WARNINGDan Muntz1-2/+2
2008-01-30NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)Chuck Lever1-4/+5
2008-01-30NFSv4: Clean up the OPEN/CLOSE serialisation codeTrond Myklebust1-16/+16
2008-01-10NFSv4: Give the lock stateid its own sequence queueTrond Myklebust1-1/+4
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust1-2/+12
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-1/+1
2007-08-07NFSv4: Fix a locking regression in nfs4_set_mode_locked()Trond Myklebust1-4/+1
2007-07-10NFSv4: Make the NFS state model work with the nosharedcache mount optionTrond Myklebust1-2/+20
2007-07-10NFSv4: Fix up stateid locking...Trond Myklebust1-4/+6
2007-07-10NFSv4: Improve the debugging of bad sequence id errors...Trond Myklebust1-0/+7