aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd/nfsfh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-1/+2
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever1-1/+1
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton1-10/+16
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+5
2023-06-11nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton1-19/+7
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein1-1/+3
2023-05-22exportfs: change connectable argument to bit flagsAmir Goldstein1-2/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-1/+1
2023-01-26nfsd: remove fetch_iversion export operationJeff Layton1-3/+0
2023-01-26nfsd: use the getattr operation to fetch i_versionJeff Layton1-18/+36
2023-01-26nfsd: move nfsd4_change_attribute to nfsfh.cJeff Layton1-0/+27
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2022-10-13nfsd: ensure we always call fh_verify_error tracepointJeff Layton1-1/+1
2022-09-26NFSD: Replace dprintk() call site in fh_verify()Chuck Lever1-7/+1
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown1-2/+1
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown1-0/+19
2022-07-29NFSD: Instrument fh_verify()Chuck Lever1-2/+3
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever1-4/+0
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever1-1/+65
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-9/+4
2021-10-02NFSD: drop support for ancient filehandlesNeilBrown1-109/+51
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamChuck Lever1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+2
2021-01-25nfsd: report per-export statsAmir Goldstein1-2/+2
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+2
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust1-0/+4
2020-12-09nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALETrond Myklebust1-4/+12
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-16nfsd: Add tracing to nfsd_set_fh_dentry()Trond Myklebust1-3/+10
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-04nfsd: 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-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2015-10-12nfsd: 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-03NFSD: 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-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-3/+2
2014-05-08nfsd: clean up fh_auth usageChristoph Hellwig1-11/+9
2013-10-29nfsd: fh_update should error out in unexpected casesJ. Bruce Fields1-5/+3
2013-10-02nfsd: switch to %p[dD]Al Viro1-15/+13
2012-11-07exportfs: add FILEID_INVALID to indicate invalid fid_typeNamjae Jeon1-2/+2