aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs3xdr.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-5/+9
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersGravatar Chuck Lever 1-39/+12
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersGravatar Chuck Lever 1-12/+4
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesGravatar Amir Goldstein 1-1/+30
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+6
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeGravatar Arnd Bergmann 1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-12nfsd4: factor ctime into change attributeGravatar J. Bruce Fields 1-1/+1
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeGravatar J. Bruce Fields 1-17/+6
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"Gravatar J. Bruce Fields 1-17/+6
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-31/+43
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-31/+43
2017-05-15sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-8/+8
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsGravatar J. Bruce Fields 1-6/+17
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsGravatar J. Bruce Fields 1-0/+4
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupGravatar J. Bruce Fields 1-4/+5
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorGravatar Chuck Lever 1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-01-09nfsd: don't hold i_mutex over userspace upcallsGravatar NeilBrown 1-1/+1
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsGravatar Jeff Layton 1-2/+2
2015-05-07nfsd: stop READDIRPLUS returning inconsistent attributesGravatar NeilBrown 1-5/+7
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-8/+8
2014-06-23NFSD: Using min/max/min_t/max_t for calculateGravatar Kinglong Mee 1-22/+8
2014-05-22nfsd: Remove assignments inside conditionsGravatar Benoit Taine 1-9/+18
2014-01-23nfsd: fix encode_entryplus_baggage stack usageGravatar J. Bruce Fields 1-6/+6
2013-12-10nfsd: don't return high mode bitsGravatar Albert Fluegel 1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2013-02-26switch vfs_getattr() to struct pathGravatar Al Viro 1-5/+5
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsGravatar Eric W. Biederman 1-6/+8
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidGravatar Eric W. Biederman 1-2/+2
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerGravatar J. Bruce Fields 1-17/+16
2012-12-10nfsd: make NFSd service boot time per-netGravatar Stanislav Kinsbursky 1-4/+10
2012-04-13nfsd: fix compose_entry_fh() failure exitsGravatar Al Viro 1-14/+8
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2011-05-18nfsd: make local functions staticGravatar Daniel Mack 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-12-08nfsd: Fix possible BUG_ON firing in set_change_infoGravatar Neil Brown 1-2/+4
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 1-2/+0
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 1-1/+1
2009-12-14nfsd: Source files #include cleanupsGravatar Boaz Harrosh 1-11/+0
2009-11-14Fix memory corruption caused by nfsd readdir+Gravatar Petr Vandrovec 1-1/+1
2009-09-04nfsd: fix leak on error in nfsv3 readdirGravatar J. Bruce Fields 1-2/+3
2009-09-04nfsd: clean up readdirplus encodingGravatar J. Bruce Fields 1-38/+34
2009-04-29nfsd: support ext4 i_versionGravatar J. Bruce Fields 1-0/+1
2008-02-14Use struct path in struct svc_exportGravatar Jan Blunck 1-2/+2
2008-02-01nfsd: fix encode_entryplus_baggage() indentationGravatar J. Bruce Fields 1-5/+5
2008-02-01nfsd: move nfsd/auth.h into fs/nfsdGravatar J. Bruce Fields 1-0/+1
2008-02-01NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargsGravatar Chuck Lever 1-3/+3
2008-02-01NFSD: Use unsigned length argument for decode_filenameGravatar Chuck Lever 1-2/+2