summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAge
* ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-22
* ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-04
* ovl: handle ATTR_KILL*Miklos Szeredi2016-07-04
* ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-03
* ovl: get_write_access() in truncateMiklos Szeredi2016-06-29
* ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-29
* ovl: fix uid/gid when creating over whiteoutMiklos Szeredi2016-06-15
* ovl: xattr filter fixMiklos Szeredi2016-06-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-27
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-27
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-26
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-27
|\ \ | |/ |/|
| * ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-27
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-27
* | 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