summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAge
* 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
| * don't pass nameidata to ->follow_link()Al Viro2015-05-10
| * new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
| * ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown2015-05-10
* | ovl: mount read-only if workdir can't be createdMiklos Szeredi2015-05-19
* | ovl: don't remove non-empty opaque directoryMiklos Szeredi2015-05-14
|/
* ovl: upper fs should not be R/Ohujianyang2015-03-18
* ovl: check lowerdir amount for non-upper mounthujianyang2015-03-18
* ovl: print error message for invalid mount optionshujianyang2015-03-18
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-20
|\
| * ovl: discard independent cursor in readdir()hujianyang2015-01-09
| * ovl: Prevent rw remount when it should be ro mountSeunghun Lee2015-01-08
| * ovl: Fix opaque regression in ovl_lookuphujianyang2015-01-08
| * ovl: Fix kernel panic while mounting overlayfshujianyang2015-01-08
| * ovl: Use macros to present ovl_xattrhujianyang2014-12-13
| * ovl: Cleanup redundant blank lineshujianyang2014-12-13
| * ovl: support multiple lower layersMiklos Szeredi2014-12-13
| * ovl: make upperdir optionalMiklos Szeredi2014-12-13