summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2019-04-27ovl: fix uid/gid when creating over whiteoutMiklos Szeredi1-2/+11
2018-09-15ovl: proper cleanup of workdirMiklos Szeredi3-2/+65
2018-09-15ovl: override creds with the ones from the superblock mounterAntonio Murdaca5-99/+27
2018-09-15ovl: rename is_merge to is_lowestMiklos Szeredi1-8/+8
2018-08-28ovl: warn instead of error if d_type is not supportedVivek Goyal1-5/+7
2018-08-28ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2018-08-28ovl: Ensure upper filesystem supports d_typeVivek Goyal3-0/+53
2018-04-13ovl: filter trusted xattr for non-adminMiklos Szeredi1-1/+11
2018-02-16ovl: fix failure to fsync lower dirAmir Goldstein1-1/+5
2016-11-10ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-10-28ovl: copy_up_xattr(): use strnlenMiklos Szeredi1-1/+11
2016-10-28ovl: Fix info leak in ovl_lookup_temp()Richard Weinberger1-1/+4
2016-09-15ovl: fix workdir creationMiklos Szeredi1-2/+2
2016-09-15ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-15ovl: remove posix_acl_default from workdirMiklos Szeredi1-0/+19
2016-09-15ovl: don't copy up opaquenessMiklos Szeredi3-1/+4
2016-08-20ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-08-10ovl: handle ATTR_KILL*Miklos Szeredi1-0/+3
2016-07-27ovl: verify upper dentry before unlink and renameMiklos Szeredi1-21/+38
2016-07-27ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov1-30/+24
2016-07-27ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2-2/+2
2016-04-20fs: add file_dentry()Miklos Szeredi1-0/+33
2016-03-16ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-16ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-16ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov1-0/+1
2016-03-16ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2-5/+14
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi2-0/+15
2016-02-25ovl: root: copy attrMiklos Szeredi1-0/+3
2016-02-25ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2016-02-25ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2016-02-25ovl: allow zero size xattrMiklos Szeredi1-1/+1
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro3-26/+11
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2015-11-01Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+8
2015-10-12ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi1-0/+3
2015-10-12ovl: fix dentry reference leakDavid Howells1-1/+1
2015-10-12ovl: use O_LARGEFILE in ovl_copy_up()David Howells1-2/+2
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-3/+3
2015-07-12fix a braino in ovl_d_select_inode()Al Viro1-0/+3
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-15/+9
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+139
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-17/+18
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi1-28/+49
2015-06-22ovl: allow distributed fs as lower layerMiklos Szeredi1-25/+88
2015-06-22ovl: don't traverse automount pointsMiklos Szeredi1-2/+6
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells3-8/+8
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi3-5/+17