| Commit message (Expand) | Author | Age | Files | Lines |
* | nfsd: fix hung up of nfs client while sync write data to nfs server | Wei Yongjun | 2009-05-27 | 1 | -3/+3 |
* | nfsd: silence lockdep warning | J. Bruce Fields | 2009-05-11 | 1 | -2/+2 |
* | nfsd4: check for negative dentry before use in nfsv4 readdir | J. Bruce Fields | 2009-05-06 | 1 | -1/+15 |
* | nfsd41: slots are freed with session | Andy Adamson | 2009-05-03 | 1 | -1/+0 |
* | Fix i_mutex vs. readdir handling in nfsd | David Woodhouse | 2009-04-21 | 2 | -43/+28 |
* | Safer nfsd_cross_mnt() | Al Viro | 2009-04-21 | 1 | -2/+7 |
* | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-04-06 | 11 | -374/+1999 |
|\ |
|
| * | nfsd41: define NFSD_DRC_SIZE_SHIFT in set_max_drc | Benny Halevy | 2009-04-06 | 1 | -0/+2 |
| * | nfsd41: CREATE_EXCLUSIVE4_1 | Benny Halevy | 2009-04-04 | 2 | -0/+32 |
| * | nfsd41: SUPPATTR_EXCLCREAT attribute | Benny Halevy | 2009-04-04 | 1 | -1/+6 |
| * | nfsd41: support for 3-word long attribute bitmask | Andy Adamson | 2009-04-04 | 2 | -18/+56 |
| * | nfsd: dynamically skip encoded fattr bitmap in _nfsd4_verify | Benny Halevy | 2009-04-04 | 1 | -1/+2 |
| * | nfsd41: pass writable attrs mask to nfsd4_decode_fattr | Benny Halevy | 2009-04-04 | 1 | -6/+15 |
| * | nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versions | Benny Halevy | 2009-04-04 | 3 | -4/+48 |
| * | nfsd41: add OPEN4_SHARE_ACCESS_WANT nfs4_stateid bmap | Andy Adamson | 2009-04-04 | 1 | -1/+2 |
| * | nfsd41: access_valid | Andy Adamson | 2009-04-04 | 2 | -5/+16 |
| * | nfsd41: clientid handling | Andy Adamson | 2009-04-04 | 3 | -6/+29 |
| * | nfsd41: check encode size for sessions maxresponse cached | Andy Adamson | 2009-04-04 | 1 | -0/+51 |
| * | nfsd41: stateid handling | Andy Adamson | 2009-04-04 | 3 | -10/+44 |
| * | nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_op | Benny Halevy | 2009-04-04 | 2 | -14/+18 |
| * | nfsd41: destroy_session operation | Benny Halevy | 2009-04-04 | 2 | -3/+33 |
| * | nfsd41: non-page DRC for solo sequence responses | Andy Adamson | 2009-04-04 | 3 | -10/+76 |
| * | nfsd41: Add a create session replay cache | Andy Adamson | 2009-04-04 | 1 | -12/+27 |
| * | nfsd41: create_session operation | Andy Adamson | 2009-04-04 | 2 | -4/+332 |
| * | nfsd41: clear DRC cache on free_session | Andy Adamson | 2009-04-04 | 1 | -0/+7 |
| * | nfsd41: nfsd DRC logic | Andy Adamson | 2009-04-04 | 3 | -0/+24 |
| * | nfsd41: hard page limit for DRC | Andy Adamson | 2009-04-04 | 1 | -0/+23 |
| * | nfsd41: DRC save, restore, and clear functions | Andy Adamson | 2009-04-04 | 2 | -0/+146 |
| * | nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules for minorversion !... | Andy Adamson | 2009-04-04 | 2 | -8/+36 |
| * | nfsd41: sequence operation | Benny Halevy | 2009-04-04 | 2 | -5/+101 |
| * | nfsd41: match clientid establishment method | Andy Adamson | 2009-04-04 | 2 | -12/+33 |
| * | nfsd41: exchange_id operation | Andy Adamson | 2009-04-04 | 2 | -5/+284 |
| * | nfsd41: proc stubs | Andy Adamson | 2009-04-04 | 2 | -0/+54 |
| * | nfsd41: xdr infrastructure | Andy Adamson | 2009-04-04 | 1 | -0/+148 |
| * | nfsd41: sessionid hashing | Marc Eshel | 2009-04-04 | 1 | -1/+54 |
| * | nfsd41: release_session when client is expired | Marc Eshel | 2009-04-04 | 1 | -0/+6 |
| * | nfsd41: introduce nfs4_client cl_sessions list | Marc Eshel | 2009-04-04 | 1 | -0/+1 |
| * | nfsd41: sessions basic data types | Andy Adamson | 2009-04-04 | 1 | -0/+18 |
| * | nfsd: don't use the deferral service, return NFS4ERR_DELAY | Andy Adamson | 2009-04-04 | 1 | -0/+8 |
| * | nfsd: remove nfsd4_ops array size | Benny Halevy | 2009-03-30 | 1 | -1/+1 |
| * | nfsd: embed nfsd4_current_state in nfsd4_compoundres | Andy Adamson | 2009-03-29 | 1 | -31/+9 |
| * | Inconsistent setattr behaviour | Sachin S. Prabhu | 2009-03-18 | 1 | -2/+3 |
| * | nfsd4: don't check ip address in setclientid | J. Bruce Fields | 2009-03-18 | 1 | -4/+3 |
| * | knfsd: add file to export stats about nfsd pools | Greg Banks | 2009-03-18 | 2 | -0/+19 |
| * | knfsd: remove the nfsd thread busy histogram | Greg Banks | 2009-03-18 | 1 | -28/+0 |
| * | nfsd4: remove redundant check from nfsd4_open | J. Bruce Fields | 2009-03-18 | 1 | -4/+0 |
| * | nfsd4: don't do lookup within readdir in recovery code | J. Bruce Fields | 2009-03-18 | 1 | -40/+31 |
| * | nfsd4: support putpubfh operation | J. Bruce Fields | 2009-03-18 | 2 | -2/+2 |
| * | Short write in nfsd becomes a full write to the client | David Shaw | 2009-03-18 | 4 | -11/+17 |
| * | NFSD: return nfsv4 error code nfserr_notsupp rather than nfsv[23]'s nfserr_op... | Benny Halevy | 2009-03-18 | 1 | -1/+1 |