aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang1-6/+10
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+1
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-2/+1
2023-10-16NFSD: Fix frame size warning in svc_export_parse()Chuck Lever1-9/+23
2023-06-21nfsd: remove redundant assignments to variable lenColin Ian King1-7/+5
2023-04-27NFSD: Handle new xprtsec= export optionChuck Lever1-3/+48
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown1-7/+6
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/kerne...Linus 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/vir...Linus 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
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-11/+17
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky1-15/+32
2012-04-12nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky1-15/+22
2012-04-11nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky1-10/+10
2012-04-11nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky1-16/+16
2012-04-11nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky1-0/+3
2012-04-11nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky1-7/+11
2012-04-11nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky1-1/+1
2012-04-11nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky1-5/+5
2012-04-11nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky1-1/+1
2012-02-03nfsd: remove some unneeded checksDan Carpenter1-1/+1
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky1-5/+5
2011-12-06nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2011-09-13NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust1-11/+0
2011-09-13NFSD: Cleanup for nfsd4_path()Trond Myklebust1-2/+2
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields1-1/+0
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-418/+0
2011-04-29nfsd4: fix wrongsec handling for PUTFH + op casesJ. Bruce Fields1-6/+0
2011-03-07nfsd: kill unused macro definitionShan Wei1-1/+0
2011-01-13nfsd: don't support msnfs export optionJ. Bruce Fields1-4/+0
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-1/+1
2010-09-26nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields1-11/+29
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown1-3/+19
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown1-6/+3
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-0/+1
2010-04-22nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-16nfsd: factor out hash functions for export caches.NeilBrown1-17/+23
2010-02-08Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields1-9/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields1-0/+1
2009-12-15nfsd: make V4ROOT exports read-onlyJ. Bruce Fields1-4/+11
2009-12-15nfsd: allow exports of symlinksJ. Bruce Fields1-2/+4
2009-12-15nfsd: introduce export flag for v4 pseudorootSteve Dickson1-0/+1
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-15/+0
2009-09-28nfsd4: fix error return when pseudoroot missingJ. Bruce Fields1-4/+18
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust1-0/+2
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-2/+12
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds1-9/+4
2009-06-11switch rqst_exp_parent()Al Viro1-15/+10
2009-06-11switch rqst_exp_get_by_name()Al Viro1-9/+6
2009-06-11switch exp_parent() to struct pathAl Viro1-16/+12
2009-06-11nfsd struct path use: exp_get_by_name()Al Viro1-20/+18
2009-04-23rpcgss: remove redundant test on unsignedRoel Kluin1-9/+4
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-67/+58
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro1-25/+23
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro1-42/+35
2008-10-22nfsd: clean up expkey_parse error casesJ. Bruce Fields1-14/+11
2008-10-22nfsd: Drop reference in expkey_parse error casesKrishna Kumar1-2/+6
2008-07-30fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall1-3/+3
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon1-3/+6
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-2/+2
2008-02-14Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-14Use struct path in struct svc_exportJan Blunck1-35/+32
2008-02-14Introduce path_put()Jan Blunck1-5/+5
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-17/+18
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-02-01knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields1-2/+0
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields1-3/+9
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields1-4/+2
2007-10-22exportfs: remove old methodsChristoph Hellwig1-5/+3
2007-10-16fs/nfsd/export.c: make 3 functions staticAdrian Bunk1-9/+8
2007-07-31knfsd: eliminate unnecessary -ENOENT returns on export downcallsJ. Bruce Fields1-2/+3
2007-07-21knfsd: fix typo in export display, print uid and gid as unsignedJ. Bruce Fields1-2/+2
2007-07-19nfsd: return errors, not NULL, from export functionsJ. Bruce Fields1-4/+4
2007-07-17knfsd: nfsd: display export secinfo informationJ. Bruce Fields1-0/+29
2007-07-17knfsd: nfsd: factor out code from show_expflagsJ. Bruce Fields1-8/+15
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson1-0/+26
2007-07-17knfsd: nfsd: use ip-address-based domain in secinfo caseJ. Bruce Fields1-9/+67
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields1-4/+11
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields1-1/+27
2007-07-17knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields1-3/+2
2007-07-17knfsd: nfsd4: parse secinfo information in exports downcallAndy Adamson1-2/+54
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields1-35/+23
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-05-09knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown1-7/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown1-37/+69
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown1-1/+0
2006-12-13[PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown1-3/+9
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields1-3/+8
2006-12-13[PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields1-4/+2
2006-12-13[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields1-0/+4
2006-10-20[PATCH] nfsd: misc endianness annotationsAl Viro1-2/+2
2006-10-04[PATCH] knfsd: nfsd4: fslocations data structuresManoj Naik1-4/+114
2006-10-04[PATCH] knfsd: nfsd: store export path in exportJ.Bruce Fields1-0/+10
2006-10-04[PATCH] knfsd: nfsd4: clean up exp_pseudorootJ.Bruce Fields1-7/+4
2006-10-04[PATCH] knfsd: nfsd4: refactor exp_pseudorootJ.Bruce Fields1-9/+3
2006-10-02[PATCH] nfsd: add lock annotations to e_start and e_stopJosh Triplett1-0/+2
2006-10-02[PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1Greg Banks1-3/+3
2006-10-02[PATCH] knfsd: remove an unused variable from e_show()Greg Banks1-2/+0
2006-10-02[PATCH] knfsd: add some missing newlines in printksGreg Banks1-1/+1
2006-06-30[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3Frank Filz1-1/+1
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown1-1/+3
2006-04-11[PATCH] knfsd: nfsd: oops exporting nonexistent directoryNeilBrown1-1/+2
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk1-5/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown1-27/+24
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_expkey cacheNeilBrown1-37/+99
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_exportNeilBrown1-37/+88
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown1-2/+2
2006-03-27[PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportNeilBrown1-20/+40
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown1-3/+2
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-4/+2
2005-09-07[PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1200