summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+0
* 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-151-2/+0
* 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-281-1/+5
* SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-251-1/+1
* nfs: fix sparse warningsHarvey Harrison2008-02-201-1/+1
* NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-131-2/+2
* NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)Chuck Lever2008-01-301-4/+5
* NFSv4: Clean up the OPEN/CLOSE serialisation codeTrond Myklebust2008-01-301-16/+16
* NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2008-01-101-1/+4
* NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust2007-10-191-2/+12
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-1/+1
* NFSv4: Fix a locking regression in nfs4_set_mode_locked()Trond Myklebust2007-08-071-4/+1
* NFSv4: Make the NFS state model work with the nosharedcache mount optionTrond Myklebust2007-07-101-2/+20
* NFSv4: Fix up stateid locking...Trond Myklebust2007-07-101-4/+6
* NFSv4: Improve the debugging of bad sequence id errors...Trond Myklebust2007-07-101-0/+7
* NFSv4: Always use the delegation if we have oneTrond Myklebust2007-07-101-9/+19
* NFSv4: Fix a bug in __nfs4_find_state_byownerTrond Myklebust2007-07-101-5/+2
* NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust2007-07-101-39/+154
* NFSv4: nfs_increment_open_seqid should not return a valueTrond Myklebust2007-07-101-3/+3
* NFSv4: Don't reuse expired nfs4_state_owner structsTrond Myklebust2007-07-101-28/+0
* NFSv4: Fix a credential reference leak in nfs4_get_state_owner()Trond Myklebust2007-07-101-4/+2
* NFSv4: Clean up nfs4_call_async()Trond Myklebust2007-07-101-4/+5
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-101-2/+2
* NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-141-1/+1
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-18/+0
* NFS: Generalise the nfs_client structureDavid Howells2006-09-221-122/+6
* NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-221-5/+5
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-221-25/+25
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust2006-03-201-0/+1
* NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust2006-01-061-26/+45
* NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust2006-01-061-1/+15
OpenPOWER on IntegriCloud