summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2018-11-21ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi1-0/+4
2018-11-21ovl: fix recursive oi->lock in ovl_link()Amir Goldstein1-0/+5
2018-11-21ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein1-1/+3
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-1/+1
2018-10-10ovl: fix format of setxattr debugMiklos Szeredi1-2/+2
2018-10-10ovl: fix memory leak on unlink of indexed fileAmir Goldstein1-1/+2
2018-10-10ovl: fix access beyond unterminated stringsAmir Goldstein1-1/+1
2018-10-04ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein1-18/+44
2018-09-09ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein1-2/+17
2018-08-03ovl: Sync upper dirty data when syncing overlayfsChengguang Xu1-4/+15
2018-04-19ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein1-0/+9
2018-02-22ovl: hash directory inodes for fsnotifyAmir Goldstein3-12/+30
2018-02-16ovl: take mnt_want_write() for removing impure xattrAmir Goldstein1-2/+9
2018-02-16ovl: fix failure to fsync lower dirAmir Goldstein1-1/+5
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2-2/+2
2017-12-20ovl: update ctx->pos on impure dir iterationAmir Goldstein1-1/+4
2017-12-20ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal1-1/+1
2017-11-30ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal1-1/+1
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein2-10/+8
2017-10-24ovl: handle ENOENT on index lookupAmir Goldstein1-0/+4
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein3-17/+26
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter1-0/+1
2017-10-19ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa1-0/+3
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2-8/+22
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko3-8/+8
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-56/+395
2017-09-12ovl: fix false positive ESTALE on lookupAmir Goldstein1-4/+7
2017-09-05ovl: fix relatime for directoriesMiklos Szeredi1-0/+3
2017-09-04vfs: add flags to d_real()Miklos Szeredi1-2/+2
2017-09-04ovl: cleanup d_real for negativeMiklos Szeredi1-3/+0
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra1-2/+2
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi5-45/+266
2017-07-27ovl: constant d_ino across copy upAmir Goldstein1-1/+111
2017-07-27ovl: fix readdir error valueMiklos Szeredi1-1/+3
2017-07-27ovl: check snprintf returnMiklos Szeredi1-0/+3
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein1-5/+17
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2-5/+19
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi4-23/+31
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-13ovl: remove unneeded check for IS_ERR()Amir Goldstein1-4/+0
2017-07-13ovl: fix origin verification of index dirAmir Goldstein1-1/+2
2017-07-13ovl: mark parent impure on ovl_link()Amir Goldstein1-4/+18
2017-07-13ovl: fix random return value on mountAmir Goldstein1-0/+1
2017-07-04ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein1-24/+33
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein5-5/+77