summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-225-27/+27
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-0/+1
|\
| * fs/overlayfs/super.c needs pagemap.hAndrew Morton2016-01-201-0/+1
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-215-18/+100
|\ \ | |/ |/|
| * ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2015-12-111-1/+2
| * ovl: setattr: check permissions before copy-upMiklos Szeredi2015-12-112-0/+15
| * ovl: root: copy attrMiklos Szeredi2015-12-091-0/+3
| * ovl: move super block magic number to magic.hStephen Hemminger2015-11-101-2/+0
| * ovl: use a minimal buffer in ovl_copy_xattrVito Caputo2015-11-101-14/+25
| * ovl: allow zero size xattrMiklos Szeredi2015-11-101-1/+1
| * ovl: default permissionsMiklos Szeredi2015-10-123-0/+54
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-42/+3
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-4/+8
* | ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-063-26/+11
* | ovl: fix permission checking for setattrMiklos Szeredi2015-12-061-4/+4
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-313-3/+8
|\ \ | |/
| * ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
| * ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
| * ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2
* | fs: create and use seq_show_option for escapingKees Cook2015-09-041-3/+3
|/
* fix a braino in ovl_d_select_inode()Al Viro2015-07-121-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-043-15/+9
|\
| * overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-193-8/+8
| * overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells2015-06-191-10/+4
* | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-022-51/+139
|\ \
| * | ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi2015-06-221-28/+49
| * | ovl: allow distributed fs as lower layerMiklos Szeredi2015-06-221-25/+88
| * | ovl: don't traverse automount pointsMiklos Szeredi2015-06-221-2/+6
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-17/+18
|\ \ \ | |/ / |/| / | |/
| * switch ->put_link() from dentry to inodeAl Viro2015-05-111-2/+2
| * don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+2
| * new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-8/+10
| * ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown2015-05-101-13/+12
* | ovl: mount read-only if workdir can't be createdMiklos Szeredi2015-05-193-5/+17
* | ovl: don't remove non-empty opaque directoryMiklos Szeredi2015-05-141-5/+19
|/
* ovl: upper fs should not be R/Ohujianyang2015-03-181-5/+19
* ovl: check lowerdir amount for non-upper mounthujianyang2015-03-181-1/+7
* ovl: print error message for invalid mount optionshujianyang2015-03-181-0/+1
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-3/+3
* Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-206-319/+489
|\
| * ovl: discard independent cursor in readdir()hujianyang2015-01-091-24/+14
| * ovl: Prevent rw remount when it should be ro mountSeunghun Lee2015-01-081-0/+12
| * ovl: Fix opaque regression in ovl_lookuphujianyang2015-01-081-10/+13
| * ovl: Fix kernel panic while mounting overlayfshujianyang2015-01-081-0/+3
| * ovl: Use macros to present ovl_xattrhujianyang2014-12-134-7/+7
| * ovl: Cleanup redundant blank lineshujianyang2014-12-133-3/+0
| * ovl: support multiple lower layersMiklos Szeredi2014-12-131-27/+83
| * ovl: make upperdir optionalMiklos Szeredi2014-12-131-36/+47
OpenPOWER on IntegriCloud