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