summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-10-271-3/+7
* ovl: initialize error in ovl_copy_xattrYuxuan Shui2020-06-201-1/+1
* Revert "ovl: modify ovl_permission() to do checks on two inodes"Ioanna Alifieraki2020-02-141-13/+0
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-10-051-1/+2
* ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2019-07-101-0/+13
* ovl: fix uid/gid when creating over whiteoutMiklos Szeredi2019-04-271-2/+11
* ovl: proper cleanup of workdirMiklos Szeredi2018-09-153-2/+65
* ovl: override creds with the ones from the superblock mounterAntonio Murdaca2018-09-155-99/+27
* ovl: rename is_merge to is_lowestMiklos Szeredi2018-09-151-8/+8
* ovl: warn instead of error if d_type is not supportedVivek Goyal2018-08-281-5/+7
* ovl: Do d_type check only if work dir creation was successfulVivek Goyal2018-08-281-8/+11
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2018-08-283-0/+53
* ovl: filter trusted xattr for non-adminMiklos Szeredi2018-04-131-1/+11
* ovl: fix failure to fsync lower dirAmir Goldstein2018-02-161-1/+5
* ovl: fsync after copy-upMiklos Szeredi2016-11-101-0/+2
* ovl: copy_up_xattr(): use strnlenMiklos Szeredi2016-10-281-1/+11
* ovl: Fix info leak in ovl_lookup_temp()Richard Weinberger2016-10-281-1/+4
* ovl: fix workdir creationMiklos Szeredi2016-09-151-2/+2
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-151-0/+19
* ovl: don't copy up opaquenessMiklos Szeredi2016-09-153-1/+4
* ovl: disallow overlayfs as upperdirMiklos Szeredi2016-08-201-1/+2
* ovl: handle ATTR_KILL*Miklos Szeredi2016-08-101-0/+3
* ovl: verify upper dentry before unlink and renameMiklos Szeredi2016-07-271-21/+38
* ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-271-30/+24
* ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-272-2/+2
* fs: add file_dentry()Miklos Szeredi2016-04-201-0/+33
* ovl: fix getcwd() failure after unsuccessful rmdirRui Wang2016-03-161-1/+2
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-161-0/+2
* ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-161-0/+1
* ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-162-5/+14
* ovl: setattr: check permissions before copy-upMiklos Szeredi2016-02-252-0/+15
* ovl: root: copy attrMiklos Szeredi2016-02-251-0/+3
* ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2016-02-251-1/+2
* ovl: use a minimal buffer in ovl_copy_xattrVito Caputo2016-02-251-14/+25
* ovl: allow zero size xattrMiklos Szeredi2016-02-251-1/+1
* ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-063-26/+11
* ovl: fix permission checking for setattrMiklos Szeredi2015-12-061-4/+4
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-313-3/+8
|\
| * ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
| * ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
| * ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2
* | fs: create and use seq_show_option for escapingKees Cook2015-09-041-3/+3
|/
* fix a braino in ovl_d_select_inode()Al Viro2015-07-121-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-043-15/+9
|\
| * overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-193-8/+8
| * overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells2015-06-191-10/+4
* | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-022-51/+139
|\ \