summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorLines
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein-6/+5
2023-11-14ovl: fix misformatted commentAmir Goldstein-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-1/+1
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds-529/+891
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-1/+1
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar-1/+1
2023-10-31ovl: add support for appending lowerdirs one by oneAmir Goldstein-2/+76
2023-10-31ovl: refactor layer parsing helpersAmir Goldstein-54/+67
2023-10-31ovl: store and show the user provided lowerdir mount optionAmir Goldstein-24/+28
2023-10-31ovl: remove unused code in lowerdir param parsingAmir Goldstein-79/+16
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson-15/+88
2023-10-31ovl: Support escaped overlay.* xattrsAlexander Larsson-3/+85
2023-10-31ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson-2/+4
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein-196/+207
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein-43/+104
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein-23/+61
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein-87/+84
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein-0/+30
2023-10-31ovl: add helper ovl_file_modified()Amir Goldstein-7/+11
2023-10-31ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein-0/+2
2023-10-31ovl: punt write aio completion to workqueueAmir Goldstein-1/+41
2023-10-31ovl: propagate IOCB_APPEND flag on writes to realfileAmir Goldstein-1/+1
2023-10-31ovl: use simpler function to convert iocb to rw flagsAmir Goldstein-17/+11
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-6/+10
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-2/+2
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-4/+20
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein-1/+1
2023-10-19ovl: rely on SB_I_NOUMASKChristian Brauner-0/+8
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein-4/+12
2023-10-18overlayfs: convert to new timestamp accessorsJeff Layton-6/+10
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein-49/+3
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein-15/+23
2023-10-12ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein-0/+29
2023-10-10overlayfs: move xattr tables to .rodataWedson Almeida Filho-2/+2
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein-1/+1
2023-10-02ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein-24/+21
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro-2/+4
2023-10-02ovl: move freeing ovl_entry past rcu delayAl Viro-1/+2
2023-10-02ovl: fix file reference leak when submitting aioAmir Goldstein-2/+0
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-1/+7
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton-1/+1
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe-0/+6
2023-09-04ovl: fix incorrect fdput() on aio completionAmir Goldstein-6/+3
2023-09-04ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein-1/+2
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds-68/+580
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-8/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+8
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein-8/+2
2023-08-12ovl: validate superblock in OVL_FS()Andrea Righi-0/+3
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi-24/+26