aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-26switch vfs_getattr() to struct pathGravatar Al Viro 1-9/+3
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexGravatar Jan Kara 1-1/+8
2011-01-04nfsd4: return nfs errno from name_to_id functionsGravatar J. Bruce Fields 1-1/+0
2011-01-04nfsd4: name->id mapping should fail with BADOWNER not BADNAMEGravatar J. Bruce Fields 1-1/+1
2011-01-04nfsd: stop translating EAGAIN to nfserr_dropitGravatar J. Bruce Fields 1-1/+2
2011-01-04nfsd: don't drop requests on -ENOMEMGravatar J. Bruce Fields 1-1/+1
2010-07-30nfsd: minor nfsd read api cleanupGravatar J. Bruce Fields 1-1/+1
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsGravatar Andi Kleen 1-2/+0
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 1-3/+0
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 1-2/+2
2009-12-14nfsd: Source files #include cleanupsGravatar Boaz Harrosh 1-13/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesGravatar J. Bruce Fields 1-0/+1
2009-09-28nfsd4: fix error return when pseudoroot missingGravatar J. Bruce Fields 1-0/+1
2009-06-15NFS: kill off complicated macro 'PROC'Gravatar Yu Zhiguo 1-32/+166
2009-03-18Short write in nfsd becomes a full write to the clientGravatar David Shaw 1-1/+2
2009-01-07nfsd: add etoosmall to nfserrnoGravatar Dean Hildebrand 1-0/+1
2008-09-29nfsd: permit unauthenticated stat of export rootGravatar J. Bruce Fields 1-2/+4
2008-06-23nfsd: rename MAY_ flagsGravatar Miklos Szeredi 1-4/+4
2008-06-23knfsd: nfsd: Handle ERESTARTSYS from syscalls.Gravatar NeilBrown 1-0/+1
2008-02-14Use struct path in struct svc_exportGravatar Jan Blunck 1-3/+3
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorGravatar J. Bruce Fields 1-1/+2
2007-05-09RPC: add wrapper for svc_reserve to account for checksumGravatar Jeff Layton 1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Gravatar Chuck Lever 1-3/+4
2006-10-20[PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesGravatar Al Viro 1-19/+21
2006-10-20[PATCH] nfsd: nfserrno() endianness annotationsGravatar Al Viro 1-4/+3
2006-10-20[PATCH] fix svc_procfunc declarationGravatar Al Viro 1-16/+16
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGravatar Greg Banks 1-3/+3
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromGravatar NeilBrown 1-2/+2
2006-10-04[PATCH] knfsd: nfsd: lockdep annotation fixGravatar NeilBrown 1-1/+1
2006-04-11[PATCH] knfsd: Correct reserved reply space for read requests.Gravatar NeilBrown 1-1/+1
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.Gravatar David Shaw 1-7/+30
2005-06-22[PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping tableGravatar Andreas Gruenbacher 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+605