Searched hist:"4 edb83bb1041e2f946ce36ea93f6bcd06d984bf4" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/overlayfs/ |
H A D | readdir.c | diff 4edb83bb1041e2f946ce36ea93f6bcd06d984bf4 Thu Jul 27 21:54:06 CEST 2017 Miklos Szeredi <mszeredi@redhat.com> ovl: constant d_ino for non-merge dirs
Impure directories are ones which contain objects with origins (i.e. those that have been copied up). These are relevant to readdir operation only because of the d_ino field, no other transformation is necessary. Also a directory can become impure between two getdents(2) calls.
This patch creates a cache for impure directories. Unlike the cache for merged directories, this one only contains entries with origin and is not refcounted but has a its lifetime tied to that of the dentry.
Similarly to the merged cache, the impure cache is invalidated based on a version number. This version number is incremented when an entry with origin is added or removed from the directory.
If the cache is empty, then the impure xattr is removed from the directory.
This patch also fixes up handling of d_ino for the ".." entry if the parent directory is merged.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | dir.c | diff 4edb83bb1041e2f946ce36ea93f6bcd06d984bf4 Thu Jul 27 21:54:06 CEST 2017 Miklos Szeredi <mszeredi@redhat.com> ovl: constant d_ino for non-merge dirs
Impure directories are ones which contain objects with origins (i.e. those that have been copied up). These are relevant to readdir operation only because of the d_ino field, no other transformation is necessary. Also a directory can become impure between two getdents(2) calls.
This patch creates a cache for impure directories. Unlike the cache for merged directories, this one only contains entries with origin and is not refcounted but has a its lifetime tied to that of the dentry.
Similarly to the merged cache, the impure cache is invalidated based on a version number. This version number is incremented when an entry with origin is added or removed from the directory.
If the cache is empty, then the impure xattr is removed from the directory.
This patch also fixes up handling of d_ino for the ".." entry if the parent directory is merged.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|
H A D | super.c | diff 4edb83bb1041e2f946ce36ea93f6bcd06d984bf4 Thu Jul 27 21:54:06 CEST 2017 Miklos Szeredi <mszeredi@redhat.com> ovl: constant d_ino for non-merge dirs
Impure directories are ones which contain objects with origins (i.e. those that have been copied up). These are relevant to readdir operation only because of the d_ino field, no other transformation is necessary. Also a directory can become impure between two getdents(2) calls.
This patch creates a cache for impure directories. Unlike the cache for merged directories, this one only contains entries with origin and is not refcounted but has a its lifetime tied to that of the dentry.
Similarly to the merged cache, the impure cache is invalidated based on a version number. This version number is incremented when an entry with origin is added or removed from the directory.
If the cache is empty, then the impure xattr is removed from the directory.
This patch also fixes up handling of d_ino for the ".." entry if the parent directory is merged.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|