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