summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
* ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
* ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
* ovl: fix uid/gid when creating over whiteoutMiklos Szeredi2016-06-151-2/+11
* ovl: xattr filter fixMiklos Szeredi2016-06-061-20/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-283-7/+7
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-282-4/+6
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-3/+1Star
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-285-107/+38Star
|\ \ | |/ |/|
| * ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27Star
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-1/+1
|\|
| * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-111-3/+1Star
* | parallel lookups: actual switch to rwsemAl Viro2016-05-031-1/+3
* | ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro2016-05-031-3/+1Star
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-033-5/+5
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-113-5/+5
* | fs: add file_dentry()Miklos Szeredi2016-03-261-0/+33
|/
* ovl: cleanup unused var in rename2Miklos Szeredi2016-03-211-2/+0Star
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-211-8/+8
* ovl: fixed coding style warningSohom Bhattacharjee2016-03-211-0/+1
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-213-0/+53
* ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells2016-03-211-0/+34
* ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov2016-03-211-1/+2
* ovl: verify upper dentry before unlink and renameMiklos Szeredi2016-03-211-21/+38
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-031-0/+2
* ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-032-5/+14
* ovl: fix getcwd() failure after unsuccessful rmdirRui Wang2016-03-031-1/+2
* ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-031-0/+1
* wrappers for ->i_mutex accessAl Viro2016-01-235-27/+27
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-0/+1
|\
| * fs/overlayfs/super.c needs pagemap.hAndrew Morton2016-01-211-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/+0Star
| * 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/+3Star
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-4/+8
* | ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-063-26/+11Star
* | 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