summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09nfsd: use true and false for boolean valuesGustavo A. R. Silva1-3/+3
2018-03-19nfsd: don't require low ports for gss requestsJ. Bruce Fields1-1/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-05nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields1-4/+10
2016-07-13nfsd: Fix some indent inconsistancyChristophe JAILLET1-1/+1
2016-07-13nfsd: Correct a comment for NFSD_MAY_ defines locationOleg Drokin1-1/+1
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2015-10-13nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton1-4/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-10/+10
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-4/+4
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-1/+1
2014-09-04NFSD: Put export if prepare_creds() failKinglong Mee1-2/+4
2014-06-23nfsd: add appropriate __force directives to filehandle generation codeJeff Layton1-1/+8
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee1-2/+1
2014-05-31SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-3/+2
2014-05-08nfsd: clean up fh_auth usageChristoph Hellwig1-11/+9
2013-10-30nfsd: fh_update should error out in unexpected casesJ. Bruce Fields1-5/+3
2013-10-03nfsd: switch to %p[dD]Al Viro1-15/+13
2012-11-08exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon1-2/+2
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-0/+1
2012-04-12nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky1-1/+1
2012-01-04fs: propagate umode_t, misc bitsAl Viro1-2/+2
2011-08-27nfsd: clean up nfsd_mode_check()J. Bruce Fields1-12/+18
2011-08-27nfsd: open-code special directory-hardlink checkJ. Bruce Fields1-9/+0
2011-04-11nfsd4: allow fh_verify caller to skip pseudoflavor checksJ. Bruce Fields1-1/+1
2009-12-21nfsd: fix "insecure" export optionJ. Bruce Fields1-1/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson1-0/+34
2009-12-15nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields1-1/+3
2009-12-15nfsd: Move private headers to source directoryBoaz Harrosh1-1/+1
2009-12-15nfsd: Source files #include cleanupsBoaz Harrosh1-9/+0
2009-11-26nfsd: simplify fh_verify access checksJ. Bruce Fields1-29/+21
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-09-04nfsd4: filehandle leak or error exit from fh_compose()J. Bruce Fields1-1/+3
2009-09-03nfsd: move fsid_type choice out of fh_composeJ. Bruce Fields1-36/+41
2009-09-03nfsd: move some of fh_compose into helper functionsJ. Bruce Fields1-38/+45
2009-05-27knfsd: remove unreported filehandle stats countersGreg Banks1-6/+0
2009-01-08NFSD: FIDs need to take precedence over UUIDsSteve Dickson1-3/+3
2009-01-06nfsd: update fh_verify descriptionJ. Bruce Fields1-6/+24
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-3/+8
2008-11-14CRED: Separate task security context from task_structDavid Howells1-3/+3
2008-09-30nfsd: permit unauthenticated stat of export rootJ. Bruce Fields1-10/+20
2008-07-27[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-06-30nfsd: fix spurious EACCESS in reconnect_path()Neil Brown1-3/+26
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-1/+1
2008-04-24nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-03-15nfsd: fix oops on access from high-numbered portsJ. Bruce Fields1-2/+2
2008-02-22Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-15Use struct path in struct svc_exportJan Blunck1-13/+13
2008-02-02nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields1-0/+1