aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-03nfsd4: don't destroy in-use clientsJ. Bruce Fields1-83/+126
2013-04-03nfsd4: simplify bind_conn_to_session lockingJ. Bruce Fields1-14/+14
2013-04-03nfsd4: fix destroy_session raceJ. Bruce Fields1-16/+10
2013-04-03nfsd4: clientid lookup cleanupJ. Bruce Fields1-12/+12
2013-04-03nfsd4: destroy_clientid simplificationJ. Bruce Fields1-7/+1
2013-04-03nfsd4: remove some dprintk'sJ. Bruce Fields1-8/+1
2013-04-03nfsd4: STALE_STATEID cleanupJ. Bruce Fields1-15/+6
2013-04-03nfsd4: warn on odd create_session stateJ. Bruce Fields1-0/+2
2013-04-03nfsd: fix bug on nfs4 stateid deallocationycnian@gmail.com1-0/+1
2013-04-03nfsd4: fix use-after-free of 4.1 client on connection lossJ. Bruce Fields1-1/+1
2013-04-03nfsd4: fix race on client shutdownJ. Bruce Fields1-4/+8
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-43/+58
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei1-3/+3
2013-02-15nfsd: enable NFSv4 state in containersStanislav Kinsbursky1-10/+0
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman1-3/+3
2013-02-11nfsd4: free_stid can be staticFengguang Wu1-1/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-1/+1
2013-02-05nfsd4: simplify idr allocationJ. Bruce Fields1-29/+52
2013-02-05nfsd: Fix memleakmajianpeng1-0/+2
2013-01-23nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky1-1/+1
2013-01-23nfsd: Don't unlock the state while it's not lockedYanchuan Nian1-1/+2
2013-01-23nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian1-1/+1
2012-12-17nfsd4: don't leave freed stateid hashedJ. Bruce Fields1-0/+1
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields1-8/+0
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker1-2/+2
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky1-5/+9