aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust1-7/+2
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou1-2/+15
2019-03-08nfsd: allow nfsv3 readdir request to be larger.NeilBrown1-1/+1
2019-03-05nfsd: fix memory corruption caused by readdirNeilBrown1-2/+14
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-0/+2
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-1/+2
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-0/+10
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-2/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-7/+7
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+2
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-22/+22
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-21/+21
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-18/+18
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-65/+86
2017-05-15nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig1-12/+0
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee1-5/+3
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington1-3/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar1-0/+8
2014-08-17nfsd3: Check write permission after checking existenceRoss Lagerwall1-5/+0
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-2/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields1-1/+1
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-5/+1
2013-02-26switch vfs_getattr() to struct pathAl Viro1-4/+1
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-3/+3
2012-08-20nfsd: do_nfsd_create verf argument is a u32J. Bruce Fields1-1/+1
2011-04-29nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong1-1/+1
2010-12-17nfsd: fix offset printk's in nfsd3 read/writeJ. Bruce Fields1-4/+4
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields1-1/+1
2010-07-07NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIRChuck Lever1-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-2/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-13/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-06-15NFS: kill off complicated macro 'PROC'Yu Zhiguo1-24/+213
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw1-2/+3
2009-03-18NFSD: cleanup for nfs3proc.cQinghuang Feng1-2/+3
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields1-3/+5
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-4/+4
2008-02-14Use struct path in struct svc_exportJan Blunck1-1/+1
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton1-1/+1
2006-11-08[PATCH] nfsd4: fix open-create permissionsJ. Bruce Fields1-1/+1
2006-10-20[PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesAl Viro1-21/+25
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro1-22/+22
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-6/+8
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-2/+2