summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: consider CLAIM_FH when handing out delegationMing Chen2014-01-281-0/+1
* nfsd4: minor nfs4_setlease cleanupJ. Bruce Fields2014-01-271-6/+6
* NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee2014-01-061-8/+10
* NFSD: fix bad length checking for backchannelKinglong Mee2014-01-041-2/+7
* NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee2014-01-041-1/+1
* Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee2014-01-041-0/+2
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-161-9/+17
|\
| * Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields2013-11-041-1/+3
| * nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields2013-10-301-1/+2
| * nfsd4: need to destroy revoked delegations in destroy_clientBenny Halevy2013-10-291-0/+5
| * nfsd: no need to unhash_stid before freeBenny Halevy2013-10-291-5/+2Star
| * nfsd: remove_stid can be incorporated into nfs4_put_delegationBenny Halevy2013-10-281-3/+1Star
| * nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidBenny Halevy2013-10-281-1/+1
| * nfsd: nfs4_free_stidBenny Halevy2013-10-281-2/+7
| * nfsd: switch to %p[dD]Al Viro2013-10-021-9/+6Star
* | locks: introduce new FL_DELEG lock flagJ. Bruce Fields2013-11-091-1/+1
* | nfsd: switch to %p[dD]Al Viro2013-10-251-9/+6Star
|/
* nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields2013-08-301-11/+20
* Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields2013-08-301-4/+9
* Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields2013-08-301-0/+2
|\
| * nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields2013-08-071-0/+2
* | nfsd4: fix setlease error returnJ. Bruce Fields2013-07-261-1/+1
* | nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya2013-07-231-9/+4Star
|/
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-111-73/+152
|\
| * nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields2013-07-091-9/+14
| * nfsd4: return delegation immediately if lease failsJ. Bruce Fields2013-07-011-1/+3
| * nfsd4: do not throw away 4.1 lock state on last unlockJ. Bruce Fields2013-07-011-8/+1Star
| * nfsd4: clean up nfs4_open_delegationJ. Bruce Fields2013-07-011-44/+34Star
| * NFSD: Don't give out read delegations on createsSteve Dickson2013-07-011-0/+9
| * nfsd4: fail attempts to request gss on the backchannelJ. Bruce Fields2013-07-011-0/+25
| * nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields2013-07-011-12/+64
| * svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-011-0/+3
| * nfsd: avoid undefined signed overflowJim Rees2013-05-211-1/+1
| * nfsd4: store correct client minorversion for >=4.2J. Bruce Fields2013-05-131-1/+1
* | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-4/+4
|/
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-031-330/+417
|\
| * nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields2013-04-261-0/+1
| * nfsd4: put_client_renew_locked can be staticFengguang Wu2013-04-171-1/+1
| * nfsd4: remove some useless codefanchaoting2013-04-161-2/+1Star
| * nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2013-04-161-8/+47
| * nfsd4: clean up validate_stateidJ. Bruce Fields2013-04-091-5/+14
| * nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields2013-04-091-0/+25
| * nfsd4: fix forechannel attribute negotiationJ. Bruce Fields2013-04-091-67/+49Star
| * nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields2013-04-091-5/+9
| * nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-04-091-7/+1Star
| * nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields2013-04-091-1/+8
| * nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields2013-04-091-4/+4
| * nfsd4: remove some redundant commentsJ. Bruce Fields2013-04-091-6/+0Star
| * nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-1/+1
| * nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields2013-04-081-24/+33