aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03nfsd41: clear DRC cache on free_sessionAndy Adamson1-0/+7
2009-04-03nfsd41: nfsd DRC logicAndy Adamson1-0/+6
2009-04-03nfsd41: DRC save, restore, and clear functionsAndy Adamson1-0/+142
2009-04-03nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion != 0 only.Andy Adamson1-0/+4
2009-04-03nfsd41: sequence operationBenny Halevy1-2/+71
2009-04-03nfsd41: match clientid establishment methodAndy Adamson1-11/+31
2009-04-03nfsd41: exchange_id operationAndy Adamson1-1/+141
2009-04-03nfsd41: proc stubsAndy Adamson1-0/+32
2009-04-03nfsd41: sessionid hashingMarc Eshel1-1/+54
2009-04-03nfsd41: release_session when client is expiredMarc Eshel1-0/+6
2009-04-03nfsd41: introduce nfs4_client cl_sessions listMarc Eshel1-0/+1
2009-04-03nfsd41: sessions basic data typesAndy Adamson1-0/+18
2009-03-18nfsd4: don't check ip address in setclientidJ. Bruce Fields1-4/+3
2009-03-18nfsd4: remove use of mutex for file_hashtableJ. Bruce Fields1-24/+23
2009-03-18nfsd4: rename io_during_grace_disallowedJ. Bruce Fields1-2/+2
2009-03-18nfsd4: remove unused CHECK_FH flagJ. Bruce Fields1-1/+1
2009-03-18nfsd4: fail when delegreturn gets a non-delegation stateidJ. Bruce Fields1-2/+1
2009-03-18nfsd4: separate delegreturn case from preprocess_stateid_opJ. Bruce Fields1-12/+28
2009-03-18nfsd4: add a helper function to decide if stateid is delegationJ. Bruce Fields1-1/+6
2009-03-18nfsd4: remove some dprintk'sJ. Bruce Fields1-9/+2
2009-03-18nfsd4: remove unneeded local variableJ. Bruce Fields1-5/+2
2009-03-18nfsd4: remove redundant "if" in nfs4_preprocess_stateid_opJ. Bruce Fields1-11/+8
2009-03-18nfsd4: move check_stateid_generation checkJ. Bruce Fields1-3/+6
2009-03-18nfsd4: trivial preprocess_stateid_op cleanupJ. Bruce Fields1-6/+8
2009-03-18nfsd4: use helper for copying delegation filehandleJ. Bruce Fields1-3/+1
2009-03-18nfsd4: split open/lockowner release codeJ. Bruce Fields1-23/+34
2009-03-18nfsd4: remove a forward declarationJ. Bruce Fields1-43/+42
2009-03-18nfsd4: split lockstateid/openstateid release logicJ. Bruce Fields1-23/+32
2009-01-27nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundJeff Layton1-1/+0
2009-01-07nfsd: last_byte_offsetBenny Halevy1-16/+26
2009-01-07nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKTJ. Bruce Fields1-10/+20
2009-01-06nfsd: Minor cleanup of find_stateidKrishna Kumar1-3/+4
2008-12-30Merge branch 'devel' into nextTrond Myklebust1-0/+12
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia1-0/+1
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+11
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields1-0/+1
2008-10-31fs: replace NIPQUAD()Harvey Harrison1-2/+2
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro1-4/+4
2008-10-03nfsd: common grace period controlJ. Bruce Fields1-19/+15
2008-07-07nfsd: take file and mnt write in nfs4_upgrade_openBenny Halevy1-0/+4
2008-07-07nfsd: document open share bit trackingJ. Bruce Fields1-0/+18
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-3/+3
2008-06-23knfsd: clean up nfsd filesystem interfacesJeff Layton1-4/+13
2008-05-18nfsd: remove unnecessary atomic opsJ. Bruce Fields1-2/+2
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-3/+0
2008-04-23nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-23nfsd: fix sparse warningsHarvey Harrison1-5/+5
2008-04-23nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-23nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26