aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsfh.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-21/+18
* nfsd4: allow fh_verify caller to skip pseudoflavor checksJ. Bruce Fields2011-04-111-1/+1
* nfsd: fix "insecure" export optionJ. Bruce Fields2009-12-201-1/+1
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson2009-12-151-0/+34
* nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields2009-12-141-1/+3
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-1/+1
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-9/+0
* nfsd: simplify fh_verify access checksJ. Bruce Fields2009-11-251-29/+21
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* nfsd4: filehandle leak or error exit from fh_compose()J. Bruce Fields2009-09-041-1/+3
* nfsd: move fsid_type choice out of fh_composeJ. Bruce Fields2009-09-021-36/+41
* nfsd: move some of fh_compose into helper functionsJ. Bruce Fields2009-09-021-38/+45
* knfsd: remove unreported filehandle stats countersGreg Banks2009-05-271-6/+0
* NFSD: FIDs need to take precedence over UUIDsSteve Dickson2009-01-071-3/+3
* nfsd: update fh_verify descriptionJ. Bruce Fields2009-01-061-6/+24
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-3/+8
* CRED: Separate task security context from task_structDavid Howells2008-11-141-3/+3
* nfsd: permit unauthenticated stat of export rootJ. Bruce Fields2008-09-291-10/+20
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* nfsd: fix spurious EACCESS in reconnect_path()Neil Brown2008-06-301-3/+26
* nfsd: rename MAY_ flagsMiklos Szeredi2008-06-231-1/+1
* nfsd: move most of fh_verify to separate functionJ. Bruce Fields2008-04-231-105/+123
* nfsd: fix oops on access from high-numbered portsJ. Bruce Fields2008-03-141-2/+2
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-1/+1
* Use struct path in struct svc_exportJan Blunck2008-02-141-13/+13
* nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields2008-02-011-0/+1
* nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields2007-11-121-17/+26
* exportfs: add fid typeChristoph Hellwig2007-10-221-36/+31
* knfsd: Validate filehandle type in fsid_sourceNeil Brown2007-09-101-5/+15
* knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exportsJ. Bruce Fields2007-07-171-4/+10
* knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields2007-07-171-1/+1
* knfsd: nfsd4: return nfserr_wrongsecAndy Adamson2007-07-171-0/+6
* knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields2007-07-171-2/+0
* knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields2007-07-171-3/+2
* knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields2007-07-171-6/+5
* knfsd: exportfs: add procedural interface for NFSDChristoph Hellwig2007-07-171-13/+5
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma...NeilBrown2007-05-091-6/+50
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] include of asm/pgtable.h in nfsfh is bogusAl Viro2007-03-141-1/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] knfsd: add some new fsid typesNeilBrown2007-02-141-42/+46
* [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a fileha...NeilBrown2007-02-141-64/+60
* [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-121-3/+4
* [PATCH] endianness bug: ntohl() misspelled as >> 24 in fh_verify().Al Viro2007-02-011-1/+1
* [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown2007-01-301-8/+6
* [PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields2006-12-131-2/+4
* [PATCH] nfsfh simple endianness annotationsAl Viro2006-10-201-5/+5
* [PATCH] knfsd: Fix stale file handle problem with subtree_checking.NeilBrown2006-07-311-7/+13