summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2018-04-19ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-02-22ovl: hash directory inodes for fsnotifyAmir Goldstein
2018-02-16ovl: take mnt_want_write() for removing impure xattrAmir Goldstein
2018-02-16ovl: fix failure to fsync lower dirAmir Goldstein
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-12-20ovl: update ctx->pos on impure dir iterationAmir Goldstein
2017-12-20ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal
2017-11-30ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein
2017-10-24ovl: handle ENOENT on index lookupAmir Goldstein
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter
2017-10-19ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa
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