summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-12-23fs: factor out backing_file_mmap() helperAmir Goldstein
2023-12-23fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein
2023-12-23fs: prepare for stackable filesystems backing file helpersAmir Goldstein
2023-12-20Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-20overlay: disable EVMMimi Zohar
2023-12-17ovl: fix dentry reference leak after changes to underlying layersAmir Goldstein
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-11-24ovl: add permission hooks outside of do_splice_direct()Amir Goldstein
2023-11-20ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up()Amir Goldstein
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein
2023-11-18ovl: stop using d_alloc_anon()/d_instantiate_anon()Amir Goldstein
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein
2023-11-14ovl: fix misformatted commentAmir Goldstein
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar
2023-10-31ovl: add support for appending lowerdirs one by oneAmir Goldstein
2023-10-31ovl: refactor layer parsing helpersAmir Goldstein
2023-10-31ovl: store and show the user provided lowerdir mount optionAmir Goldstein
2023-10-31ovl: remove unused code in lowerdir param parsingAmir Goldstein
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson
2023-10-31ovl: Support escaped overlay.* xattrsAlexander Larsson
2023-10-31ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein
2023-10-31ovl: add helper ovl_file_modified()Amir Goldstein
2023-10-31ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein
2023-10-31ovl: punt write aio completion to workqueueAmir Goldstein
2023-10-31ovl: propagate IOCB_APPEND flag on writes to realfileAmir Goldstein
2023-10-31ovl: use simpler function to convert iocb to rw flagsAmir Goldstein
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds