aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-7/+7
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro2-4/+6
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-107/+38
2016-05-27ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca5-99/+27
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro1-3/+1
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-1/+1
2016-05-10ovl: ignore permissions on underlying lookupMiklos Szeredi1-3/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-1/+3
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro3-5/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro3-5/+5
2016-03-26fs: add file_dentry()Miklos Szeredi1-0/+33
2016-03-21ovl: cleanup unused var in rename2Miklos Szeredi1-2/+0
2016-03-21ovl: rename is_merge to is_lowestMiklos Szeredi1-8/+8
2016-03-21ovl: fixed coding style warningSohom Bhattacharjee1-0/+1
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal3-0/+53
2016-03-21ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells1-0/+34
2016-03-21ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov1-1/+2
2016-03-21ovl: verify upper dentry before unlink and renameMiklos Szeredi1-21/+38
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2-5/+14
2016-03-03ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-03ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro5-27/+27
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-18/+100
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton1-0/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-42/+3
2015-12-11ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2015-12-11ovl: setattr: check permissions before copy-upMiklos Szeredi2-0/+15
2015-12-09ovl: root: copy attrMiklos Szeredi1-0/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+8
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-10ovl: move super block magic number to magic.hStephen Hemminger1-2/+0
2015-11-10ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2015-11-10ovl: allow zero size xattrMiklos Szeredi1-1/+1
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds3-3/+8
2015-10-12ovl: default permissionsMiklos Szeredi3-0/+54
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-04fs: 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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-15/+9
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-51/+139
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+18