OSDN Git Service

ovl: introduce the inodes index dir feature
authorAmir Goldstein <amir73il@gmail.com>
Wed, 21 Jun 2017 12:28:36 +0000 (15:28 +0300)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 4 Jul 2017 20:03:17 +0000 (22:03 +0200)
commit02bcd1577400b0b2eab806ccb9f72d6b5ec7bcca
tree92c54e46aa6ae552eefac194f25d7faccdd00d5c
parent6b8aa129dcbe0e9825109b35c4b967f984e8fb13
ovl: introduce the inodes index dir feature

Create the index dir on mount. The index dir will contain hardlinks to
upper inodes, named after the hex representation of their origin lower
inodes.

The index dir is going to be used to prevent breaking lower hardlinks
on copy up and to implement overlayfs NFS export.

Because the feature is not fully backward compat, enabling the feature
is opt-in by config/module/mount option.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/Kconfig
fs/overlayfs/copy_up.c
fs/overlayfs/overlayfs.h
fs/overlayfs/ovl_entry.h
fs/overlayfs/super.c
fs/overlayfs/util.c