aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 2-2/+2
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDGravatar Stefan Berger 1-1/+1
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsGravatar Stefan Berger 1-1/+1
2024-03-26fs_parser: move fsparam_string_empty() helper into headerGravatar Luis Henriques (SUSE) 1-4/+0
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Gravatar Amir Goldstein 1-3/+3
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-7/+11
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-33/+33
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Christian Brauner 1-3/+11
2024-02-27ovl: Always reject mounting over case-insensitive directoriesGravatar Gabriel Krisman Bertazi 1-3/+11
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+6
2024-02-08ovl: convert to super_set_uuid()Gravatar Kent Overstreet 1-7/+11
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Gravatar Amir Goldstein 1-8/+6
2024-02-06fs: remove the inode argument to ->d_real() methodGravatar Amir Goldstein 1-30/+22
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Gravatar Amir Goldstein 6-48/+97
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-22/+1
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 4-6/+20
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Gravatar Linus Torvalds 8-24/+22
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-0/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 5-228/+69
2023-12-23fs: factor out backing_file_mmap() helperGravatar Amir Goldstein 1-17/+6
2023-12-23fs: factor out backing_file_splice_{read,write}() helpersGravatar Amir Goldstein 1-20/+13
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersGravatar Amir Goldstein 3-185/+22
2023-12-23fs: prepare for stackable filesystems backing file helpersGravatar Amir Goldstein 2-0/+2
2023-12-20Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2023-12-20overlay: disable EVMGravatar Mimi Zohar 1-0/+1
2023-12-17ovl: fix dentry reference leak after changes to underlying layersGravatar Amir Goldstein 1-2/+3
2023-12-12splice: return type ssize_t from all helpersGravatar Amir Goldstein 1-1/+1
2023-12-01fs: move file_start_write() into direct_splice_actor()Gravatar Amir Goldstein 1-2/+0
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorGravatar Al Viro 4-6/+20
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+13
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Gravatar Amir Goldstein 1-4/+4
2023-11-24fs: move file_start_write() into vfs_iter_write()Gravatar Amir Goldstein 1-2/+0
2023-11-24ovl: add permission hooks outside of do_splice_direct()Gravatar Amir Goldstein 1-1/+25
2023-11-20ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up()Gravatar Amir Goldstein 1-1/+7
2023-11-20ovl: remove redundant ofs->indexdir memberGravatar Amir Goldstein 7-23/+15
2023-11-18ovl: stop using d_alloc_anon()/d_instantiate_anon()Gravatar Amir Goldstein 1-22/+1
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionGravatar Stefan Berger 2-5/+13
2023-11-14ovl: fix memory leak in ovl_parse_param()Gravatar Amir Goldstein 1-6/+5
2023-11-14ovl: fix misformatted commentGravatar Amir Goldstein 1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Gravatar Linus Torvalds 14-529/+891
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-1/+1
2023-10-31ima: detect changes to the backing overlay fileGravatar Mimi Zohar 1-1/+1
2023-10-31ovl: add support for appending lowerdirs one by oneGravatar Amir Goldstein 1-2/+76
2023-10-31ovl: refactor layer parsing helpersGravatar Amir Goldstein 1-54/+67
2023-10-31ovl: store and show the user provided lowerdir mount optionGravatar Amir Goldstein 3-24/+28
2023-10-31ovl: remove unused code in lowerdir param parsingGravatar Amir Goldstein 1-79/+16
2023-10-31ovl: Add an alternative type of whiteoutGravatar Alexander Larsson 6-15/+88
2023-10-31ovl: Support escaped overlay.* xattrsGravatar Alexander Larsson 2-3/+85