aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-11ovl: Sync upper dirty data when syncing overlayfsChengguang Xu1-4/+15
2017-12-11ovl: don't follow redirects if redirect_dir=offMiklos Szeredi1-17/+51
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-5/+5
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein1-5/+3
2017-11-10ovl: rename ufs to ofsMiklos Szeredi1-114/+114
2017-11-10ovl: clean up getting lower layersMiklos Szeredi1-52/+48
2017-11-10ovl: clean up workdir creationMiklos Szeredi1-16/+15
2017-11-10ovl: clean up getting upper layerMiklos Szeredi1-22/+13
2017-11-10ovl: move ovl_get_workdir() and ovl_get_lower_layers()Miklos Szeredi1-101/+101
2017-11-10ovl: reduce the number of arguments for ovl_workdir_create()Miklos Szeredi1-16/+15
2017-11-10ovl: change order of setup in ovl_fill_super()Miklos Szeredi1-16/+14
2017-11-10ovl: factor out ovl_free_fs() helperMiklos Szeredi1-45/+27
2017-11-09ovl: grab reference to workbasedir earlyMiklos Szeredi1-7/+8
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