aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds6-14/+46
2021-11-04ovl: fix filattr copy-up failureMiklos Szeredi2-6/+22
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi3-6/+10
2021-10-29ovl: fix use after free in struct ovl_aio_reqyangerkun1-2/+14
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-09-28ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IOMiklos Szeredi1-1/+14
2021-09-24ovl: fix missing negative dentry check in ovl_rename()Zheng Liang1-3/+7
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi1-3/+4
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying1-2/+4
2021-08-17ovl: use kvalloc in xattr copy-upMiklos Szeredi1-4/+5
2021-08-17ovl: update ctime when changing fileattrChengguang Xu1-0/+3
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu1-6/+0
2021-08-17ovl: relax lookup error on mismatch origin ftypeAmir Goldstein1-1/+1
2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov1-1/+3
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2-3/+13
2021-08-17ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov1-1/+1
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein4-7/+158
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein3-21/+89
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein5-15/+16
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi1-1/+1
2021-08-10ovl: fix deadlock in splice writeMiklos Szeredi1-1/+46
2021-08-10ovl: skip stale entries in merge dir cache iterationAmir Goldstein1-0/+5
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds8-67/+124
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-116/+82
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi3-116/+0
2021-04-12ovl: stack fileattr opsMiklos Szeredi3-0/+82
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein1-1/+6
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein3-37/+36
2021-04-12ovl: allow upperdir inside lowerdirMiklos Szeredi1-5/+7
2021-04-12ovl: show "userxattr" in the mount dataGiuseppe Scrivano1-0/+2
2021-04-12ovl: trivial typo fixes in the file inode.cBhaskar Chowdhury1-3/+3
2021-04-12ovl: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-04-12ovl: do not copy attr several timesChengguang Xu1-3/+0
2021-04-12ovl: remove ovl_map_dev_ino() return valueyoungjun1-8/+4
2021-04-12ovl: fix error for ovl_fill_super()Chengguang Xu1-0/+4
2021-04-12ovl: fix missing revert_creds() on error pathDan Carpenter1-1/+2
2021-04-12ovl: fix leaked dentryMickaël Salaün1-0/+1
2021-04-12ovl: restrict lower null uuid for "xino=auto"Amir Goldstein1-6/+35
2021-04-12ovl: check that upperdir path is not on a read-only mountAmir Goldstein1-2/+2
2021-04-12ovl: plumb through flush methodSargun Dhillon1-0/+21
2021-03-08new helper: inode_wrong_type()Al Viro1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds7-66/+90
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon6-11/+63
2021-01-28ovl: skip getxattr of security labelsAmir Goldstein1-7/+8
2021-01-28ovl: fix dentry leak in ovl_get_redirectLiangyan1-1/+1
2021-01-28ovl: avoid deadlock on directory ioctlMiklos Szeredi1-16/+7
2021-01-28ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi1-0/+2