commit | d9544c1b0d9e14a66936814dcc8a85861ea1b99f | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Fri Jul 07 11:20:41 2023 +0300 |
committer | Amir Goldstein <amir73il@gmail.com> | Sat Aug 12 19:02:50 2023 +0300 |
tree | b8c8a2f1daee13141cd107888e932902873569d4 | |
parent | b0504bfe1b8acdcfb5ef466581d930835ef3c49e [diff] |
ovl: store persistent uuid/fsid with uuid=on With uuid=on, store a persistent uuid in xattr on the upper dir to give the overlayfs instance a persistent identifier. This also makes f_fsid persistent and more reliable for reporting fid info in fanotify events. uuid=on is not supported on non-upper overlayfs or with upper fs that does not support xattrs. Signed-off-by: Amir Goldstein <amir73il@gmail.com>