summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi
2017-09-04vfs: add flags to d_real()Miklos Szeredi
2017-09-04ovl: cleanup d_real for negativeMiklos Szeredi
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi
2017-07-27ovl: constant d_ino across copy upAmir Goldstein
2017-07-27ovl: fix readdir error valueMiklos Szeredi
2017-07-27ovl: check snprintf returnMiklos Szeredi
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-13ovl: remove unneeded check for IS_ERR()Amir Goldstein
2017-07-13ovl: fix origin verification of index dirAmir Goldstein
2017-07-13ovl: mark parent impure on ovl_link()Amir Goldstein
2017-07-13ovl: fix random return value on mountAmir Goldstein
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein
2017-07-04ovl: implement index dir copy upAmir Goldstein
2017-07-04ovl: move copy up lock outMiklos Szeredi
2017-07-04ovl: rearrange copy upMiklos Szeredi
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: use struct copy_up_ctx as function argumentMiklos Szeredi
2017-07-04ovl: base tmpfile in workdir tooMiklos Szeredi
2017-07-04ovl: factor out ovl_copy_up_inode() helperAmir Goldstein
2017-07-04ovl: extract helper to get temp file in copy upMiklos Szeredi
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein
2017-07-04ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir Goldstein
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi