summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2025-05-25 12:47:31 +0200
committerChristian Brauner <brauner@kernel.org>2025-05-30 07:30:47 +0200
commit5402c4d4d2000a9baa30c1157c97152ec6383733 (patch)
tree1258d6703e555ae74940f8b28b501afbc262b43f /scripts
parent21fae34a27dd67612b865e377149c7e663a41fa9 (diff)
downloadkernel-5402c4d4d2000a9baa30c1157c97152ec6383733.tar.gz
exportfs: require ->fh_to_parent() to encode connectable file handles
When user requests a connectable file handle explicitly with the AT_HANDLE_CONNECTABLE flag, fail the request if filesystem (e.g. nfs) does not know how to decode a connected non-dir dentry. Fixes: c374196b2b9f ("fs: name_to_handle_at() support for "explicit connectable" file handles") Signed-off-by: Amir Goldstein <amir73il@gmail.com> Link: https://lore.kernel.org/20250525104731.1461704-1-amir73il@gmail.com Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
373d9fa300145c1a03d097f12b6a40fb89'>Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Joerg Roedel 2019-08-09iommu: Remove dev_err() usage after platform_get_irq()Stephen Boyd 2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon 2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon 2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon 2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon 2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon 2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon 2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner 2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada 2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel 2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring 2019-01-11iommu/msm: Reduce indentationJulia Lawall 2018-12-03iommu/msm: Make it explicitly non-modularPaul Gortmaker