summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi2015-06-221-28/+49
| * | ovl: allow distributed fs as lower layerMiklos Szeredi2015-06-221-25/+88
| * | ovl: don't traverse automount pointsMiklos Szeredi2015-06-221-2/+6
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-17/+18
|\ \ \ | |/ / |/| / | |/
| * switch ->put_link() from dentry to inodeAl Viro2015-05-111-2/+2
| * don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+2
| * new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-8/+10
| * ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown2015-05-101-13/+12
* | ovl: mount read-only if workdir can't be createdMiklos Szeredi2015-05-193-5/+17
* | ovl: don't remove non-empty opaque directoryMiklos Szeredi2015-05-141-5/+19
|/
* ovl: upper fs should not be R/Ohujianyang2015-03-181-5/+19
* ovl: check lowerdir amount for non-upper mounthujianyang2015-03-181-1/+7
* ovl: print error message for invalid mount optionshujianyang2015-03-181-0/+1
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-3/+3