aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton1-0/+1
2014-07-09nfsd: add a nfserrno mapping for -E2BIG to nfserr_fbigJeff Layton1-1/+2
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-3/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields1-1/+1
2014-07-08nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields1-1/+4
2013-02-26switch vfs_getattr() to struct pathAl Viro1-9/+3
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-1/+8
2011-01-04nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields1-1/+0
2011-01-04nfsd4: name->id mapping should fail with BADOWNER not BADNAMEJ. Bruce Fields1-1/+1
2011-01-04nfsd: stop translating EAGAIN to nfserr_dropitJ. Bruce Fields1-1/+2
2011-01-04nfsd: don't drop requests on -ENOMEMJ. Bruce Fields1-1/+1
2010-07-30nfsd: minor nfsd read api cleanupJ. Bruce Fields1-1/+1
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen1-2/+0
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-3/+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-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields1-0/+1
2009-06-15NFS: kill off complicated macro 'PROC'Yu Zhiguo1-32/+166
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw1-1/+2
2009-01-07nfsd: add etoosmall to nfserrnoDean Hildebrand1-0/+1
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields1-2/+4
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-4/+4
2008-06-23knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown1-0/+1
2008-02-14Use struct path in struct svc_exportJan Blunck1-3/+3
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields1-1/+2
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever1-3/+4
2006-10-20[PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesAl Viro1-19/+21
2006-10-20[PATCH] nfsd: nfserrno() endianness annotationsAl Viro1-4/+3
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro1-16/+16
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-3/+3
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-2/+2
2006-10-04[PATCH] knfsd: nfsd: lockdep annotation fixNeilBrown1-1/+1
2006-04-11[PATCH] knfsd: Correct reserved reply space for read requests.NeilBrown1-1/+1
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw1-7/+30
2005-06-22[PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableAndreas Gruenbacher1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+605