summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix workdir creationMiklos Szeredi2016-09-151-2/+2
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-151-0/+19
* ovl: don't copy up opaquenessMiklos Szeredi2016-09-153-1/+4
* ovl: proper cleanup of workdirMiklos Szeredi2016-09-153-2/+65
* ovl: disallow overlayfs as upperdirMiklos Szeredi2016-08-201-1/+2
* ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-221-30/+24
* ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-042-2/+2
* ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
* 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/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-273-7/+7
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-272-4/+6
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-3/+1
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ | |/ |/|
| * 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/+27
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-1/+1
|\|
| * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-101-3/+1
* | parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+3
* | ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro2016-05-021-3/+1
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-023-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/+0
* 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-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