summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein
2017-11-10ovl: rename ufs to ofsMiklos Szeredi
2017-11-10ovl: clean up getting lower layersMiklos Szeredi
2017-11-10ovl: clean up workdir creationMiklos Szeredi
2017-11-10ovl: clean up getting upper layerMiklos Szeredi
2017-11-10ovl: move ovl_get_workdir() and ovl_get_lower_layers()Miklos Szeredi
2017-11-10ovl: reduce the number of arguments for ovl_workdir_create()Miklos Szeredi
2017-11-10ovl: change order of setup in ovl_fill_super()Miklos Szeredi
2017-11-10ovl: factor out ovl_free_fs() helperMiklos Szeredi
2017-11-09ovl: grab reference to workbasedir earlyMiklos Szeredi
2017-11-09ovl: split out ovl_get_indexdir() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: split out ovl_get_lower_layers() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: split out ovl_get_workdir() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: split out ovl_get_upper() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: split out ovl_get_lowerstack() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: split out ovl_get_workpath() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: split out ovl_get_upperpath() from ovl_fill_super()Miklos Szeredi
2017-11-09ovl: use path_put_init() in error paths for ovl_fill_super()Miklos Szeredi
2017-11-09ovl: allocate anonymous devs for lowerdirsChandan Rajendra
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein
2017-11-09ovl: no direct iteration for dir with origin xattrAmir 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