summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsproc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Handle full-length symlinksChuck Lever2018-08-091-0/+2
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-1/+2
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-6/+8
* NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-2/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-7/+7
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-0/+2
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-18/+18
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-18/+18
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-7/+7
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-47/+57
* nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-03-101-0/+1
* NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee2017-01-311-5/+2
* NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee2017-01-311-2/+1
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-131-1/+2
|\
| * nfsd: handle EUCLEANJ. Bruce Fields2016-10-071-0/+1
| * nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-071-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-5/+3
|/
* nfsd: reorganize nfsd_createJ. Bruce Fields2016-08-041-2/+2
* nfsd: remove redundant zero-length check from createJ. Bruce Fields2016-08-041-3/+0
* nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2015-05-291-2/+50
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton2014-07-291-0/+1
* nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton2014-07-091-1/+2
* NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee2014-07-081-3/+1
* nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields2014-07-081-1/+1
* nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields2014-07-081-1/+4
* switch vfs_getattr() to struct pathAl Viro2013-02-261-9/+3
* nfsd: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-1/+8
* nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields2011-01-041-1/+0
* nfsd4: name->id mapping should fail with BADOWNER not BADNAMEJ. Bruce Fields2011-01-041-1/+1
* nfsd: stop translating EAGAIN to nfserr_dropitJ. Bruce Fields2011-01-041-1/+2
* nfsd: don't drop requests on -ENOMEMJ. Bruce Fields2011-01-041-1/+1
* nfsd: minor nfsd read api cleanupJ. Bruce Fields2010-07-301-1/+1
* gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen2010-07-291-2/+0
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-3/+0
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-2/+2
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-13/+0
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* nfsd4: fix error return when pseudoroot missingJ. Bruce Fields2009-09-281-0/+1
* NFS: kill off complicated macro 'PROC'Yu Zhiguo2009-06-151-32/+166
* Short write in nfsd becomes a full write to the clientDavid Shaw2009-03-181-1/+2
* nfsd: add etoosmall to nfserrnoDean Hildebrand2009-01-071-0/+1
* nfsd: permit unauthenticated stat of export rootJ. Bruce Fields2008-09-291-2/+4
* nfsd: rename MAY_ flagsMiklos Szeredi2008-06-231-4/+4
* knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown2008-06-231-0/+1
* Use struct path in struct svc_exportJan Blunck2008-02-141-3/+3
* knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields2007-07-171-1/+2
* RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-091-1/+1