summaryrefslogtreecommitdiff
path: root/fs/nfsd/export.c
AgeCommit message (Expand)Author
2026-06-09Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun
2026-06-01nfsd: add netlink upcall for the nfsd.fh cacheJeff Layton
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton
2026-05-11exportfs,nfsd: rework checking for layout-based block device access supportChristoph Hellwig
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-29NFSD/export: Add sign_fh export optionBenjamin Coddington
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-03-14NFSD: Defer sub-object cleanup in export put callbacksChuck Lever
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-29nfsd: do not allow exporting of special kernel filesystemsAmir Goldstein
2025-12-08nfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-09-21nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew
2025-09-15check_export(): constify path argumentAl Viro
2025-09-15rqst_exp_get_by_name(): constify path argumentAl Viro
2025-07-14nfsd: Change the type of ek_fsidtype from int to u8 and use kstrtou8Su Hui
2025-05-11nfsd: fix access checking for NLM under XPRTSEC policiesOlga Kornievskaia
2025-01-06nfsd: fix UAF when access ex_uuid or ex_statsYang Erkun
2025-01-06nfsd: no need get cache ref when protected by rcuYang Erkun
2024-12-17nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun
2024-11-18nfsd: release svc_expkey/svc_export with rcu_workYang Erkun
2024-11-18nfsd: make sure exp active before svc_export_showYang Erkun
2024-11-18nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár
2024-09-23NFSD: Handle @rqstp == NULL in check_nfsd_access()NeilBrown
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown
2024-09-20nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein
2023-10-16NFSD: Fix frame size warning in svc_export_parse()Chuck Lever
2023-06-21nfsd: remove redundant assignments to variable lenColin Ian King
2023-04-27NFSD: Handle new xprtsec= export optionChuck Lever
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-25nfsd: report per-export statsAmir Goldstein
2021-01-24nfs: do not export idmapped mountsChristian Brauner
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust
2020-03-16nfsd: Add tracepoints for update of the expkey and export cache entriesTrond Myklebust
2020-03-16nfsd: Add tracepoints for exp_find_key() and exp_get_by_name()Trond Myklebust
2019-09-10nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton