summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein2018-02-081-1/+30
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-4/+6
|\
| * nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann2017-11-071-4/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* nfsd4: factor ctime into change attributeJ. Bruce Fields2017-07-121-1/+1
* Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-281-17/+6
|\
| * nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-161-17/+6
* | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-31/+43
* | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-31/+43
* | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-8/+8
|/
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-04-251-6/+17
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-04-251-0/+4
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-04-251-4/+5
* Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-05-241-1/+1
|\
| * svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever2016-05-131-1/+1
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
|/
* nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-091-1/+1
* nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton2015-10-121-2/+2
* nfsd: stop READDIRPLUS returning inconsistent attributesNeilBrown2015-05-071-5/+7
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-22/+8
* nfsd: Remove assignments inside conditionsBenoit Taine2014-05-221-9/+18
* nfsd: fix encode_entryplus_baggage stack usageJ. Bruce Fields2014-01-231-6/+6
* nfsd: don't return high mode bitsAlbert Fluegel2013-12-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+5
|\
| * switch vfs_getattr() to struct pathAl Viro2013-02-261-5/+5
* | nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman2013-02-131-6/+8
* | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman2013-02-131-2/+2
|/
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-17/+16
* nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-101-4/+10
* nfsd: fix compose_entry_fh() failure exitsAl Viro2012-04-131-14/+8
* Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-291-1/+1
|\
| * nfsd: make local functions staticDaniel Mack2011-05-181-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2010-12-081-2/+4
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-1/+1
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-11/+0
* Fix memory corruption caused by nfsd readdir+Petr Vandrovec2009-11-141-1/+1
* nfsd: fix leak on error in nfsv3 readdirJ. Bruce Fields2009-09-041-2/+3
* nfsd: clean up readdirplus encodingJ. Bruce Fields2009-09-041-38/+34
* nfsd: support ext4 i_versionJ. Bruce Fields2009-04-291-0/+1
* Use struct path in struct svc_exportJan Blunck2008-02-141-2/+2
* nfsd: fix encode_entryplus_baggage() indentationJ. Bruce Fields2008-02-011-5/+5
* nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields2008-02-011-0/+1
* NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargsChuck Lever2008-02-011-3/+3
* NFSD: Use unsigned length argument for decode_filenameChuck Lever2008-02-011-2/+2
* knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2008-01-131-1/+4
* knfsd: 64 bit ino support for NFS serverPeter Staubach2007-10-091-32/+27
* knfsd: various nfsd xdr cleanupsNeilBrown2007-05-091-35/+20