summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-03-10nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-10-07nfsd: handle EUCLEANJ. Bruce Fields
2016-10-07nfsd: only WARN once on unmapped errorsJ. Bruce Fields
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-04nfsd: reorganize nfsd_createJ. Bruce Fields
2016-08-04nfsd: remove redundant zero-length check from createJ. Bruce Fields
2015-05-29nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton
2014-07-09nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-07-08nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields
2013-02-26switch vfs_getattr() to struct pathAl Viro
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara
2011-01-04nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields
2011-01-04nfsd4: name->id mapping should fail with BADOWNER not BADNAMEJ. Bruce Fields
2011-01-04nfsd: stop translating EAGAIN to nfserr_dropitJ. Bruce Fields
2011-01-04nfsd: don't drop requests on -ENOMEMJ. Bruce Fields
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields
2009-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields
2009-06-15NFS: kill off complicated macro 'PROC'Yu Zhiguo
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw
2009-01-07nfsd: add etoosmall to nfserrnoDean Hildebrand
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi
2008-06-23knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown
2008-02-14Use struct path in struct svc_exportJan Blunck
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever
2006-10-20[PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesAl Viro
2006-10-20[PATCH] nfsd: nfserrno() endianness annotationsAl Viro
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro