summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfsd4: remove redundant stateid initializationJ. Bruce Fields2011-09-131-7/+0
* nfsd4: rename init_stateidJ. Bruce Fields2011-09-131-2/+2
* nfsd4: pass around typemask instead of flagsJ. Bruce Fields2011-09-131-10/+8
* nfsd4: split preprocess_seqid, cleanupJ. Bruce Fields2011-09-131-42/+45
* nfsd4: split up find_stateidJ. Bruce Fields2011-09-131-13/+21
* nfsd4: rearrange to avoid a forward referenceJ. Bruce Fields2011-09-131-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-071-181/+186
* nfsd4: move CLOSE_STATE special case to callerJ. Bruce Fields2011-09-031-29/+27
* nfsd4: move double-confirm test to open_confirmJ. Bruce Fields2011-09-031-7/+5
* nfsd4: simplify check_open logicJ. Bruce Fields2011-09-021-5/+2
* nfsd4: share common seqid checksJ. Bruce Fields2011-09-021-20/+21
* nfsd4: eliminate unused lt_stateownerJ. Bruce Fields2011-09-011-4/+4
* nfsd4: drop most stateowner refcountingJ. Bruce Fields2011-09-011-11/+12
* nfsd4: eliminate impossible open replay caseJ. Bruce Fields2011-09-011-12/+2
* nfsd4: extend state lock over seqid replay logicJ. Bruce Fields2011-09-011-4/+8
* nfsd4: cleanup seqid op stateowner usageJ. Bruce Fields2011-08-311-33/+24
* nfsd4: centralize handling of replay ownersJ. Bruce Fields2011-08-311-21/+4
* 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-311-29/+23
* nfsd4: consolidate lock & open stateid tablesJ. Bruce Fields2011-08-311-48/+15
* nfsd4: simplify distinguishing lock & open stateid'sJ. Bruce Fields2011-08-311-6/+3
* nfsd4: remove redundant is_open_owner checkJ. Bruce Fields2011-08-271-2/+0
* nfsd4: get lock checks out of preprocess_seqid_opJ. Bruce Fields2011-08-271-29/+20
* nfsd4: simplify lock openmode checkJ. Bruce Fields2011-08-271-10/+5
* nfsd4: remove HAS_SESSIONJ. Bruce Fields2011-08-271-20/+10
* nfsd4: cleanup lock/stateowner initializationJ. Bruce Fields2011-08-271-48/+52
* nfsd4: name openowner data structures more clearlyJ. Bruce Fields2011-08-271-18/+18
* nfsd4: replace some macros by functionsJ. Bruce Fields2011-08-271-15/+38
* nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields2011-08-271-7/+7
* nfsd4: simplify recovery dir settingJ. Bruce Fields2011-08-271-40/+1
* nfsd4: it's OK to return nfserr_symlinkJ. Bruce Fields2011-08-261-5/+1
* nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley2011-07-231-6/+12
* locks: rename lock-manager opsJ. Bruce Fields2011-07-201-2/+2
* nfsd41: check the size of requestMi Jinlong2011-07-151-0/+12
* nfsd41: error out when client sets maxreq_sz or maxresp_sz too smallMi Jinlong2011-07-151-0/+27
* nfsd4: fix file leak on open_downgradeJ. Bruce Fields2011-07-151-23/+8
* nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields2011-07-151-11/+6
* NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-151-0/+38
* NFSD: added FREE_STATEID operationBryan Schumaker2011-07-151-0/+118
* Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-291-9/+33
|\
| * nfsd: make local functions staticDaniel Mack2011-05-181-2/+2
| * NFSD: Check status from nfsd4_map_bcts_dir()Bryan Schumaker2011-04-291-2/+3
| * nfsd41: error out on repeated RECLAIM_COMPLETEMi Jinlong2011-04-291-5/+14
| * nfsd41: compare request's opcnt with session's maxops at nfsd4_sequenceMi Jinlong2011-04-291-0/+11
| * nfsd41: add flag checking for create_sessionMi Jinlong2011-04-291-0/+3
* | nfsd4: Fix filp leakOGAWA Hirofumi2011-04-191-1/+1
* | nfsd4: fix struct file leak on delegationJ. Bruce Fields2011-04-181-0/+1
* | Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-04-111-3/+6
|\ \
| * | nfsd4: fix oops on lock failureJ. Bruce Fields2011-04-101-3/+6
| |/