summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2011-09-16nfsd41: try to check reply size before operationMi Jinlong3-37/+248
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong1-15/+1
2011-09-14NFSD: Add a cache for fs_locations informationTrond Myklebust2-0/+25
2011-09-14NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust1-11/+0
2011-09-14NFSD: Cleanup for nfsd4_path()Trond Myklebust2-30/+80
2011-09-14nfsd4: better stateid hashingJ. Bruce Fields1-4/+4
2011-09-14nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields1-14/+10
2011-09-14nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields1-18/+16
2011-09-14nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2-66/+51
2011-09-14nfsd4: share common stid-hashing helper functionJ. Bruce Fields1-4/+11
2011-09-14nfsd4: add common dl_stid field to delegationJ. Bruce Fields3-20/+22
2011-09-14nfsd4: move some of nfs4_stateid into a separate structureJ. Bruce Fields2-97/+106
2011-09-14nfsd4: remove redundant stateid initializationJ. Bruce Fields1-7/+0
2011-09-14nfsd4: rename init_stateidJ. Bruce Fields1-2/+2
2011-09-14nfsd4: pass around typemask instead of flagsJ. Bruce Fields2-12/+8
2011-09-14nfsd4: split preprocess_seqid, cleanupJ. Bruce Fields2-43/+45
2011-09-14nfsd4: split up find_stateidJ. Bruce Fields1-13/+21
2011-09-14nfsd4: rearrange to avoid a forward referenceJ. Bruce Fields1-27/+26
2011-09-07nfsd4: split out some free_generic_stateid codeJ. Bruce Fields1-1/+8
2011-09-07nfsd4: split stateowners into open and lockownersJ. Bruce Fields5-198/+224
2011-09-04nfsd4: move CLOSE_STATE special case to callerJ. Bruce Fields2-30/+27
2011-09-03nfsd4: move double-confirm test to open_confirmJ. Bruce Fields1-7/+5
2011-09-03nfsd4: simplify check_open logicJ. Bruce Fields1-5/+2
2011-09-03nfsd4: share common seqid checksJ. Bruce Fields1-20/+21
2011-09-01nfsd4: eliminate unused lt_stateownerJ. Bruce Fields2-5/+4
2011-09-01nfsd4: drop most stateowner refcountingJ. Bruce Fields5-35/+22
2011-09-01nfsd4: eliminate impossible open replay caseJ. Bruce Fields1-12/+2
2011-09-01nfsd4: extend state lock over seqid replay logicJ. Bruce Fields2-6/+11
2011-09-01nfsd4: cleanup seqid op stateowner usageJ. Bruce Fields3-45/+24
2011-09-01nfsd4: centralize handling of replay ownersJ. Bruce Fields2-36/+23
2011-09-01nfsd4: make delegation stateid's seqid start at 1J. Bruce Fields1-4/+4
2011-09-01nfsd4: simplify stateid generation code, fix wraparoundJ. Bruce Fields2-29/+26
2011-09-01nfsd4: consolidate lock & open stateid tablesJ. Bruce Fields1-48/+15
2011-09-01nfsd4: simplify distinguishing lock & open stateid'sJ. Bruce Fields2-6/+6
2011-09-01nfsd4: remove typoed replay fieldJ. Bruce Fields1-1/+0
2011-09-01nfsd4: fix off-by-one-error in SEQUENCE replyJ. Bruce Fields1-3/+3
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields2-2/+0
2011-08-27nfsd4: remove redundant is_open_owner checkJ. Bruce Fields1-2/+0
2011-08-27nfsd4: get lock checks out of preprocess_seqid_opJ. Bruce Fields1-29/+20
2011-08-27nfsd4: simplify lock openmode checkJ. Bruce Fields1-10/+5
2011-08-27nfsd4: cleanup and consolidate seqid_mutating_errJ. Bruce Fields1-13/+1
2011-08-27nfsd4: remove HAS_SESSIONJ. Bruce Fields3-23/+12
2011-08-27nfsd4: cleanup lock/stateowner initializationJ. Bruce Fields1-48/+52
2011-08-27nfsd4: name openowner data structures more clearlyJ. Bruce Fields1-18/+18
2011-08-27nfsd4: replace some macros by functionsJ. Bruce Fields1-15/+38
2011-08-27nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields3-9/+9
2011-08-27nfsd4: fix failure to end nfsd4 grace periodBoaz Harrosh1-7/+8
2011-08-27nfsd4: simplify recovery dir settingJ. Bruce Fields3-45/+34
2011-08-27nfsd: prettify NFSD_MAY_* flag definitionsJ. Bruce Fields1-14/+14
2011-08-27nfsd4: permit read opens of executable-only filesJ. Bruce Fields3-1/+5