aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs2xdr.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30NFS: Guard against READDIR loop when entry names exceed MAXNAMELENGravatar Benjamin Coddington 1-1/+1
2022-03-02NFS: Optimise away the previous cookie fieldGravatar Trond Myklebust 1-1/+0
2022-02-28NFS: Return valid errors from nfs2/3_decode_dirent()Gravatar Trond Myklebust 1-1/+1
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Gravatar Trond Myklebust 1-9/+10
2020-01-15nfs: remove timespec from xdr_encode_nfstimeGravatar Arnd Bergmann 1-6/+6
2019-11-03NFSv2: Clean up timespec encodeGravatar Trond Myklebust 1-12/+7
2019-11-03NFSv2: Fix a typo in encode_sattr()Gravatar Trond Myklebust 1-1/+1
2019-11-03NFS: Convert struct nfs_fattr to use struct timespec64Gravatar Trond Myklebust 1-1/+1
2019-07-09NFS: Record task, client ID, and XID in xdr_status trace pointsGravatar Chuck Lever 1-1/+1
2019-04-26NFS: Convert NFSv2 to use the container user namespaceGravatar Trond Myklebust 1-19/+39
2019-02-14NFS: Account for XDR pad of buf->pagesGravatar Chuck Lever 1-3/+3
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Gravatar Chuck Lever 1-21/+6
2019-02-13NFS: Add trace events to report non-zero NFS status codesGravatar Chuck Lever 1-0/+7
2019-02-13NFS: Remove print_overflow_msg()Gravatar Chuck Lever 1-60/+24
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-10/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-13NFS: convert flags to boolGravatar Benjamin Coddington 1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-1/+3
2017-07-13nfs: fix decoder callback prototypesGravatar Christoph Hellwig 1-6/+9
2017-07-13nfs: fix encoder callback prototypesGravatar Christoph Hellwig 1-13/+36
2015-02-03nfs: save server READ/WRITE/COMMIT statusGravatar Peng Tao 1-3/+7
2014-05-28NFS: Create a common results structure for reads and writesGravatar Anna Schumaker 1-3/+3
2014-05-28NFS: Create a common argument structure for reads and writesGravatar Anna Schumaker 1-4/+4
2013-02-13nfs: Convert nfs2xdr to use kuids and kgidsGravatar Eric W. Biederman 1-4/+15
2012-11-04NFS: Remove asserts from the NFS XDR codeGravatar Trond Myklebust 1-3/+1
2012-06-28NFS: Let xdr_read_pages() check for buffer overflowsGravatar Trond Myklebust 1-19/+3
2012-06-24NFSv2/v3: Remove incorrect dprintks from the readdir reply codeGravatar Trond Myklebust 1-8/+2
2012-05-14NFS: Create an NFS v3 stat_to_errno()Gravatar Bryan Schumaker 1-1/+2
2012-05-01NFSv2/v3: Simulate the change attributeGravatar Trond Myklebust 1-0/+2
2012-01-31SUNRPC: constify the rpc_programGravatar Trond Myklebust 1-1/+1
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Gravatar Trond Myklebust 1-5/+0
2011-01-10NFS: Don't use vm_map_ram() in readdirGravatar Trond Myklebust 1-6/+0
2010-12-16SUNRPC: New xdr_streams XDR decoder APIGravatar Chuck Lever 1-44/+24
2010-12-16SUNRPC: New xdr_streams XDR encoder APIGravatar Chuck Lever 1-91/+56
2010-12-16NFS: Simplify ->decode_dirent() calling sequenceGravatar Chuck Lever 1-9/+9
2010-12-16NFS: Repair whitespace damage in NFS PROC macroGravatar Chuck Lever 1-15/+15
2010-12-16NFS: Move and update xdr_decode_foo() functions that we're keepingGravatar Chuck Lever 1-41/+56
2010-12-16NFS: Replace old NFSv2 decoder functions with xdr_stream-based onesGravatar Chuck Lever 1-249/+4
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Gravatar Chuck Lever 1-8/+556
2010-12-16NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argumentGravatar Chuck Lever 1-8/+10
2010-12-16NFS: Update xdr_encode_foo() functions that we're keepingGravatar Chuck Lever 1-26/+33
2010-12-16NFS: Remove old NFSv2 encoder functionsGravatar Chuck Lever 1-245/+4
2010-12-16NFS: Introduce new-style XDR encoding functions for NFSv2Gravatar Chuck Lever 1-3/+403
2010-11-22NFS: Ensure we return the dirent->d_type when it is knownGravatar Trond Myklebust 1-0/+2
2010-11-22NFS: Buffer overflow in ->decode_dirent() should not be fatalGravatar Trond Myklebust 1-1/+1
2010-11-15NFS: readdir shouldn't read beyond the reply returned by the serverGravatar Trond Myklebust 1-2/+2
2010-10-23NFS: Readdir plus in v4Gravatar Bryan Schumaker 1-1/+1
2010-10-23NFS: remove page size checking codeGravatar Bryan Schumaker 1-54/+0
2010-10-23NFS: decode_dirent should use an xdr_streamGravatar Bryan Schumaker 1-4/+35