summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-03nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy4-7/+43
2009-04-03nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy3-2/+21
2009-04-03nfsd41: support for 3-word long attribute bitmaskAndy Adamson4-26/+94
2009-04-03nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verifyBenny Halevy1-1/+2
2009-04-03nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy1-6/+15
2009-04-03nfsd41: provide support for minor version 1 at rpc levelMarc Eshel1-1/+1
2009-04-03nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy4-4/+50
2009-04-03nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmapAndy Adamson1-1/+2
2009-04-03nfsd41: access_validAndy Adamson3-5/+17
2009-04-03nfsd41: clientid handlingAndy Adamson3-6/+29
2009-04-03nfsd41: check encode size for sessions maxresponse cachedAndy Adamson1-0/+51
2009-04-03nfsd41: stateid handlingAndy Adamson5-11/+52
2009-04-03nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_opBenny Halevy3-15/+21
2009-04-03nfsd41: destroy_session operationBenny Halevy3-4/+34
2009-04-03nfsd41: non-page DRC for solo sequence responsesAndy Adamson5-11/+91
2009-04-03nfsd41: Add a create session replay cacheAndy Adamson2-13/+28
2009-04-03nfsd41: create_session operationAndy Adamson4-6/+358
2009-04-03nfsd41: clear DRC cache on free_sessionAndy Adamson1-0/+7
2009-04-03nfsd41: nfsd DRC logicAndy Adamson4-0/+25
2009-04-03nfsd41: hard page limit for DRCAndy Adamson3-0/+28
2009-04-03nfsd41: DRC save, restore, and clear functionsAndy Adamson5-0/+164
2009-04-03nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !...Andy Adamson2-8/+36
2009-04-03nfsd41: sequence operationBenny Halevy3-6/+113
2009-04-03nfsd41: match clientid establishment methodAndy Adamson3-13/+34
2009-04-03nfsd41: exchange_id operationAndy Adamson4-6/+292
2009-04-03nfsd41: proc stubsAndy Adamson3-0/+66
2009-04-03nfsd41: xdr infrastructureAndy Adamson2-0/+170
2009-04-03nfsd41: sessionid hashingMarc Eshel2-1/+61
2009-04-03nfsd41: release_session when client is expiredMarc Eshel1-0/+6
2009-04-03nfsd41: introduce nfs4_client cl_sessions listMarc Eshel2-0/+4
2009-04-03nfsd41: sessions basic data typesAndy Adamson2-0/+51
2009-04-03nfsd41: define nfs41 error codesMarc Eshel2-2/+42
2009-04-03nfs41: common protocol definitionsBenny Halevy1-1/+127
2009-04-03nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson4-1/+12
2009-03-30nfsd: remove nfsd4_ops array sizeBenny Halevy1-1/+1
2009-03-29nfsd: embed nfsd4_current_state in nfsd4_compoundresAndy Adamson2-35/+14
2009-03-27Fix a build warning about leaking CONFIG_NFSD to userspace.Greg Banks1-4/+5
2009-03-27Document /proc/fs/nfsd/pool_statsGreg Banks1-0/+159
2009-03-27sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu1-1/+0
2009-03-18SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever1-20/+26
2009-03-18Inconsistent setattr behaviourSachin S. Prabhu1-2/+3
2009-03-18svcrpc: take advantage of tcp autotuningOlga Kornievskaia1-28/+7
2009-03-18nfsd4: don't check ip address in setclientidJ. Bruce Fields1-4/+3
2009-03-18knfsd: add file to export stats about nfsd poolsGreg Banks4-1/+129
2009-03-18knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks2-7/+20
2009-03-18knfsd: remove the nfsd thread busy histogramGreg Banks1-28/+0
2009-03-18nfsd4: remove redundant check from nfsd4_openJ. Bruce Fields1-4/+0
2009-03-18nfsd4: don't do lookup within readdir in recovery codeJ. Bruce Fields1-40/+31
2009-03-18nfsd4: support putpubfh operationJ. Bruce Fields2-2/+2
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw5-12/+18