aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi1-28/+49
2015-06-22ovl: allow distributed fs as lower layerMiklos Szeredi1-25/+88
2015-06-22ovl: don't traverse automount pointsMiklos Szeredi1-2/+6
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells3-8/+8
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi3-5/+17
2015-05-14ovl: don't remove non-empty opaque directoryMiklos Szeredi1-5/+19
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-2/+2
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-8/+10
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown1-13/+12
2015-03-18ovl: upper fs should not be R/Ohujianyang1-5/+19
2015-03-18ovl: check lowerdir amount for non-upper mounthujianyang1-1/+7
2015-03-18ovl: print error message for invalid mount optionshujianyang1-0/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-3/+3
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-nextAl Viro6-319/+489
2015-01-09ovl: discard independent cursor in readdir()hujianyang1-24/+14
2015-01-08ovl: Prevent rw remount when it should be ro mountSeunghun Lee1-0/+12
2015-01-08ovl: Fix opaque regression in ovl_lookuphujianyang1-10/+13
2015-01-08ovl: Fix kernel panic while mounting overlayfshujianyang1-0/+3
2014-12-13ovl: Use macros to present ovl_xattrhujianyang4-7/+7
2014-12-13ovl: Cleanup redundant blank lineshujianyang3-3/+0
2014-12-13ovl: support multiple lower layersMiklos Szeredi1-27/+83
2014-12-13ovl: make upperdir optionalMiklos Szeredi1-36/+47