summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-72/+20
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+1
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar1-1/+1
2023-10-31ovl: store and show the user provided lowerdir mount optionAmir Goldstein1-1/+4
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-1/+1
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein1-64/+1
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein1-6/+14
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+20
2023-10-19ovl: rely on SB_I_NOUMASKChristian Brauner1-0/+8
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein1-4/+12
2023-10-10overlayfs: move xattr tables to .rodataWedson Almeida Filho1-2/+2
2023-10-02ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein1-7/+11
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro1-2/+4
2023-10-02ovl: move freeing ovl_entry past rcu delayAl Viro1-1/+2
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi1-3/+3
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein1-3/+7
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein1-5/+11
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein1-0/+9
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson1-1/+4
2023-07-26ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner1-528/+2
2023-06-20ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner1-7/+18
2023-06-20ovl: modify layer parameter parsingChristian Brauner1-255/+106
2023-06-19ovl: port to new mount apiChristian Brauner1-205/+193
2023-06-19ovl: factor out ovl_parse_options() helperAmir Goldstein1-116/+127
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein1-58/+71
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein1-7/+14
2023-06-19ovl: clarify ovl_get_root() semanticsAmir Goldstein1-1/+3
2023-06-19ovl: negate the ofs->share_whiteout booleanAmir Goldstein1-3/+0
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein1-1/+2
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein1-0/+11
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein1-0/+3
2023-06-19ovl: introduce data-only lower layersAmir Goldstein1-7/+62
2023-06-19ovl: remove unneeded goto instructionsAmir Goldstein1-12/+9
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein1-3/+0
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein1-4/+0
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein1-14/+4
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein1-12/+2
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein1-10/+13
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein1-1/+1
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein1-1/+1
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-8/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2022-12-13Merge 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-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+6
2022-10-07Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4