summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAge
* Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-17
|\
| * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-10
* | parallel lookups: actual switch to rwsemAl Viro2016-05-02
* | ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro2016-05-02
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-11
* | fs: add file_dentry()Miklos Szeredi2016-03-26
|/
* ovl: cleanup unused var in rename2Miklos Szeredi2016-03-21
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-21
* ovl: fixed coding style warningSohom Bhattacharjee2016-03-21
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-21
* ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells2016-03-21
* ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov2016-03-21
* ovl: verify upper dentry before unlink and renameMiklos Szeredi2016-03-21
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-03
* ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-03
* ovl: fix getcwd() failure after unsuccessful rmdirRui Wang2016-03-03
* ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-03
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-21
|\
| * fs/overlayfs/super.c needs pagemap.hAndrew Morton2016-01-20
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-21
|\ \ | |/ |/|
| * ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2015-12-11
| * ovl: setattr: check permissions before copy-upMiklos Szeredi2015-12-11
| * ovl: root: copy attrMiklos Szeredi2015-12-09
| * ovl: move super block magic number to magic.hStephen Hemminger2015-11-10
| * ovl: use a minimal buffer in ovl_copy_xattrVito Caputo2015-11-10
| * ovl: allow zero size xattrMiklos Szeredi2015-11-10
| * ovl: default permissionsMiklos Szeredi2015-10-12
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* | ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-06
* | ovl: fix permission checking for setattrMiklos Szeredi2015-12-06
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-31
|\ \ | |/
| * ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-12
| * ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-12
| * ovl: fix open in stacked overlayMiklos Szeredi2015-10-12
| * ovl: fix dentry reference leakDavid Howells2015-10-12
| * ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-12
* | fs: create and use seq_show_option for escapingKees Cook2015-09-04
|/
* fix a braino in ovl_d_select_inode()Al Viro2015-07-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-04
|\
| * overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-19
| * overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells2015-06-19
* | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-02
|\ \
| * | ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi2015-06-22
| * | ovl: allow distributed fs as lower layerMiklos Szeredi2015-06-22
| * | ovl: don't traverse automount pointsMiklos Szeredi2015-06-22
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-22
|\ \ \ | |/ / |/| / | |/
| * switch ->put_link() from dentry to inodeAl Viro2015-05-11