aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-10NFSv4: Always use the delegation if we have oneTrond Myklebust1-9/+19
2007-07-10NFSv4: Fix a bug in __nfs4_find_state_byownerTrond Myklebust1-5/+2
2007-07-10NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust1-39/+154
2007-07-10NFSv4: nfs_increment_open_seqid should not return a valueTrond Myklebust1-3/+3
2007-07-10NFSv4: Don't reuse expired nfs4_state_owner structsTrond Myklebust1-28/+0
2007-07-10NFSv4: Fix a credential reference leak in nfs4_get_state_owner()Trond Myklebust1-4/+2
2007-07-10NFSv4: Clean up nfs4_call_async()Trond Myklebust1-4/+5
2007-07-10NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust1-2/+2
2007-05-14NFS: Fix some 'sparse' warnings...Trond Myklebust1-1/+1
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-18/+0
2006-09-22NFS: Generalise the nfs_client structureDavid Howells1-122/+6
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells1-5/+5
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells1-25/+25
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust1-0/+1
2006-01-06NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust1-26/+45
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust1-1/+15