summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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: more sessions/open-owner-replay cleanupJ. Bruce Fields1-12/+16
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields2-5/+5
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 Fields5-56/+43
2013-04-04nfsd4: remove unused nfs4_check_deleg argumentJ. Bruce Fields1-2/+2
2013-04-04nfsd4: make del_recall_lru per-network-namespaceJ. Bruce Fields2-8/+8
2013-04-04nfsd4: shut down more of delegation earlierJ. Bruce Fields1-6/+7
2013-04-04nfsd4: minor cb_recall simplificationJ. Bruce Fields1-5/+3
2013-04-03nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting1-1/+3
2013-04-03nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2013-04-03nfsd: convert the file_hashtbl to a hlistJeff Layton2-11/+5
2013-04-03nfsd4: don't destroy in-use sessionJ. Bruce Fields2-33/+43
2013-04-03nfsd4: don't destroy in-use clientsJ. Bruce Fields3-97/+131
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-03nfsd: remove unused macro in nfsv4Yanchuan Nian1-1/+0
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 Fields3-7/+8
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields3-1/+28
2013-04-03nfsd4: remove BUG_ONJ. Bruce Fields1-6/+3
2013-04-03nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton1-15/+29
2013-04-03nfsd: keep stats on worst hash balancing seen so farJeff Layton1-4/+27
2013-04-03nfsd: add new reply_cache_stats file in nfsdfsJeff Layton3-0/+35
2013-04-03nfsd: track memory utilization by the DRCJeff Layton1-5/+17
2013-04-03nfsd: break out comparator into separate functionJeff Layton1-11/+35
2013-04-03nfsd: eliminate one of the DRC cache searchesJeff Layton1-22/+19
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever1-13/+11
2013-03-26nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton1-4/+4
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton1-1/+2
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-190/+437
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-36/+51
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields4-9/+24
2013-02-26switch vfs_getattr() to struct pathAl Viro6-21/+21
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-97/+158
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei3-9/+9