aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd41: slots are freed with sessionAndy Adamson2009-05-031-1/+0
* nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmapAndy Adamson2009-04-031-1/+2
* nfsd41: access_validAndy Adamson2009-04-031-5/+15
* nfsd41: clientid handlingAndy Adamson2009-04-031-6/+8
* nfsd41: stateid handlingAndy Adamson2009-04-031-8/+39
* nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_opBenny Halevy2009-04-031-8/+14
* nfsd41: destroy_session operationBenny Halevy2009-04-031-1/+28
* nfsd41: non-page DRC for solo sequence responsesAndy Adamson2009-04-031-6/+41
* nfsd41: Add a create session replay cacheAndy Adamson2009-04-031-12/+27
* nfsd41: create_session operationAndy Adamson2009-04-031-1/+187
* nfsd41: clear DRC cache on free_sessionAndy Adamson2009-04-031-0/+7
* nfsd41: nfsd DRC logicAndy Adamson2009-04-031-0/+6
* nfsd41: DRC save, restore, and clear functionsAndy Adamson2009-04-031-0/+142
* nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !...Andy Adamson2009-04-031-0/+4
* nfsd41: sequence operationBenny Halevy2009-04-031-2/+71
* nfsd41: match clientid establishment methodAndy Adamson2009-04-031-11/+31
* nfsd41: exchange_id operationAndy Adamson2009-04-031-1/+141
* nfsd41: proc stubsAndy Adamson2009-04-031-0/+32
* nfsd41: sessionid hashingMarc Eshel2009-04-031-1/+54
* nfsd41: release_session when client is expiredMarc Eshel2009-04-031-0/+6
* nfsd41: introduce nfs4_client cl_sessions listMarc Eshel2009-04-031-0/+1
* nfsd41: sessions basic data typesAndy Adamson2009-04-031-0/+18
* nfsd4: don't check ip address in setclientidJ. Bruce Fields2009-03-181-4/+3
* nfsd4: remove use of mutex for file_hashtableJ. Bruce Fields2009-03-181-24/+23
* nfsd4: rename io_during_grace_disallowedJ. Bruce Fields2009-03-181-2/+2
* nfsd4: remove unused CHECK_FH flagJ. Bruce Fields2009-03-181-1/+1
* nfsd4: fail when delegreturn gets a non-delegation stateidJ. Bruce Fields2009-03-181-2/+1
* nfsd4: separate delegreturn case from preprocess_stateid_opJ. Bruce Fields2009-03-181-12/+28
* nfsd4: add a helper function to decide if stateid is delegationJ. Bruce Fields2009-03-181-1/+6
* nfsd4: remove some dprintk'sJ. Bruce Fields2009-03-181-9/+2
* nfsd4: remove unneeded local variableJ. Bruce Fields2009-03-181-5/+2
* nfsd4: remove redundant "if" in nfs4_preprocess_stateid_opJ. Bruce Fields2009-03-181-11/+8
* nfsd4: move check_stateid_generation checkJ. Bruce Fields2009-03-181-3/+6
* nfsd4: trivial preprocess_stateid_op cleanupJ. Bruce Fields2009-03-181-6/+8
* nfsd4: use helper for copying delegation filehandleJ. Bruce Fields2009-03-181-3/+1
* nfsd4: split open/lockowner release codeJ. Bruce Fields2009-03-181-23/+34
* nfsd4: remove a forward declarationJ. Bruce Fields2009-03-181-43/+42
* nfsd4: split lockstateid/openstateid release logicJ. Bruce Fields2009-03-181-23/+32
* nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundJeff Layton2009-01-271-1/+0
* nfsd: last_byte_offsetBenny Halevy2009-01-071-16/+26
* nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKTJ. Bruce Fields2009-01-071-10/+20
* nfsd: Minor cleanup of find_stateidKrishna Kumar2009-01-061-3/+4
* Merge branch 'devel' into nextTrond Myklebust2008-12-301-0/+12
|\
| * nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-0/+1
| * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-0/+1
|\ \ | |/
| * nfsd: clean up grace period on early exitJ. Bruce Fields2008-11-241-0/+1
* | fs: replace NIPQUAD()Harvey Harrison2008-10-311-2/+2
|/
* [PATCH] switch nfsd to kern_path()Al Viro2008-10-231-4/+4
* nfsd: common grace period controlJ. Bruce Fields2008-10-031-19/+15