summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-10-051-1/+2
* ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi2018-11-211-0/+4
* ovl: fix recursive oi->lock in ovl_link()Amir Goldstein2018-11-211-0/+5
* ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein2018-11-211-1/+3
* vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-11-101-1/+1
* ovl: fix format of setxattr debugMiklos Szeredi2018-10-101-2/+2
* ovl: fix memory leak on unlink of indexed fileAmir Goldstein2018-10-101-1/+2
* ovl: fix access beyond unterminated stringsAmir Goldstein2018-10-101-1/+1
* ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein2018-10-031-18/+44
* ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein2018-09-091-2/+17
* ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2018-08-031-4/+15
* ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein2018-04-191-0/+9
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-02-223-12/+30
* ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-02-161-2/+9
* ovl: fix failure to fsync lower dirAmir Goldstein2018-02-161-1/+5
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-252-2/+2
* ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-201-1/+4
* ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal2017-12-201-1/+1
* ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal2017-11-301-1/+1
* ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-242-10/+8
* ovl: handle ENOENT on index lookupAmir Goldstein2017-10-241-0/+4
* ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-10-243-17/+26
* ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter2017-10-191-0/+1
* ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa2017-10-191-0/+3
* ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-052-8/+22
* ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein2017-10-054-24/+22
* ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-051-2/+4
* ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein2017-10-051-1/+4
* ovl: fix error value printed in ovl_lookup_index()Amir Goldstein2017-10-051-0/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-133-8/+8
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-136-56/+395
|\ \
| * | ovl: fix false positive ESTALE on lookupAmir Goldstein2017-09-121-4/+7
| * | ovl: fix relatime for directoriesMiklos Szeredi2017-09-051-0/+3
| * | vfs: add flags to d_real()Miklos Szeredi2017-09-041-2/+2
| * | ovl: cleanup d_real for negativeMiklos Szeredi2017-09-041-3/+0
| * | ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-275-45/+266
| * | ovl: constant d_ino across copy upAmir Goldstein2017-07-271-1/+111
| * | ovl: fix readdir error valueMiklos Szeredi2017-07-271-1/+3
| * | ovl: check snprintf returnMiklos Szeredi2017-07-271-0/+3
* | | overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra2017-08-101-2/+2
|/ /
* | ovl: check for bad and whiteout index on lookupAmir Goldstein2017-07-201-5/+17
* | ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-202-5/+19
* | ovl: fix xattr get and set with selinuxMiklos Szeredi2017-07-204-23/+31
* | ovl: remove unneeded check for IS_ERR()Amir Goldstein2017-07-131-4/+0
* | ovl: fix origin verification of index dirAmir Goldstein2017-07-131-1/+2
* | ovl: mark parent impure on ovl_link()Amir Goldstein2017-07-131-4/+18
* | ovl: fix random return value on mountAmir Goldstein2017-07-131-0/+1
|/
* ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein2017-07-041-24/+33