summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+6
2022-11-28ovl: fix use inode directly in rcu-walk modeChen Zhongjin1-1/+6
2022-10-20ovl: use stub posix acl handlersChristian Brauner1-97/+4
2022-10-20ovl: use posix acl apiChristian Brauner1-4/+2
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+6
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi1-4/+6
2022-09-01overlayfs: constify pathAl Viro1-4/+4
2022-08-31ovl: use vfs_set_acl_prepare()Christian Brauner1-1/+14
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-4/+9
2022-08-02ovl: fix spelling mistakesWilliam Dean1-1/+1
2022-07-27ovl: fix some kernel-doc commentsYang Li1-1/+3
2022-07-27ovl: warn if trusted xattr creation failsMiklos Szeredi1-2/+5
2022-07-15Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner1-24/+1
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner1-1/+24
2022-04-28ovl: support idmapped layersChristian Brauner1-4/+0
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein1-2/+3
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-3/+3
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner1-1/+1
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-13/+15
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-6/+6
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi1-4/+8
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov1-3/+1
2021-08-17ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov1-1/+1
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: do not copy attr several timesChengguang Xu1-3/+0
2021-04-12ovl: fix error for ovl_fill_super()Chengguang Xu1-0/+4
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-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+15
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-7/+27
2021-01-28ovl: add warning on user_ns mismatchMiklos Szeredi1-0/+4
2021-01-24overlayfs: do not mount on top of idmapped mountsChristian Brauner1-0/+4
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+1
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+4
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+3
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+1
2020-12-14ovl: unprivieged mountsMiklos Szeredi1-0/+1
2020-12-14ovl: user xattrMiklos Szeredi1-8/+53
2020-11-12ovl: expand warning in ovl_d_real()Miklos Szeredi1-5/+8
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov1-0/+20
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-8/+10
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-1/+1
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi1-1/+1
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal1-3/+71