summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1
* 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
|/
* ovl: fix return value of ovl_fill_superGeliang Tang2016-12-161-0/+2
* ovl: clean up kstat usageAl Viro2016-12-161-5/+4
* ovl: show redirect_dir mount optionAmir Goldstein2016-12-161-0/+3
* ovl: allow redirect_dir to default to "on"Miklos Szeredi2016-12-161-0/+5
* ovl: redirect on rename-dirMiklos Szeredi2016-12-161-0/+12
* ovl: lookup redirectsMiklos Szeredi2016-12-161-0/+1
* ovl: fix nested overlayfs mountAmir Goldstein2016-12-161-2/+2
* ovl: check namelenMiklos Szeredi2016-12-161-12/+26
* ovl: split super.cMiklos Szeredi2016-12-161-528/+1
* ovl: use d_is_dir()Miklos Szeredi2016-12-161-2/+2
* ovl: simplify lookupMiklos Szeredi2016-12-161-29/+25
* ovl: get rid of PURE typeMiklos Szeredi2016-12-161-3/+1
* ovl: check lower existence when removingMiklos Szeredi2016-12-161-1/+53
* ovl: add ovl_dentry_is_whiteout()Miklos Szeredi2016-12-161-0/+5
* ovl: treat special files like a regular fsMiklos Szeredi2016-12-161-3/+4
* ovl: fix d_real() for stacked fsMiklos Szeredi2016-11-291-3/+3
* ovl: update S_ISGID when setting posix ACLsMiklos Szeredi2016-10-311-0/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-141-5/+6
|\
| * overlayfs: Fix setting IOP_XATTR flagVivek Goyal2016-10-141-5/+6
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-11/+22
|\ \ | |/ |/|
OpenPOWER on IntegriCloud