aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-3/+1
2019-09-10nfsd: Support the server resetting the boot verifierTrond Myklebust1-4/+9
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-10/+11
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou1-2/+9
2019-03-08nfsd: allow nfsv3 readdir request to be larger.NeilBrown1-1/+3
2019-03-05nfsd: fix memory corruption caused by readdirNeilBrown1-0/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-5/+9
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-39/+12
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-12/+4
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein1-1/+30
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+6
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields1-1/+1
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields1-17/+6
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields1-17/+6
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-31/+43
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-31/+43
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-8/+8
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-6/+17
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields1-0/+4
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields1-4/+5
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown1-1/+1
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton1-2/+2
2015-05-07nfsd: stop READDIRPLUS returning inconsistent attributesNeilBrown1-5/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-22/+8
2014-05-22nfsd: Remove assignments inside conditionsBenoit Taine1-9/+18
2014-01-23nfsd: fix encode_entryplus_baggage stack usageJ. Bruce Fields1-6/+6
2013-12-10nfsd: don't return high mode bitsAlbert Fluegel1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2013-02-26switch vfs_getattr() to struct pathAl Viro1-5/+5
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman1-2/+2
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-17/+16
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky1-4/+10
2012-04-13nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-05-18nfsd: make local functions staticDaniel Mack1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown1-2/+4
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+1
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-11/+0
2009-11-14Fix memory corruption caused by nfsd readdir+Petr Vandrovec1-1/+1
2009-09-04nfsd: fix leak on error in nfsv3 readdirJ. Bruce Fields1-2/+3
2009-09-04nfsd: clean up readdirplus encodingJ. Bruce Fields1-38/+34