aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko3-8/+8
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds6-56/+395
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein1-4/+7
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-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra1-2/+2
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi5-45/+266
2017-07-27ovl: constant d_ino across copy upAmir Goldstein1-1/+111
2017-07-27ovl: fix readdir error valueMiklos Szeredi1-1/+3
2017-07-27ovl: check snprintf returnMiklos Szeredi1-0/+3
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein1-5/+17
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2-5/+19
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi4-23/+31
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 origin verification of index dirAmir Goldstein1-1/+2
2017-07-13ovl: mark parent impure on ovl_link()Amir Goldstein1-4/+18
2017-07-13ovl: fix random return value on mountAmir Goldstein1-0/+1
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein1-24/+33
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein5-5/+77
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein5-3/+204
2017-07-04ovl: implement index dir copy upAmir Goldstein3-37/+103
2017-07-04ovl: move copy up lock outMiklos Szeredi1-25/+13
2017-07-04ovl: rearrange copy upMiklos Szeredi1-36/+50
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi7-2/+31
2017-07-04ovl: use struct copy_up_ctx as function argumentMiklos Szeredi1-82/+78
2017-07-04ovl: base tmpfile in workdir tooMiklos Szeredi1-5/+3
2017-07-04ovl: factor out ovl_copy_up_inode() helperAmir Goldstein1-17/+29
2017-07-04ovl: extract helper to get temp file in copy upMiklos Szeredi1-18/+41
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein2-30/+38
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi3-9/+44
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein5-10/+130
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein3-2/+116
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein4-8/+27
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein4-15/+101
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein6-7/+108
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein1-16/+25
2017-07-04ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein1-18/+24
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir Goldstein2-3/+29
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein2-0/+33
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi3-17/+13
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein3-20/+11
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi6-17/+26
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi4-9/+9
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi8-94/+79
2017-07-04ovl: compare inodesMiklos Szeredi1-4/+9
2017-07-04ovl: use i_private only as a keyMiklos Szeredi5-20/+37
2017-07-04ovl: simplify getting inodeMiklos Szeredi5-37/+36