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