summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2019-12-17ovl: relax WARN_ON() on rename to selfAmir Goldstein
2019-10-05ovl: filter of trusted xattr results in auditMark Salyzyn
2018-11-21ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi
2018-11-21ovl: fix recursive oi->lock in ovl_link()Amir Goldstein
2018-11-21ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-10-10ovl: fix format of setxattr debugMiklos Szeredi
2018-10-10ovl: fix memory leak on unlink of indexed fileAmir Goldstein
2018-10-10ovl: fix access beyond unterminated stringsAmir Goldstein
2018-10-03ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein
2018-09-09ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein
2018-08-03ovl: Sync upper dirty data when syncing overlayfsChengguang Xu
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