]> git.baikalelectronics.ru Git - kernel.git/commit
exportfs: support idmapped mounts
authorChristian Brauner <brauner@kernel.org>
Mon, 4 Apr 2022 10:51:41 +0000 (12:51 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 28 Apr 2022 14:31:10 +0000 (16:31 +0200)
commitac2c60cb203409ed8c31060a8ed0b07ae1c93fb8
tree1f8d5603ad3d1e1ba0512e3bcac8a0320eeb59b4
parent4ac9ecf9fc27eeb1612208860c67c0e9ea61509b
exportfs: support idmapped mounts

Make the two locations where exportfs helpers check permission to lookup
a given inode idmapped mount aware by switching it to the lookup_one()
helper. This is a bugfix for the open_by_handle_at() system call which
doesn't take idmapped mounts into account currently. It's not tied to a
specific commit so we'll just Cc stable.

In addition this is required to support idmapped base layers in overlay.
The overlay filesystem uses exportfs to encode and decode file handles
for its index=on mount option and when nfs_export=on.

Cc: <stable@vger.kernel.org>
Cc: <linux-fsdevel@vger.kernel.org>
Tested-by: Giuseppe Scrivano <gscrivan@redhat.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/exportfs/expfs.c