linux-stable/fs/overlayfs
Amir Goldstein a015dafcaf ovl: use ovl_inode mutex to synchronize concurrent copy up
Use the new ovl_inode mutex to synchonize concurrent copy up
instead of the super block copy up workqueue.

Moving the synchronization object from the overlay dentry to
the overlay inode is needed for synchonizing concurrent copy up
of lower hardlinks to the same upper inode.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2017-07-04 22:03:16 +02:00
..
copy_up.c ovl: move __upperdentry to ovl_inode 2017-07-04 22:03:16 +02:00
dir.c ovl: move __upperdentry to ovl_inode 2017-07-04 22:03:16 +02:00
inode.c ovl: move impure to ovl_inode 2017-07-04 22:03:16 +02:00
Kconfig ovl: select EXPORTFS 2017-05-15 10:53:07 +02:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
namei.c ovl: move impure to ovl_inode 2017-07-04 22:03:16 +02:00
overlayfs.h ovl: move impure to ovl_inode 2017-07-04 22:03:16 +02:00
ovl_entry.h ovl: use ovl_inode mutex to synchronize concurrent copy up 2017-07-04 22:03:16 +02:00
readdir.c ovl: proper cleanup of workdir 2016-09-01 11:11:59 +02:00
super.c ovl: use ovl_inode mutex to synchronize concurrent copy up 2017-07-04 22:03:16 +02:00
util.c ovl: use ovl_inode mutex to synchronize concurrent copy up 2017-07-04 22:03:16 +02:00