Searched hist:b07d5cc93e1b28df47a72c519d09d0a836043613 (Results 1 – 5 of 5) sorted by relevance
/linux/fs/overlayfs/ |
H A D | export.c | diff b07d5cc93e1b28df47a72c519d09d0a836043613 Mon Apr 03 10:29:59 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: update of dentry revalidate flags after copy up
After copy up, we may need to update d_flags if upper dentry is on a remote fs and lower dentries are not.
Add helpers to allow incremental update of the revalidate flags.
Fixes: bccece1ead36 ("ovl: allow remote upper") Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | namei.c | diff b07d5cc93e1b28df47a72c519d09d0a836043613 Mon Apr 03 10:29:59 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: update of dentry revalidate flags after copy up
After copy up, we may need to update d_flags if upper dentry is on a remote fs and lower dentries are not.
Add helpers to allow incremental update of the revalidate flags.
Fixes: bccece1ead36 ("ovl: allow remote upper") Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | dir.c | diff b07d5cc93e1b28df47a72c519d09d0a836043613 Mon Apr 03 10:29:59 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: update of dentry revalidate flags after copy up
After copy up, we may need to update d_flags if upper dentry is on a remote fs and lower dentries are not.
Add helpers to allow incremental update of the revalidate flags.
Fixes: bccece1ead36 ("ovl: allow remote upper") Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | copy_up.c | diff b07d5cc93e1b28df47a72c519d09d0a836043613 Mon Apr 03 10:29:59 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: update of dentry revalidate flags after copy up
After copy up, we may need to update d_flags if upper dentry is on a remote fs and lower dentries are not.
Add helpers to allow incremental update of the revalidate flags.
Fixes: bccece1ead36 ("ovl: allow remote upper") Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | super.c | diff b07d5cc93e1b28df47a72c519d09d0a836043613 Mon Apr 03 10:29:59 CEST 2023 Amir Goldstein <amir73il@gmail.com> ovl: update of dentry revalidate flags after copy up
After copy up, we may need to update d_flags if upper dentry is on a remote fs and lower dentries are not.
Add helpers to allow incremental update of the revalidate flags.
Fixes: bccece1ead36 ("ovl: allow remote upper") Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|