aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs3xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever2011-01-251-1/+4
* Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-101-5/+0
|\
| * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-6/+0
* | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-108/+87
* | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-148/+93
* | NFS: Simplify ->decode_dirent() calling sequenceChuck Lever2010-12-161-14/+14
* | NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever2010-12-161-69/+67
* | NFS: Remove unused old NFSv3 decoder functionsChuck Lever2010-12-161-508/+4
* | NFS: Switch in new NFSv3 decoder functionsChuck Lever2010-12-161-34/+30
* | NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever2010-12-161-79/+1445
* | NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever2010-12-161-56/+55
* | NFS: Remove unused old NFSv3 encoder functionsChuck Lever2010-12-161-324/+4
* | NFS: Replace old NFSv3 encoder functions with xdr_stream-based onesChuck Lever2010-12-161-28/+30
* | NFS: Introduce new-style XDR encoding functions for NFSv3Chuck Lever2010-12-161-3/+830
|/
* NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-221-0/+2
* NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust2010-11-221-1/+1
* NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust2010-11-151-2/+2
* Revalidate caches on lockRicardo Labiaga2010-10-241-1/+2
* NFS: Readdir plus in v4Bryan Schumaker2010-10-231-1/+1
* NFS: remove page size checking codeBryan Schumaker2010-10-231-77/+1
* NFS: decode_dirent should use an xdr_streamBryan Schumaker2010-10-231-6/+87
* SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-211-5/+1
* nfs: standardize the rename response containerJeff Layton2010-09-171-3/+3
* nfs: standardize the rename args containerJeff Layton2010-09-171-5/+5
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-4/+4
* NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust2010-05-141-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-211-1/+2
* NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust2009-03-111-18/+13
* NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust2009-03-111-2/+4
* NFSv3: Fix posix ACL codeTrond Myklebust2009-03-101-21/+13
* nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy2008-04-191-17/+17
* NFS: clean up short packet handling for NFSv3 readdirJeff Layton2008-03-191-9/+28
* NFS: Use unsigned intermediates for manipulating header lengths (NFSv3 XDR)Chuck Lever2008-01-301-12/+15
* SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\2007-10-091-0/+2
* NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.cChuck Lever2007-10-091-11/+12
* NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust2007-07-191-2/+22
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-4/+4
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-301-7/+6
* [PATCH] xdr annotations: NFS readdir entriesAl Viro2006-10-201-2/+2
* [PATCH] xdr annotations: NFSv3Al Viro2006-10-201-57/+57
* NFS: Use cached page as buffer for NFS symlink requestsChuck Lever2006-09-221-2/+5
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-2/+1
* NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust2006-06-091-1/+2
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-251-1/+5
|\
| * SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2006-03-201-1/+5
* | [PATCH] fs: Use ARRAY_SIZE macroTobias Klauser2006-03-241-1/+1
|/
* NFS: Send valid mode bits to the serverTrond Myklebust2006-01-061-1/+1
* NFS: Optimise inode attribute cache updatesTrond Myklebust2005-10-271-1/+0