summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2014-01-27nfsd: consider CLAIM_FH when handing out delegationMing Chen
2014-01-27nfsd4: minor nfs4_setlease cleanupJ. Bruce Fields
2014-01-06NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee
2014-01-03NFSD: fix bad length checking for backchannelKinglong Mee
2014-01-03NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee
2014-01-03Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields
2013-11-04Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields
2013-10-30nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields
2013-10-29nfsd4: need to destroy revoked delegations in destroy_clientBenny Halevy
2013-10-29nfsd: no need to unhash_stid before freeBenny Halevy
2013-10-28nfsd: remove_stid can be incorporated into nfs4_put_delegationBenny Halevy
2013-10-28nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidBenny Halevy
2013-10-28nfsd: nfs4_free_stidBenny Halevy
2013-10-24nfsd: switch to %p[dD]Al Viro
2013-10-02nfsd: switch to %p[dD]Al Viro
2013-08-30nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields
2013-08-30Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields
2013-08-30Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields
2013-08-07nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields
2013-07-26nfsd4: fix setlease error returnJ. Bruce Fields
2013-07-23nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-07-08nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields
2013-07-01nfsd4: return delegation immediately if lease failsJ. Bruce Fields
2013-07-01nfsd4: do not throw away 4.1 lock state on last unlockJ. Bruce Fields
2013-07-01nfsd4: clean up nfs4_open_delegationJ. Bruce Fields
2013-07-01NFSD: Don't give out read delegations on createsSteve Dickson
2013-07-01nfsd4: fail attempts to request gss on the backchannelJ. Bruce Fields
2013-07-01nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-05-21nfsd: avoid undefined signed overflowJim Rees
2013-05-13nfsd4: store correct client minorversion for >=4.2J. Bruce Fields
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton
2013-04-26nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields
2013-04-16nfsd4: put_client_renew_locked can be staticFengguang Wu
2013-04-16nfsd4: remove some useless codefanchaoting
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields
2013-04-09nfsd4: clean up validate_stateidJ. Bruce Fields
2013-04-09nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields
2013-04-09nfsd4: fix forechannel attribute negotiationJ. Bruce Fields
2013-04-09nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields
2013-04-09nfsd4: don't close read-write opens too soonJ. Bruce Fields
2013-04-09nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields
2013-04-09nfsd4: remove some redundant commentsJ. Bruce Fields
2013-04-09nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun