aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-19ovl: add NULL check in ovl_alloc_inodeGravatar Hirofumi Nakagawa 1-0/+3
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionGravatar Amir Goldstein 1-8/+19
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-09-05ovl: fix relatime for directoriesGravatar Miklos Szeredi 1-0/+3
2017-09-04vfs: add flags to d_real()Gravatar Miklos Szeredi 1-2/+2
2017-09-04ovl: cleanup d_real for negativeGravatar Miklos Szeredi 1-3/+0
2017-07-27ovl: constant d_ino for non-merge dirsGravatar Miklos Szeredi 1-0/+1
2017-07-20ovl: fix xattr get and set with selinuxGravatar Miklos Szeredi 1-4/+4
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-13ovl: remove unneeded check for IS_ERR()Gravatar Amir Goldstein 1-4/+0
2017-07-13ovl: fix random return value on mountGravatar Amir Goldstein 1-0/+1
2017-07-04ovl: cleanup orphan index entriesGravatar Amir Goldstein 1-1/+1
2017-07-04ovl: add flag for upper in ovl_entryGravatar Miklos Szeredi 1-0/+1
2017-07-04ovl: cleanup bad and stale index entries on mountGravatar Amir Goldstein 1-0/+6
2017-07-04ovl: verify index dir matches upper dirGravatar Amir Goldstein 1-2/+11
2017-07-04ovl: verify upper root dir matches lower root dirGravatar Amir Goldstein 1-0/+8
2017-07-04ovl: introduce the inodes index dir featureGravatar Amir Goldstein 1-2/+64
2017-07-04ovl: generalize ovl_create_workdir()Gravatar Amir Goldstein 1-16/+25
2017-07-04ovl: get exclusive ownership on upper/work dirsGravatar Amir Goldstein 1-3/+26
2017-07-04ovl: move cache and version to ovl_inodeGravatar Miklos Szeredi 1-0/+2
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upGravatar Amir Goldstein 1-1/+2
2017-07-04ovl: move impure to ovl_inodeGravatar Miklos Szeredi 1-1/+3
2017-07-04ovl: move redirect to ovl_inodeGravatar Miklos Szeredi 1-1/+2
2017-07-04ovl: move __upperdentry to ovl_inodeGravatar Miklos Szeredi 1-6/+9
2017-07-04ovl: use i_private only as a keyGravatar Miklos Szeredi 1-0/+3
2017-07-04ovl: simplify getting inodeGravatar Miklos Szeredi 1-4/+1
2017-07-04ovl: allocate an ovl_inode structGravatar Amir Goldstein 1-2/+54
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Gravatar Amir Goldstein 1-1/+4
2017-05-18ovl: check on mount time if upper fs supports setting xattrGravatar Amir Goldstein 1-0/+13
2017-05-05ovl: check if all layers are on the same fsGravatar Amir Goldstein 1-0/+8
2017-04-20ovl: check IS_APPEND() on real upper inodeGravatar Amir Goldstein 1-3/+25
2017-04-20ovl: Use designated initializersGravatar Kees Cook 1-2/+2
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+37
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsGravatar Konstantin Khlebnikov 1-2/+6
2017-02-07ovl: properly implement sync_filesystem()Gravatar Amir Goldstein 1-0/+20
2017-02-07ovl: introduce copy up waitqueueGravatar Amir Goldstein 1-0/+1
2017-02-07ovl: check if upperdir fs supports O_TMPFILEGravatar Amir Goldstein 1-0/+10
2016-12-16ovl: fix return value of ovl_fill_superGravatar Geliang Tang 1-0/+2
2016-12-16ovl: clean up kstat usageGravatar Al Viro 1-5/+4
2016-12-16ovl: show redirect_dir mount optionGravatar Amir Goldstein 1-0/+3
2016-12-16ovl: allow redirect_dir to default to "on"Gravatar Miklos Szeredi 1-0/+5
2016-12-16ovl: redirect on rename-dirGravatar Miklos Szeredi 1-0/+12
2016-12-16ovl: lookup redirectsGravatar Miklos Szeredi 1-0/+1
2016-12-16ovl: fix nested overlayfs mountGravatar Amir Goldstein 1-2/+2
2016-12-16ovl: check namelenGravatar Miklos Szeredi 1-12/+26
2016-12-16ovl: split super.cGravatar Miklos Szeredi 1-528/+1
2016-12-16ovl: use d_is_dir()Gravatar Miklos Szeredi 1-2/+2
2016-12-16ovl: simplify lookupGravatar Miklos Szeredi 1-29/+25
2016-12-16ovl: get rid of PURE typeGravatar Miklos Szeredi 1-3/+1