aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-26nfsd4: fix setlease error returnJ. Bruce Fields1-1/+1
2013-07-23nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya1-9/+4
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-73/+152
2013-07-08nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields1-9/+14
2013-07-01nfsd4: return delegation immediately if lease failsJ. Bruce Fields1-1/+3
2013-07-01nfsd4: do not throw away 4.1 lock state on last unlockJ. Bruce Fields1-8/+1
2013-07-01nfsd4: clean up nfs4_open_delegationJ. Bruce Fields1-44/+34
2013-07-01NFSD: Don't give out read delegations on createsSteve Dickson1-0/+9
2013-07-01nfsd4: fail attempts to request gss on the backchannelJ. Bruce Fields1-0/+25
2013-07-01nfsd4: implement minimal SP4_MACH_CREDJ. Bruce Fields1-12/+64
2013-07-01svcrpc: store gss mech in svc_credJ. Bruce Fields1-0/+3
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-4/+4
2013-05-21nfsd: avoid undefined signed overflowJim Rees1-1/+1
2013-05-13nfsd4: store correct client minorversion for >=4.2J. Bruce Fields1-1/+1
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-330/+417
2013-04-29nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton1-6/+1
2013-04-26nfsd4: better error return to indicate SSV non-supportJ. Bruce Fields1-0/+1
2013-04-16nfsd4: put_client_renew_locked can be staticFengguang Wu1-1/+1
2013-04-16nfsd4: remove some useless codefanchaoting1-2/+1
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields1-8/+47
2013-04-09nfsd4: clean up validate_stateidJ. Bruce Fields1-5/+14
2013-04-09nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields1-0/+25
2013-04-09nfsd4: fix forechannel attribute negotiationJ. Bruce Fields1-67/+49
2013-04-09nfsd4: cleanup check_forechannel_attrsJ. Bruce Fields1-5/+9
2013-04-09nfsd4: don't close read-write opens too soonJ. Bruce Fields1-7/+1
2013-04-09nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields1-1/+8
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields1-4/+4
2013-04-09nfsd4: remove some redundant commentsJ. Bruce Fields1-6/+0
2013-04-09nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2013-04-08nfsd4: cleanup handling of nfsv4.0 closed stateid'sJ. Bruce Fields1-24/+33
2013-04-04nfsd4: remove unused nfs4_check_deleg argumentJ. Bruce Fields1-2/+2
2013-04-04nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields1-8/+7
2013-04-04nfsd4: shut down more of delegation earlierJ. Bruce Fields1-6/+7
2013-04-03nfsd: convert the file_hashtbl to a hlistJeff Layton1-10/+4
2013-04-03nfsd4: don't destroy in-use sessionJ. Bruce Fields1-32/+40