1
0
Fork 0
alistair23-linux/fs/overlayfs
Amir Goldstein adbf4f7ea8 ovl: consistent d_ino for non-samefs with xino
When overlay layers are not all on the same fs, but all inode numbers
of underlying fs do not use the high 'xino' bits, overlay st_ino values
are constant and persistent.

In that case, relax non-samefs constraint for consistent d_ino and always
iterate non-merge dir using ovl_fill_real() actor so we can remap lower
inode numbers to unique lower fs range.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2018-04-12 12:04:50 +02:00
..
Kconfig ovl: update Kconfig texts 2018-03-07 11:47:15 +01:00
Makefile ovl: encode pure upper file handles 2018-01-24 11:25:59 +01:00
copy_up.c ovl: disambiguate ovl_encode_fh() 2018-04-12 12:04:49 +02:00
dir.c ovl: whiteout index when union nlink drops to zero 2018-01-24 11:25:56 +01:00
export.c ovl: consistent i_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
inode.c ovl: consistent i_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
namei.c ovl: consistent i_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
overlayfs.h ovl: consistent i_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
ovl_entry.h ovl: constant st_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
readdir.c ovl: consistent d_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
super.c ovl: constant st_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00
util.c ovl: constant st_ino for non-samefs with xino 2018-04-12 12:04:50 +02:00