summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2011-10-112-39/+73
| * | | nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-10-111-0/+2
| * | | nfsd4: cleanup state.h commentsJ. Bruce Fields2011-10-111-37/+8
| * | | nfsd4: clean up downgrading codeJ. Bruce Fields2011-10-112-12/+27
| * | | nfsd4: fix state lock usage in LOCKUJ. Bruce Fields2011-10-111-1/+2
| * | | nfsd4: look up stateid's per clientidJ. Bruce Fields2011-09-263-65/+54
| * | | nfsd4: assume test_stateid always has sessionJ. Bruce Fields2011-09-264-6/+5
| * | | nfsd4: use idr for stateid'sJ. Bruce Fields2011-09-262-52/+73
| * | | nfsd4: move client * to nfs4_stateid, add init_stid helperJ. Bruce Fields2011-09-263-27/+31
| * | | leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields2011-09-211-36/+62
| * | | nfsd4: make op_cacheresult another flagJ. Bruce Fields2011-09-201-25/+25
| * | | nfsd4: fix open downgrade, againJ. Bruce Fields2011-09-201-3/+11
| * | | nfsd4: hash closed stateid's like any otherJ. Bruce Fields2011-09-192-49/+56
| * | | nfsd4: construct stateid from clientid and counterJ. Bruce Fields2011-09-192-58/+18
| * | | nfsd4: simplify free_stateidJ. Bruce Fields2011-09-171-51/+15
| * | | nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields2011-09-173-7/+44
| * | | nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields2011-09-163-15/+16
| * | | nfsd41: try to check reply size before operationMi Jinlong2011-09-163-37/+248
| * | | SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-142-38/+3
| * | | NFSD: Add a cache for fs_locations informationTrond Myklebust2011-09-142-0/+25
| * | | NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust2011-09-141-11/+0
| * | | NFSD: Cleanup for nfsd4_path()Trond Myklebust2011-09-142-30/+80
| * | | nfsd4: better stateid hashingJ. Bruce Fields2011-09-141-4/+4
| * | | nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields2011-09-141-14/+10
| * | | nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields2011-09-141-18/+16
| * | | nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2011-09-142-66/+51
| * | | nfsd4: share common stid-hashing helper functionJ. Bruce Fields2011-09-141-4/+11
| * | | nfsd4: add common dl_stid field to delegationJ. Bruce Fields2011-09-143-20/+22
| * | | nfsd4: move some of nfs4_stateid into a separate structureJ. Bruce Fields2011-09-142-97/+106
| * | | nfsd4: remove redundant stateid initializationJ. Bruce Fields2011-09-141-7/+0
| * | | nfsd4: rename init_stateidJ. Bruce Fields2011-09-141-2/+2
| * | | nfsd4: pass around typemask instead of flagsJ. Bruce Fields2011-09-142-12/+8
| * | | nfsd4: split preprocess_seqid, cleanupJ. Bruce Fields2011-09-142-43/+45
| * | | nfsd4: split up find_stateidJ. Bruce Fields2011-09-141-13/+21
| * | | nfsd4: rearrange to avoid a forward referenceJ. Bruce Fields2011-09-141-27/+26
| * | | nfsd4: split out some free_generic_stateid codeJ. Bruce Fields2011-09-071-1/+8
| * | | nfsd4: split stateowners into open and lockownersJ. Bruce Fields2011-09-075-198/+224
| * | | nfsd4: move CLOSE_STATE special case to callerJ. Bruce Fields2011-09-042-30/+27
| * | | nfsd4: move double-confirm test to open_confirmJ. Bruce Fields2011-09-031-7/+5
| * | | nfsd4: simplify check_open logicJ. Bruce Fields2011-09-031-5/+2
| * | | nfsd4: share common seqid checksJ. Bruce Fields2011-09-031-20/+21
| * | | nfsd4: eliminate unused lt_stateownerJ. Bruce Fields2011-09-012-5/+4
| * | | nfsd4: drop most stateowner refcountingJ. Bruce Fields2011-09-015-35/+22
| * | | nfsd4: eliminate impossible open replay caseJ. Bruce Fields2011-09-011-12/+2
| * | | nfsd4: extend state lock over seqid replay logicJ. Bruce Fields2011-09-012-6/+11
| * | | nfsd4: cleanup seqid op stateowner usageJ. Bruce Fields2011-08-313-45/+24
| * | | nfsd4: centralize handling of replay ownersJ. Bruce Fields2011-08-312-36/+23
| * | | nfsd4: make delegation stateid's seqid start at 1J. Bruce Fields2011-08-311-4/+4
| * | | nfsd4: simplify stateid generation code, fix wraparoundJ. Bruce Fields2011-08-312-29/+26
| * | | nfsd4: consolidate lock & open stateid tablesJ. Bruce Fields2011-08-311-48/+15