summaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)Author
2018-10-10ovl: fix memory leak on unlink of indexed fileAmir Goldstein
2018-02-22ovl: hash directory inodes for fsnotifyAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein
2017-07-04ovl: implement index dir copy upAmir Goldstein
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04ovl: use i_private only as a keyMiklos Szeredi
2017-07-04ovl: simplify getting inodeMiklos Szeredi
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: handle rename when upper doesn't support xattrAmir Goldstein
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein
2017-05-10Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein
2017-04-20ovl: Use designated initializersKees Cook
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein
2016-12-16ovl: opaque cleanupMiklos Szeredi
2016-12-16ovl: redirect on rename-dirMiklos Szeredi
2016-12-16ovl: split super.cMiklos Szeredi