aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamGravatar Chuck Lever 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2021-01-25nfsd: report per-export statsGravatar Amir Goldstein 1-2/+2
2021-01-25nfsd: protect concurrent access to nfsd stats countersGravatar Amir Goldstein 1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+2
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicGravatar Trond Myklebust 1-0/+4
2020-12-09nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALEGravatar Trond Myklebust 1-4/+12
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsGravatar Jeff Layton 1-0/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-03-16nfsd: Add tracing to nfsd_set_fh_dentry()Gravatar Trond Myklebust 1-3/+10
2018-08-09nfsd: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-3/+3
2018-03-19nfsd: don't require low ports for gss requestsGravatar J. Bruce Fields 1-1/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-08-04nfsd: check d_can_lookup in fh_verify of directoriesGravatar J. Bruce Fields 1-4/+10
2016-07-13nfsd: Fix some indent inconsistancyGravatar Christophe JAILLET 1-1/+1
2016-07-13nfsd: Correct a comment for NFSD_MAY_ defines locationGravatar Oleg Drokin 1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsGravatar Jeff Layton 1-4/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-10/+10
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-4/+4
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itGravatar Jeff Layton 1-1/+1
2014-09-03NFSD: Put export if prepare_creds() failGravatar Kinglong Mee 1-2/+4
2014-06-23nfsd: add appropriate __force directives to filehandle generation codeGravatar Jeff Layton 1-1/+8
2014-06-23NFSD: Using exp_get for export gettingGravatar Kinglong Mee 1-2/+1
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGGravatar Kinglong Mee 1-3/+2
2014-05-08nfsd: clean up fh_auth usageGravatar Christoph Hellwig 1-11/+9
2013-10-29nfsd: fh_update should error out in unexpected casesGravatar J. Bruce Fields 1-5/+3
2013-10-02nfsd: switch to %p[dD]Gravatar Al Viro 1-15/+13
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeGravatar Namjae Jeon 1-2/+2
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexGravatar Jan Kara 1-0/+1
2012-04-11nfsd: use exp_put() for svc_export_cache putGravatar Stanislav Kinsbursky 1-1/+1
2012-01-03fs: propagate umode_t, misc bitsGravatar Al Viro 1-2/+2
2011-08-26nfsd: clean up nfsd_mode_check()Gravatar J. Bruce Fields 1-12/+18
2011-08-26nfsd: open-code special directory-hardlink checkGravatar J. Bruce Fields 1-9/+0
2011-04-11nfsd4: allow fh_verify caller to skip pseudoflavor checksGravatar J. Bruce Fields 1-1/+1
2009-12-20nfsd: fix "insecure" export optionGravatar J. Bruce Fields 1-1/+1
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 1-2/+0
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseGravatar Steve Dickson 1-0/+34
2009-12-14nfsd: let "insecure" flag vary by pseudoflavorGravatar J. Bruce Fields 1-1/+3
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 1-1/+1
2009-12-14nfsd: Source files #include cleanupsGravatar Boaz Harrosh 1-9/+0
2009-11-25nfsd: simplify fh_verify access checksGravatar J. Bruce Fields 1-29/+21
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesGravatar J. Bruce Fields 1-0/+1
2009-09-04nfsd4: filehandle leak or error exit from fh_compose()Gravatar J. Bruce Fields 1-1/+3
2009-09-02nfsd: move fsid_type choice out of fh_composeGravatar J. Bruce Fields 1-36/+41
2009-09-02nfsd: move some of fh_compose into helper functionsGravatar J. Bruce Fields 1-38/+45
2009-05-27knfsd: remove unreported filehandle stats countersGravatar Greg Banks 1-6/+0
2009-01-07NFSD: FIDs need to take precedence over UUIDsGravatar Steve Dickson 1-3/+3
2009-01-06nfsd: update fh_verify descriptionGravatar J. Bruce Fields 1-6/+24
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-3/+8