aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-17NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown1-0/+78
2014-06-09nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-06-04nfsd4: hash deleg stateid only on successful nfs4_set_delegationBenny Halevy1-1/+1
2014-06-04nfsd4: rename recall_lock to state_lockBenny Halevy1-31/+32
2014-06-04nfsd4: use recall_lock for delegation hashingBenny Halevy1-5/+15
2014-05-30nfsd: fix laundromat next-run-time calculationJeff Layton1-14/+8
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields1-1/+1
2014-05-30nfsd4: use session limits to release send buffer reservationJ. Bruce Fields1-0/+1
2014-05-30nfsd4: adjust buflen to session channel limitJ. Bruce Fields1-0/+11
2014-05-30nfsd4: convert 4.1 replay encodingJ. Bruce Fields1-14/+14
2014-05-28nfsd4: no need for encode_compoundres to adjust lengthsJ. Bruce Fields1-0/+3
2014-05-23nfsd4: embed xdr_stream in nfsd4_compoundresJ. Bruce Fields1-4/+4
2014-05-22nfsd: remove nfsd4_free_slabChristoph Hellwig1-26/+25
2014-05-22Merge 3.15 bugfixes for 3.16J. Bruce Fields1-2/+13
2014-05-21nfsd4: fix delegation cleanup on errorJ. Bruce Fields1-20/+12
2014-05-21nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-05-21nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-05-08NFSD: Get rid of empty function nfs4_state_initKinglong Mee1-7/+0
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust1-6/+13
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust1-12/+12
2014-05-06NFSd: Remove 'inline' designation for free_client()Trond Myklebust1-1/+1
2014-05-06NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-05-06NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-03-30nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+Trond Myklebust1-1/+4
2014-03-28nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields1-2/+1
2014-03-28nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields1-1/+1
2014-03-28nfsd4: update comments with obsolete function nameJ. Bruce Fields1-1/+1
2014-03-28NFSD: Using free_conn free connectionKinglong Mee1-1/+2
2014-03-28NFSD: Traverse unconfirmed client through hash-tableKinglong Mee1-8/+5
2014-01-27nfsd: consider CLAIM_FH when handing out delegationMing Chen1-0/+1
2014-01-27nfsd4: minor nfs4_setlease cleanupJ. Bruce Fields1-6/+6
2014-01-06NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee1-8/+10
2014-01-03NFSD: fix bad length checking for backchannelKinglong Mee1-2/+7
2014-01-03NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee1-1/+1
2014-01-03Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee1-0/+2
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+17
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields1-1/+1
2013-11-04Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields1-1/+3
2013-10-30nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields1-1/+2
2013-10-29nfsd4: need to destroy revoked delegations in destroy_clientBenny Halevy1-0/+5
2013-10-29nfsd: no need to unhash_stid before freeBenny Halevy1-5/+2
2013-10-28nfsd: remove_stid can be incorporated into nfs4_put_delegationBenny Halevy1-3/+1
2013-10-28nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidBenny Halevy1-1/+1
2013-10-28nfsd: nfs4_free_stidBenny Halevy1-2/+7
2013-10-24nfsd: switch to %p[dD]Al Viro1-9/+6
2013-10-02nfsd: switch to %p[dD]Al Viro1-9/+6
2013-08-30nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields1-11/+20
2013-08-30Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields1-4/+9
2013-08-30Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields1-0/+2
2013-08-07nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields1-0/+2