| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSD: provide encode routine for OP_OPENATTR | Benny Halevy | 2009-03-17 | 1 | -0/+1 |
* | nfsd: delete wrong file comment from nfsd/nfs4xdr.c | Marc Eshel | 2009-01-07 | 1 | -2/+0 |
* | nfsd: nfs4xdr decode_stateid helper function | Benny Halevy | 2008-09-29 | 1 | -44/+55 |
* | nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateid | Benny Halevy | 2008-09-29 | 1 | -1/+3 |
* | nfsd: don't declare p in ENCODE_SEQID_OP_HEAD | Benny Halevy | 2008-09-29 | 1 | -1/+1 |
* | nfsd: nfs4xdr encode_stateid helper function | Benny Halevy | 2008-09-29 | 1 | -44/+32 |
* | nfsd: fix nfsd4_encode_open buffer space reservation | Benny Halevy | 2008-09-29 | 1 | -1/+1 |
* | nfsd: properly xdr-encode deleg stateid returned from open | Benny Halevy | 2008-09-29 | 1 | -2/+6 |
* | nfsd: nfs4xdr.c do-while is not a compound statement | Harvey Harrison | 2008-07-18 | 1 | -2/+2 |
* | nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.c | J. Bruce Fields | 2008-07-18 | 1 | -74/+74 |
* | nfsd: tabulate nfs4 xdr encoding functions | Benny Halevy | 2008-07-04 | 1 | -114/+91 |
* | nfsd: nfs4 minorversion decoder vectors | Benny Halevy | 2008-07-02 | 1 | -3/+14 |
* | nfsd: unsupported nfs4 ops should fail with nfserr_opnotsupp | Benny Halevy | 2008-07-02 | 1 | -0/+9 |
* | nfsd: tabulate nfs4 xdr decoding functions | Benny Halevy | 2008-07-02 | 1 | -105/+48 |
* | nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0 | Benny Halevy | 2008-07-02 | 1 | -7/+3 |
* | nfsd: make nfs4xdr WRITEMEM safe against zero count | Benny Halevy | 2008-06-23 | 1 | -1/+1 |
* | nfsd: don't allow setting ctime over v4 | J. Bruce Fields | 2008-04-25 | 1 | -14/+0 |
* | nfsd: clarify readdir/mountpoint-crossing code | J. Bruce Fields | 2008-04-23 | 1 | -3/+10 |
* | Use struct path in struct svc_export | Jan Blunck | 2008-02-15 | 1 | -6/+6 |
* | nfsd: Allow AIX client to read dir containing mountpoints | Frank Filz | 2008-02-01 | 1 | -5/+22 |
* | nfsd: Fix handling of negative lengths in read_buf() | J. Bruce Fields | 2008-02-01 | 1 | -2/+7 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-10-15 | 1 | -6/+10 |
|\ |
|
| * | NFSD: Convert printk's to dprintk's in NFSD's nfs4xdr | Chuck Lever | 2007-10-09 | 1 | -6/+10 |
* | | knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAME | J. Bruce Fields | 2007-10-10 | 1 | -2/+3 |
* | | knfsd: 64 bit ino support for NFS server | Peter Staubach | 2007-10-10 | 1 | -9/+8 |
|/ |
|
* | lockd and nfsd endianness annotation fixes | Al Viro | 2007-07-26 | 1 | -1/+1 |
* | knfsd: nfsd4: secinfo handling without secinfo= option | J. Bruce Fields | 2007-07-17 | 1 | -3/+27 |
* | knfsd: nfsd4: implement secinfo | Andy Adamson | 2007-07-17 | 1 | -0/+75 |
* | knfsd: nfsd4: simplify exp_pseudoroot arguments | J. Bruce Fields | 2007-07-17 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] knfsd: nfsd4: fix error return on unsupported acl | J. Bruce Fields | 2007-02-16 | 1 | -1/+1 |
* | [PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savemem | J. Bruce Fields | 2007-02-16 | 1 | -6/+4 |
* | [PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked list | J. Bruce Fields | 2007-02-16 | 1 | -23/+20 |
* | [PATCH] knfsd: add some new fsid types | NeilBrown | 2007-02-14 | 1 | -2/+8 |
* | [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd | NeilBrown | 2007-01-26 | 1 | -2/+3 |
* | [PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdir | J.Bruce Fields | 2006-12-13 | 1 | -9/+5 |
* | [PATCH] nfsd: NFSv4 errno endianness annotations | Al Viro | 2006-10-20 | 1 | -20/+22 |
* | [PATCH] nfsd: nfs4 code returns error values in net-endian | Al Viro | 2006-10-20 | 1 | -75/+75 |
* | [PATCH] xdr annotations: NFSv4 server | Al Viro | 2006-10-20 | 1 | -33/+33 |
* | [PATCH] bug: nfsd/nfs4xdr.c misuse of ERR_PTR() | Al Viro | 2006-10-20 | 1 | -10/+11 |
* | [PATCH] knfsd: nfsd4: actually use all the pieces to implement referrals | J.Bruce Fields | 2006-10-04 | 1 | -6/+45 |
* | [PATCH] knfsd: nfsd4: xdr encoding for fs_locations | J.Bruce Fields | 2006-10-04 | 1 | -0/+125 |
* | [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP | Greg Banks | 2006-10-04 | 1 | -3/+3 |
* | [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom | NeilBrown | 2006-10-04 | 1 | -13/+13 |
* | [PATCH] knfsd: Replace two page lists in struct svc_rqst with one | NeilBrown | 2006-10-04 | 1 | -14/+13 |
* | BUG_ON() conversion in fs/nfsd/ | Eric Sesterhenn | 2006-10-03 | 1 | -2/+1 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -1/+1 |
* | [PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pages | NeilBrown | 2006-04-11 | 1 | -7/+6 |
* | [PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pages | NeilBrown | 2006-04-11 | 1 | -25/+17 |
* | [PATCH] knfsd: nfsd4: better nfs4acl errors | NeilBrown | 2006-04-11 | 1 | -4/+3 |