aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4renewd.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-09NFSv4: Set the connection timeout to match the lease periodGravatar Trond Myklebust 1-1/+1
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodGravatar Trond Myklebust 1-0/+3
2016-08-05NFSv4: Cleanup the setting of the nfs4 lease periodGravatar Trond Myklebust 1-0/+17
2014-09-30NFSv4.1: Fix an NFSv4.1 state renewal regressionGravatar Andy Adamson 1-2/+10
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueGravatar Tejun Heo 1-2/+1
2012-05-22NFS: Add NFSDBG_STATEGravatar Chuck Lever 1-1/+1
2011-08-24NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegationGravatar Trond Myklebust 1-3/+9
2011-03-11NFSv4.1: new flag for state renewal checkGravatar Andy Adamson 1-5/+1
2011-01-06NFS: Move cl_delegations to the nfs_server structGravatar Chuck Lever 1-1/+1
2011-01-06NFS: Allow walking nfs_client.cl_superblocks list outside client.cGravatar Chuck Lever 1-2/+7
2010-06-22NFSv41: Convert the various reboot recovery ops etc to minor version opsGravatar Trond Myklebust 1-2/+2
2010-03-02nfs: prevent backlogging of renewd requestsGravatar Alexandros Batsakis 1-17/+7
2009-10-08NFSv4: Kill nfs4_renewd_prepare_shutdown()Gravatar Trond Myklebust 1-6/+0
2009-06-17nfs41: introduce get_state_renewal_credGravatar Andy Adamson 1-1/+1
2009-06-17nfs41: lease renewalGravatar Benny Halevy 1-1/+3
2008-12-23NFSv4: Return unreferenced delegations more promptlyGravatar Trond Myklebust 1-0/+1
2008-12-23NFSv4: Clean up nfs_expire_all_delegations()Gravatar Trond Myklebust 1-7/+9
2008-12-23NFSv4: Remove nfs_client->cl_semGravatar Trond Myklebust 1-3/+0
2008-12-23NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lockGravatar Trond Myklebust 1-1/+1
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-5/+5
2008-01-03NFSv4: Fix circular locking dependency in nfs4_kill_renewdGravatar Trond Myklebust 1-2/+0
2007-08-07NFS: Replace flush_scheduled_work with cancel_work_sync() and friendsGravatar Trond Myklebust 1-3/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataGravatar David Howells 1-2/+3
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Gravatar Trond Myklebust 1-0/+1
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDGravatar David Howells 1-13/+0
2006-09-22NFS: Rename nfs_server::nfs4_stateGravatar David Howells 1-1/+1
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientGravatar David Howells 1-4/+4
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationGravatar Trond Myklebust 1-2/+5
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateGravatar Trond Myklebust 1-1/+8
2005-06-22[PATCH] NFS: Header file cleanup...Gravatar Trond Myklebust 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+148