aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+9
2021-01-25nfsd: report per-export statsAmir Goldstein1-8/+60
2021-01-24nfs: do not export idmapped mountsChristian Brauner1-3/+9
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton1-0/+6
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever1-1/+1
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust1-0/+12
2020-03-16nfsd: Add tracepoints for update of the expkey and export cache entriesTrond Myklebust1-9/+15
2020-03-16nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()Trond Myklebust1-2/+7
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust1-1/+1
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton1-0/+13
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-8/+10
2018-10-29knfsd: Allow lockless lookups of the exportsTrond Myklebust1-7/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2017-11-27NFSD: make cache_detail structures constBhumika Goyal1-2/+2
2017-11-27nfsd: remove net pointer from debug messagesVasily Averin1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-05nfsd: namespace-prefix uuid_parseChristoph Hellwig1-2/+2
2017-01-31nfsd: opt in to labeled nfs per exportJ. Bruce Fields1-0/+1
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton1-2/+2
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-0/+10
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-70/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-03nfsd: add NFSEXP_PNFS to the exflags arrayChristoph Hellwig1-0/+1
2015-03-31NFSD: Using path_equal() for checking two pathsKinglong Mee1-2/+1
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+8
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar1-0/+1
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee1-1/+1
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee1-2/+2
2014-05-30NFSD: Error out when getting more than one fsloc/secinfo/uuidKinglong Mee1-0/+12
2014-05-30NFSD: Using type of uint32_t for ex_nflavors instead of intKinglong Mee1-3/+4
2014-05-30NFSD: Add missing comment of "expiry" in expkey_parse()Kinglong Mee1-1/+1
2014-05-30NFSD: Remove typedef of svc_client and svc_export in export.cKinglong Mee1-11/+8
2014-05-30NFSD: Cleanup unneeded including net/ipv6.hKinglong Mee1-2/+0
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee1-3/+3
2014-05-30NFSD: Helper function for parsing uuidKinglong Mee1-12/+20
2014-05-30NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free()Kinglong Mee1-3/+9
2013-10-29nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields1-0/+9
2013-10-29nfsd: return better errors to exportfsJ. Bruce Fields1-4/+11
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-12/+4
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky1-12/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-2/+4
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman1-8/+14
2013-02-04nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton1-0/+1
2013-01-29nfsd: Fix memleak in svc_export_putmajianpeng1-0/+1
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky1-2/+2
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-3/+3
2012-05-31nfsd4: fix missing "static"J. Bruce Fields1-1/+1