summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: take mnt_want_write() for work/index dir setupAmir Goldstein2018-01-191-8/+17
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-191-0/+1
* ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2017-12-111-4/+15
* ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-111-17/+51
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein2017-11-101-5/+3
* ovl: rename ufs to ofsMiklos Szeredi2017-11-101-114/+114
* ovl: clean up getting lower layersMiklos Szeredi2017-11-101-52/+48
* ovl: clean up workdir creationMiklos Szeredi2017-11-101-16/+15
* ovl: clean up getting upper layerMiklos Szeredi2017-11-101-22/+13
* ovl: move ovl_get_workdir() and ovl_get_lower_layers()Miklos Szeredi2017-11-101-101/+101
* ovl: reduce the number of arguments for ovl_workdir_create()Miklos Szeredi2017-11-101-16/+15
* ovl: change order of setup in ovl_fill_super()Miklos Szeredi2017-11-101-16/+14
* ovl: factor out ovl_free_fs() helperMiklos Szeredi2017-11-101-45/+27
* ovl: grab reference to workbasedir earlyMiklos Szeredi2017-11-091-7/+8
* ovl: split out ovl_get_indexdir() from ovl_fill_super()Miklos Szeredi2017-11-091-29/+40
* ovl: split out ovl_get_lower_layers() from ovl_fill_super()Miklos Szeredi2017-11-091-38/+52
* ovl: split out ovl_get_workdir() from ovl_fill_super()Miklos Szeredi2017-11-091-51/+60
* ovl: split out ovl_get_upper() from ovl_fill_super()Miklos Szeredi2017-11-091-8/+19
* ovl: split out ovl_get_lowerstack() from ovl_fill_super()Miklos Szeredi2017-11-091-50/+72
* ovl: split out ovl_get_workpath() from ovl_fill_super()Miklos Szeredi2017-11-091-24/+37
* ovl: split out ovl_get_upperpath() from ovl_fill_super()Miklos Szeredi2017-11-091-24/+35
* ovl: use path_put_init() in error paths for ovl_fill_super()Miklos Szeredi2017-11-091-3/+3
* ovl: allocate anonymous devs for lowerdirsChandan Rajendra2017-11-091-2/+16
* ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-091-28/+34
* ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein2017-11-091-1/+0
* ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-091-0/+2
* ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa2017-10-191-0/+3
* ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-051-8/+19
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | ovl: fix relatime for directoriesMiklos Szeredi2017-09-051-0/+3
* | vfs: add flags to d_real()Miklos Szeredi2017-09-041-2/+2
* | ovl: cleanup d_real for negativeMiklos Szeredi2017-09-041-3/+0
* | ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-271-0/+1
* | ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-201-4/+4
* | ovl: remove unneeded check for IS_ERR()Amir Goldstein2017-07-131-4/+0
* | ovl: fix random return value on mountAmir Goldstein2017-07-131-0/+1
|/
* ovl: cleanup orphan index entriesAmir Goldstein2017-07-041-1/+1
* ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-041-0/+1
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-041-0/+6
* ovl: verify index dir matches upper dirAmir Goldstein2017-07-041-2/+11
* ovl: verify upper root dir matches lower root dirAmir Goldstein2017-07-041-0/+8
* ovl: introduce the inodes index dir featureAmir Goldstein2017-07-041-2/+64
* ovl: generalize ovl_create_workdir()Amir Goldstein2017-07-041-16/+25
* ovl: get exclusive ownership on upper/work dirsAmir Goldstein2017-07-041-3/+26
* ovl: move cache and version to ovl_inodeMiklos Szeredi2017-07-041-0/+2
* ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein2017-07-041-1/+2
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-041-1/+3
* ovl: move redirect to ovl_inodeMiklos Szeredi2017-07-041-1/+2
OpenPOWER on IntegriCloud