summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-16nfsd4: remove some useless codefanchaoting1-2/+1
2013-04-16nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKEDJ. Bruce Fields2-8/+50
2013-04-09nfsd4: clean up validate_stateidJ. Bruce Fields1-5/+14
2013-04-09nfsd4: check backchannel attributes on create_sessionJ. Bruce Fields3-24/+49
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: 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-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-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-12/+25
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-7/+9
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6