summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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-151-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/+0Star
* | 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/+0Star
* | 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
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-041-6/+9
* ovl: use i_private only as a keyMiklos Szeredi2017-07-041-0/+3
* ovl: simplify getting inodeMiklos Szeredi2017-07-041-4/+1Star
* ovl: allocate an ovl_inode structAmir Goldstein2017-07-041-2/+54
* ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein2017-05-291-1/+4
* ovl: check on mount time if upper fs supports setting xattrAmir Goldstein2017-05-181-0/+13
* ovl: check if all layers are on the same fsAmir Goldstein2017-05-051-0/+8
* ovl: check IS_APPEND() on real upper inodeAmir Goldstein2017-04-201-3/+25
* ovl: Use designated initializersKees Cook2017-04-201-2/+2
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-031-2/+37
|\
| * ovl: drop CAP_SYS_RESOURCE from saved mounter's credentialsKonstantin Khlebnikov2017-02-071-2/+6
| * ovl: properly implement sync_filesystem()Amir Goldstein2017-02-071-0/+20
| * ovl: introduce copy up waitqueueAmir Goldstein2017-02-071-0/+1
| * ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein2017-02-071-0/+10
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/