summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-19ovl: rely on SB_I_NOUMASKChristian Brauner
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-18overlayfs: convert to new timestamp accessorsJeff Layton
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein
2023-10-12ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein
2023-10-10overlayfs: move xattr tables to .rodataWedson Almeida Filho
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein
2023-10-02ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro
2023-10-02ovl: move freeing ovl_entry past rcu delayAl Viro
2023-10-02ovl: fix file reference leak when submitting aioAmir Goldstein
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe
2023-09-04ovl: fix incorrect fdput() on aio completionAmir Goldstein
2023-09-04ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-12ovl: validate superblock in OVL_FS()Andrea Righi
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi
2023-08-12ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUGAndrea Righi
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein
2023-08-12ovl: Handle verity during copy-upAlexander Larsson
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson
2023-08-12ovl: Add framework for verity supportAlexander Larsson
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-07-25ovl: Always reevaluate the file signature for IMAEric Snowberg
2023-07-24overlayfs: convert to ctime accessor functionsJeff Layton
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-20ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner
2023-06-20ovl: modify layer parameter parsingChristian Brauner
2023-06-19ovl: enable fsnotify events on underlying real filesAmir Goldstein
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein
2023-06-19ovl: port to new mount apiChristian Brauner
2023-06-19ovl: factor out ovl_parse_options() helperAmir Goldstein
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein