summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-12-12Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-11-28ovl: fix use inode directly in rcu-walk modeChen Zhongjin
2022-10-20ovl: use stub posix acl handlersChristian Brauner
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi
2022-09-01overlayfs: constify pathAl Viro
2022-08-31ovl: use vfs_set_acl_prepare()Christian Brauner
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-08-02ovl: fix spelling mistakesWilliam Dean
2022-07-27ovl: fix some kernel-doc commentsYang Li
2022-07-27ovl: warn if trusted xattr creation failsMiklos Szeredi
2022-07-15Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner
2022-04-28ovl: support idmapped layersChristian Brauner
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner
2022-04-28ovl: pass ofs to creation operationsChristian Brauner
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov
2021-08-17ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov
2021-04-12ovl: allow upperdir inside lowerdirMiklos Szeredi
2021-04-12ovl: show "userxattr" in the mount dataGiuseppe Scrivano
2021-04-12ovl: do not copy attr several timesChengguang Xu
2021-04-12ovl: fix error for ovl_fill_super()Chengguang Xu
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-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: add warning on user_ns mismatchMiklos Szeredi
2021-01-24overlayfs: do not mount on top of idmapped mountsChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24capability: handle idmapped mountsChristian Brauner
2020-12-14ovl: unprivieged mountsMiklos Szeredi
2020-12-14ovl: user xattrMiklos Szeredi
2020-11-12ovl: expand warning in ovl_d_real()Miklos Szeredi
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi