summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_opBenny Halevy2009-04-033-15/+21
* nfsd41: destroy_session operationBenny Halevy2009-04-033-4/+34
* nfsd41: non-page DRC for solo sequence responsesAndy Adamson2009-04-035-11/+91
* nfsd41: Add a create session replay cacheAndy Adamson2009-04-032-13/+28
* nfsd41: create_session operationAndy Adamson2009-04-034-6/+358
* nfsd41: clear DRC cache on free_sessionAndy Adamson2009-04-031-0/+7
* nfsd41: nfsd DRC logicAndy Adamson2009-04-034-0/+25
* nfsd41: hard page limit for DRCAndy Adamson2009-04-033-0/+28
* nfsd41: DRC save, restore, and clear functionsAndy Adamson2009-04-035-0/+164
* nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !...Andy Adamson2009-04-032-8/+36
* nfsd41: sequence operationBenny Halevy2009-04-033-6/+113
* nfsd41: match clientid establishment methodAndy Adamson2009-04-033-13/+34
* nfsd41: exchange_id operationAndy Adamson2009-04-034-6/+292
* nfsd41: proc stubsAndy Adamson2009-04-033-0/+66
* nfsd41: xdr infrastructureAndy Adamson2009-04-032-0/+170
* nfsd41: sessionid hashingMarc Eshel2009-04-032-1/+61
* nfsd41: release_session when client is expiredMarc Eshel2009-04-031-0/+6
* nfsd41: introduce nfs4_client cl_sessions listMarc Eshel2009-04-032-0/+4
* nfsd41: sessions basic data typesAndy Adamson2009-04-032-0/+51
* nfsd41: define nfs41 error codesMarc Eshel2009-04-032-2/+42
* nfs41: common protocol definitionsBenny Halevy2009-04-031-1/+127
* nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-034-1/+12
* nfsd: remove nfsd4_ops array sizeBenny Halevy2009-03-301-1/+1
* nfsd: embed nfsd4_current_state in nfsd4_compoundresAndy Adamson2009-03-292-35/+14
* Fix a build warning about leaking CONFIG_NFSD to userspace.Greg Banks2009-03-271-4/+5
* Document /proc/fs/nfsd/pool_statsGreg Banks2009-03-271-0/+159
* sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_processideawu2009-03-271-1/+0
* SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever2009-03-181-20/+26
* Inconsistent setattr behaviourSachin S. Prabhu2009-03-181-2/+3
* svcrpc: take advantage of tcp autotuningOlga Kornievskaia2009-03-181-28/+7
* nfsd4: don't check ip address in setclientidJ. Bruce Fields2009-03-181-4/+3
* knfsd: add file to export stats about nfsd poolsGreg Banks2009-03-184-1/+129
* knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks2009-03-182-7/+20
* knfsd: remove the nfsd thread busy histogramGreg Banks2009-03-181-28/+0
* nfsd4: remove redundant check from nfsd4_openJ. Bruce Fields2009-03-181-4/+0
* nfsd4: don't do lookup within readdir in recovery codeJ. Bruce Fields2009-03-181-40/+31
* nfsd4: support putpubfh operationJ. Bruce Fields2009-03-182-2/+2
* Short write in nfsd becomes a full write to the clientDavid Shaw2009-03-185-12/+18
* NFSD: return nfsv4 error code nfserr_notsupp rather than nfsv[23]'s nfserr_op...Benny Halevy2009-03-181-1/+1
* nfsd4: move rpc_client setup to a separate functionJ. Bruce Fields2009-03-181-8/+21
* nfsd4: fix do_probe_callback errorsJ. Bruce Fields2009-03-181-8/+7
* nfsd4: remove use of mutex for file_hashtableJ. Bruce Fields2009-03-183-27/+24
* nfsd4: put_nfs4_client does not require state lockJ. Bruce Fields2009-03-181-1/+1
* nfsd4: rename io_during_grace_disallowedJ. Bruce Fields2009-03-181-2/+2
* nfsd4: remove unused CHECK_FH flagJ. Bruce Fields2009-03-183-5/+4
* nfsd4: fail when delegreturn gets a non-delegation stateidJ. Bruce Fields2009-03-181-2/+1
* nfsd4: separate delegreturn case from preprocess_stateid_opJ. Bruce Fields2009-03-182-13/+28
* nfsd4: add a helper function to decide if stateid is delegationJ. Bruce Fields2009-03-181-1/+6
* nfsd4: remove some dprintk'sJ. Bruce Fields2009-03-181-9/+2
* nfsd4: remove unneeded local variableJ. Bruce Fields2009-03-181-5/+2