Age | Commit message (Expand) | Author | Files | Lines |
2009-05-03 | nfsd41: slots are freed with session | Andy Adamson | 1 | -1/+0 |
2009-04-04 | nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmap | Andy Adamson | 1 | -1/+2 |
2009-04-04 | nfsd41: access_valid | Andy Adamson | 1 | -5/+15 |
2009-04-04 | nfsd41: clientid handling | Andy Adamson | 1 | -6/+8 |
2009-04-04 | nfsd41: stateid handling | Andy Adamson | 1 | -8/+39 |
2009-04-04 | nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_op | Benny Halevy | 1 | -8/+14 |
2009-04-04 | nfsd41: destroy_session operation | Benny Halevy | 1 | -1/+28 |
2009-04-04 | nfsd41: non-page DRC for solo sequence responses | Andy Adamson | 1 | -6/+41 |
2009-04-04 | nfsd41: Add a create session replay cache | Andy Adamson | 1 | -12/+27 |
2009-04-04 | nfsd41: create_session operation | Andy Adamson | 1 | -1/+187 |
2009-04-04 | nfsd41: clear DRC cache on free_session | Andy Adamson | 1 | -0/+7 |
2009-04-04 | nfsd41: nfsd DRC logic | Andy Adamson | 1 | -0/+6 |
2009-04-04 | nfsd41: DRC save, restore, and clear functions | Andy Adamson | 1 | -0/+142 |
2009-04-04 | nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !... | Andy Adamson | 1 | -0/+4 |
2009-04-04 | nfsd41: sequence operation | Benny Halevy | 1 | -2/+71 |
2009-04-04 | nfsd41: match clientid establishment method | Andy Adamson | 1 | -11/+31 |
2009-04-04 | nfsd41: exchange_id operation | Andy Adamson | 1 | -1/+141 |
2009-04-04 | nfsd41: proc stubs | Andy Adamson | 1 | -0/+32 |
2009-04-04 | nfsd41: sessionid hashing | Marc Eshel | 1 | -1/+54 |
2009-04-04 | nfsd41: release_session when client is expired | Marc Eshel | 1 | -0/+6 |
2009-04-04 | nfsd41: introduce nfs4_client cl_sessions list | Marc Eshel | 1 | -0/+1 |
2009-04-04 | nfsd41: sessions basic data types | Andy Adamson | 1 | -0/+18 |
2009-03-19 | nfsd4: don't check ip address in setclientid | J. Bruce Fields | 1 | -4/+3 |
2009-03-19 | nfsd4: remove use of mutex for file_hashtable | J. Bruce Fields | 1 | -24/+23 |
2009-03-19 | nfsd4: rename io_during_grace_disallowed | J. Bruce Fields | 1 | -2/+2 |
2009-03-19 | nfsd4: remove unused CHECK_FH flag | J. Bruce Fields | 1 | -1/+1 |
2009-03-19 | nfsd4: fail when delegreturn gets a non-delegation stateid | J. Bruce Fields | 1 | -2/+1 |
2009-03-19 | nfsd4: separate delegreturn case from preprocess_stateid_op | J. Bruce Fields | 1 | -12/+28 |
2009-03-19 | nfsd4: add a helper function to decide if stateid is delegation | J. Bruce Fields | 1 | -1/+6 |
2009-03-19 | nfsd4: remove some dprintk's | J. Bruce Fields | 1 | -9/+2 |
2009-03-19 | nfsd4: remove unneeded local variable | J. Bruce Fields | 1 | -5/+2 |
2009-03-19 | nfsd4: remove redundant "if" in nfs4_preprocess_stateid_op | J. Bruce Fields | 1 | -11/+8 |
2009-03-19 | nfsd4: move check_stateid_generation check | J. Bruce Fields | 1 | -3/+6 |
2009-03-19 | nfsd4: trivial preprocess_stateid_op cleanup | J. Bruce Fields | 1 | -6/+8 |
2009-03-19 | nfsd4: use helper for copying delegation filehandle | J. Bruce Fields | 1 | -3/+1 |
2009-03-19 | nfsd4: split open/lockowner release code | J. Bruce Fields | 1 | -23/+34 |
2009-03-19 | nfsd4: remove a forward declaration | J. Bruce Fields | 1 | -43/+42 |
2009-03-19 | nfsd4: split lockstateid/openstateid release logic | J. Bruce Fields | 1 | -23/+32 |
2009-01-28 | nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is found | Jeff Layton | 1 | -1/+0 |
2009-01-08 | nfsd: last_byte_offset | Benny Halevy | 1 | -16/+26 |
2009-01-07 | nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKT | J. Bruce Fields | 1 | -10/+20 |
2009-01-06 | nfsd: Minor cleanup of find_stateid | Krishna Kumar | 1 | -3/+4 |
2008-12-31 | Merge branch 'devel' into next | Trond Myklebust | 1 | -0/+12 |
2008-12-24 | nfsd: support callbacks with gss flavors | Olga Kornievskaia | 1 | -0/+1 |
2008-12-24 | nfsd: pass client principal name in rsc downcall | Olga Kornievskaia | 1 | -0/+11 |
2008-12-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2008-11-24 | nfsd: clean up grace period on early exit | J. Bruce Fields | 1 | -0/+1 |
2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison | 1 | -2/+2 |
2008-10-23 | [PATCH] switch nfsd to kern_path() | Al Viro | 1 | -4/+4 |
2008-10-04 | nfsd: common grace period control | J. Bruce Fields | 1 | -19/+15 |