Let's update the list with the last file-systems that added support. You can easily verify this by "git grep FS_ALLOW_IDMAP" on the given Linux version to see that the fs is listed and then checkout the previous Linux version to see that it is not listed, therefore it was added in that version. Signed-off-by: Rodrigo Campos <rodrigo@xxxxxxxxxxx> --- I've took the liberty of adding hugetlbfs that was merged in Linux 6.9-rc1 but there is still no final release of 6.9. Please feel free to drop that if you prefer to wait for the final release to include it. Best, Rodrigo --- man2/mount_setattr.2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2 index 3b70dcd97..f4bbc088b 100644 --- a/man2/mount_setattr.2 +++ b/man2/mount_setattr.2 @@ -667,6 +667,18 @@ Currently, the following filesystems support ID-mapped mounts: .IP \[bu] .B overlayfs (ID-mapped lower and upper layers supported since Linux 5.19) +.IP \[bu] +.B squashfs +(since Linux 6.2) +.IP \[bu] +.B tmpfs +(since Linux 6.3) +.IP \[bu] +.B cephfs +(since Linux 6.7) +.IP \[bu] +.B hugetlbfs +(since Linux 6.9) .PD .RE .IP \[bu] -- 2.43.0