aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 5-27/+42
2017-10-24ovl: do not cleanup unsupported index entriesGravatar Amir Goldstein 2-10/+8
2017-10-24ovl: handle ENOENT on index lookupGravatar Amir Goldstein 1-0/+4
2017-10-24ovl: fix EIO from lookup of non-indexed upperGravatar Amir Goldstein 3-17/+26
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Gravatar Will Deacon 2-2/+2
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Gravatar Dan Carpenter 1-0/+1
2017-10-19ovl: add NULL check in ovl_alloc_inodeGravatar Hirofumi Nakagawa 1-0/+3
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionGravatar Amir Goldstein 2-8/+22
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Gravatar Amir Goldstein 4-24/+22
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Gravatar Amir Goldstein 1-2/+4
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Gravatar Amir Goldstein 1-1/+4
2017-10-05ovl: fix error value printed in ovl_lookup_index()Gravatar Amir Goldstein 1-0/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 3-8/+8
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-56/+395
2017-09-12ovl: fix false positive ESTALE on lookupGravatar Amir Goldstein 1-4/+7
2017-09-05ovl: fix relatime for directoriesGravatar Miklos Szeredi 1-0/+3
2017-09-04vfs: add flags to d_real()Gravatar Miklos Szeredi 1-2/+2
2017-09-04ovl: cleanup d_real for negativeGravatar Miklos Szeredi 1-3/+0
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usageGravatar Peter Zijlstra 1-2/+2
2017-07-27ovl: constant d_ino for non-merge dirsGravatar Miklos Szeredi 5-45/+266
2017-07-27ovl: constant d_ino across copy upGravatar Amir Goldstein 1-1/+111
2017-07-27ovl: fix readdir error valueGravatar Miklos Szeredi 1-1/+3
2017-07-27ovl: check snprintf returnGravatar Miklos Szeredi 1-0/+3
2017-07-20ovl: check for bad and whiteout index on lookupGravatar Amir Goldstein 1-5/+17
2017-07-20ovl: do not cleanup directory and whiteout index entriesGravatar Amir Goldstein 2-5/+19
2017-07-20ovl: fix xattr get and set with selinuxGravatar Miklos Szeredi 4-23/+31
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-13ovl: remove unneeded check for IS_ERR()Gravatar Amir Goldstein 1-4/+0
2017-07-13ovl: fix origin verification of index dirGravatar Amir Goldstein 1-1/+2
2017-07-13ovl: mark parent impure on ovl_link()Gravatar Amir Goldstein 1-4/+18
2017-07-13ovl: fix random return value on mountGravatar Amir Goldstein 1-0/+1
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Gravatar Amir Goldstein 1-24/+33
2017-07-04ovl: cleanup orphan index entriesGravatar Amir Goldstein 5-5/+77
2017-07-04ovl: persistent overlay inode nlink for indexed inodesGravatar Amir Goldstein 5-3/+204
2017-07-04ovl: implement index dir copy upGravatar Amir Goldstein 3-37/+103
2017-07-04ovl: move copy up lock outGravatar Miklos Szeredi 1-25/+13
2017-07-04ovl: rearrange copy upGravatar Miklos Szeredi 1-36/+50
2017-07-04ovl: add flag for upper in ovl_entryGravatar Miklos Szeredi 7-2/+31
2017-07-04ovl: use struct copy_up_ctx as function argumentGravatar Miklos Szeredi 1-82/+78
2017-07-04ovl: base tmpfile in workdir tooGravatar Miklos Szeredi 1-5/+3
2017-07-04ovl: factor out ovl_copy_up_inode() helperGravatar Amir Goldstein 1-17/+29
2017-07-04ovl: extract helper to get temp file in copy upGravatar Miklos Szeredi 1-18/+41
2017-07-04ovl: defer upper dir lock to tempfile linkGravatar Amir Goldstein 2-30/+38
2017-07-04ovl: hash overlay non-dir inodes by copy up originGravatar Miklos Szeredi 3-9/+44
2017-07-04ovl: cleanup bad and stale index entries on mountGravatar Amir Goldstein 5-10/+130
2017-07-04ovl: lookup index entry for copy up originGravatar Amir Goldstein 3-2/+116
2017-07-04ovl: verify index dir matches upper dirGravatar Amir Goldstein 4-8/+27
2017-07-04ovl: verify upper root dir matches lower root dirGravatar Amir Goldstein 4-15/+101
2017-07-04ovl: introduce the inodes index dir featureGravatar Amir Goldstein 6-7/+108