summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs3xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Optimise away the previous cookie fieldTrond Myklebust2022-03-021-1/+0
* NFSv4: Ask for a full XDR buffer of readdir goodnessTrond Myklebust2022-03-021-3/+4
* NFS: Return valid errors from nfs2/3_decode_dirent()Trond Myklebust2022-02-281-15/+6
* NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTRTrond Myklebust2022-02-251-0/+1
* NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust2021-10-031-1/+1
* NFSv4: Catch and trace server filehandle encoding errorsTrond Myklebust2021-04-141-2/+2
* NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust2021-04-131-0/+1
* NFS: Correct size calculation for create reply lengthFrank Sorenson2021-03-081-1/+2
* SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-021-13/+16
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-01-151-1/+4
* NFSv3: Clean up timespec encodeTrond Myklebust2019-11-031-8/+4
* NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2019-11-031-1/+1
* NFS: Record task, client ID, and XID in xdr_status trace pointsChuck Lever2019-07-091-1/+1
* NFS: Convert NFSv3 to use the container user namespaceTrond Myklebust2019-04-261-56/+86
* NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-141-5/+5
* SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-141-22/+7
* NFS: Add trace events to report non-zero NFS status codesChuck Lever2019-02-131-0/+7
* NFS: Remove print_overflow_msg()Chuck Lever2019-02-131-116/+47
* NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-301-1/+5
* SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-1/+3
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+6
* NFS: advance nfs_entry cookie only after decoding completes successfullyFrank Sorenson2018-04-101-2/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* NFS: convert flags to boolBenjamin Coddington2017-07-131-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-131-2/+2
* nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig2017-07-131-2/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-131-1/+5
* nfs: fix decoder callback prototypesChristoph Hellwig2017-07-131-21/+34
* nfs: fix encoder callback prototypesChristoph Hellwig2017-07-131-23/+60
* xprtrdma: Fix large NFS SYMLINK callsChuck Lever2015-08-051-0/+1
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-06-021-1/+1
* NFSv3: Use the readdir fileid as the mounted-on-fileidTrond Myklebust2015-03-011-0/+5
* nfs: save server READ/WRITE/COMMIT statusPeng Tao2015-02-031-0/+3
* NFS: Create a common results structure for reads and writesAnna Schumaker2014-05-281-4/+4
* NFS: Create a common argument structure for reads and writesAnna Schumaker2014-05-281-4/+4
* nfs: Convert nfs3xdr to use kuids and kgidsEric W. Biederman2013-02-131-4/+14
* NFS: Remove asserts from the NFS XDR codeTrond Myklebust2012-11-041-4/+3
* NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust2012-06-281-5/+7
* NFSv3: Don't open code stream position calculation in decode_getacl3resokTrond Myklebust2012-06-281-1/+1
* NFS: Let xdr_read_pages() check for buffer overflowsTrond Myklebust2012-06-281-20/+3
* NFSv2/v3: Remove incorrect dprintks from the readdir reply codeTrond Myklebust2012-06-241-8/+2
* NFS: Create an NFS v3 stat_to_errno()Bryan Schumaker2012-05-141-18/+85
* NFSv2/v3: Simulate the change attributeTrond Myklebust2012-05-011-0/+3
* NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman2012-04-271-3/+3
* SUNRPC: constify the rpc_programTrond Myklebust2012-01-311-2/+2
* 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