summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2018-08-03ovl: Sync upper dirty data when syncing overlayfsChengguang Xu
2018-02-22ovl: hash directory inodes for fsnotifyAmir Goldstein
2017-10-19ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi
2017-09-04vfs: add flags to d_real()Miklos Szeredi
2017-09-04ovl: cleanup d_real for negativeMiklos Szeredi
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-13ovl: remove unneeded check for IS_ERR()Amir Goldstein
2017-07-13ovl: fix random return value on mountAmir Goldstein
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir 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-07-04ovl: allocate an ovl_inode structAmir Goldstein
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein
2017-04-20ovl: check IS_APPEND() on real upper inodeAmir Goldstein
2017-04-20ovl: Use designated initializersKees Cook
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: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov
2017-02-07ovl: properly implement sync_filesystem()Amir Goldstein
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein
2016-12-16ovl: fix return value of ovl_fill_superGeliang Tang
2016-12-16ovl: clean up kstat usageAl Viro
2016-12-16ovl: show redirect_dir mount optionAmir Goldstein
2016-12-16ovl: allow redirect_dir to default to "on"Miklos Szeredi
2016-12-16ovl: redirect on rename-dirMiklos Szeredi
2016-12-16ovl: lookup redirectsMiklos Szeredi
2016-12-16ovl: fix nested overlayfs mountAmir Goldstein
2016-12-16ovl: check namelenMiklos Szeredi
2016-12-16ovl: split super.cMiklos Szeredi
2016-12-16ovl: use d_is_dir()Miklos Szeredi