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