aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* switch follow_down()Al Viro2009-06-111-2/+1
* switch follow_up() to struct pathAl Viro2009-06-111-1/+1
* switch rqst_exp_parent()Al Viro2009-06-112-26/+22
* switch rqst_exp_get_by_name()Al Viro2009-06-112-25/+22
* switch exp_parent() to struct pathAl Viro2009-06-111-16/+12
* nfsd struct path use: exp_get_by_name()Al Viro2009-06-111-20/+18
* Merge branch 'master' into nextJames Morris2009-06-091-3/+3
|\
| * nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun2009-05-271-3/+3
* | integrity: nfsd imbalance bug fixMimi Zohar2009-05-281-0/+14
|/
* nfsd: silence lockdep warningJ. Bruce Fields2009-05-111-2/+2
* nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields2009-05-061-1/+15
* nfsd41: slots are freed with sessionAndy Adamson2009-05-031-1/+0
* Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse2009-04-202-43/+28
* Safer nfsd_cross_mnt()Al Viro2009-04-201-2/+7
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-0611-374/+1999
|\
| * nfsd41: define NFSD_DRC_SIZE_SHIFT in set_max_drcBenny Halevy2009-04-061-0/+2
| * nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy2009-04-032-0/+32
| * nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy2009-04-031-1/+6
| * nfsd41: support for 3-word long attribute bitmaskAndy Adamson2009-04-032-18/+56
| * nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verifyBenny Halevy2009-04-031-1/+2
| * nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy2009-04-031-6/+15
| * nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy2009-04-033-4/+48
| * nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmapAndy Adamson2009-04-031-1/+2
| * nfsd41: access_validAndy Adamson2009-04-032-5/+16
| * nfsd41: clientid handlingAndy Adamson2009-04-033-6/+29
| * nfsd41: check encode size for sessions maxresponse cachedAndy Adamson2009-04-031-0/+51
| * nfsd41: stateid handlingAndy Adamson2009-04-033-10/+44
| * nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_opBenny Halevy2009-04-032-14/+18
| * nfsd41: destroy_session operationBenny Halevy2009-04-032-3/+33
| * nfsd41: non-page DRC for solo sequence responsesAndy Adamson2009-04-033-10/+76
| * nfsd41: Add a create session replay cacheAndy Adamson2009-04-031-12/+27
| * nfsd41: create_session operationAndy Adamson2009-04-032-4/+332
| * nfsd41: clear DRC cache on free_sessionAndy Adamson2009-04-031-0/+7
| * nfsd41: nfsd DRC logicAndy Adamson2009-04-033-0/+24
| * nfsd41: hard page limit for DRCAndy Adamson2009-04-031-0/+23
| * nfsd41: DRC save, restore, and clear functionsAndy Adamson2009-04-032-0/+146
| * nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !...Andy Adamson2009-04-032-8/+36
| * nfsd41: sequence operationBenny Halevy2009-04-032-5/+101
| * nfsd41: match clientid establishment methodAndy Adamson2009-04-032-12/+33
| * nfsd41: exchange_id operationAndy Adamson2009-04-032-5/+284
| * nfsd41: proc stubsAndy Adamson2009-04-032-0/+54
| * nfsd41: xdr infrastructureAndy Adamson2009-04-031-0/+148
| * nfsd41: sessionid hashingMarc Eshel2009-04-031-1/+54
| * nfsd41: release_session when client is expiredMarc Eshel2009-04-031-0/+6
| * nfsd41: introduce nfs4_client cl_sessions listMarc Eshel2009-04-031-0/+1
| * nfsd41: sessions basic data typesAndy Adamson2009-04-031-0/+18
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-031-0/+8
| * nfsd: remove nfsd4_ops array sizeBenny Halevy2009-03-301-1/+1
| * nfsd: embed nfsd4_current_state in nfsd4_compoundresAndy Adamson2009-03-291-31/+9
| * Inconsistent setattr behaviourSachin S. Prabhu2009-03-181-2/+3