aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-09ovl: split out ovl_get_indexdir() from ovl_fill_super()Miklos Szeredi1-29/+40
2017-11-09ovl: split out ovl_get_lower_layers() from ovl_fill_super()Miklos Szeredi1-38/+52
2017-11-09ovl: split out ovl_get_workdir() from ovl_fill_super()Miklos Szeredi1-51/+60
2017-11-09ovl: split out ovl_get_upper() from ovl_fill_super()Miklos Szeredi1-8/+19
2017-11-09ovl: split out ovl_get_lowerstack() from ovl_fill_super()Miklos Szeredi1-50/+72
2017-11-09ovl: split out ovl_get_workpath() from ovl_fill_super()Miklos Szeredi1-24/+37
2017-11-09ovl: split out ovl_get_upperpath() from ovl_fill_super()Miklos Szeredi1-24/+35
2017-11-09ovl: use path_put_init() in error paths for ovl_fill_super()Miklos Szeredi1-3/+3
2017-11-09ovl: allocate anonymous devs for lowerdirsChandan Rajendra1-2/+16
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra1-28/+34
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein1-1/+0
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein1-0/+2
2017-10-19ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa1-0/+3
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein1-8/+19
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi1-0/+3
2017-09-04vfs: add flags to d_real()Miklos Szeredi1-2/+2
2017-09-04ovl: cleanup d_real for negativeMiklos Szeredi1-3/+0
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi1-0/+1
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi1-4/+4
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-13ovl: remove unneeded check for IS_ERR()Amir Goldstein1-4/+0
2017-07-13ovl: fix random return value on mountAmir Goldstein1-0/+1
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein1-1/+1
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi1-0/+1
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein1-0/+6
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein1-2/+11
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein1-0/+8
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein1-2/+64
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein1-16/+25
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir Goldstein1-3/+26
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi1-0/+2
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein1-1/+2
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi1-1/+3
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi1-1/+2
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi1-6/+9
2017-07-04ovl: use i_private only as a keyMiklos Szeredi1-0/+3
2017-07-04ovl: simplify getting inodeMiklos Szeredi1-4/+1
2017-07-04ovl: allocate an ovl_inode structAmir Goldstein1-2/+54
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein1-1/+4
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein1-0/+13
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein1-0/+8
2017-04-20ovl: check IS_APPEND() on real upper inodeAmir Goldstein1-3/+25
2017-04-20ovl: Use designated initializersKees Cook1-2/+2
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+37
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-07ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov1-2/+6
2017-02-07ovl: properly implement sync_filesystem()Amir Goldstein1-0/+20
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein1-0/+1
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein1-0/+10