summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-242-5/+13
|\
| * fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-182-5/+13
* | ovl: fix memory leak in ovl_parse_param()Amir Goldstein2023-11-141-6/+5
* | ovl: fix misformatted commentAmir Goldstein2023-11-141-1/+1
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-1/+1
|\
| * exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein2023-10-241-1/+1
* | Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-11-0714-529/+891
|\ \
| * | ovl: add support for appending lowerdirs one by oneAmir Goldstein2023-10-311-2/+76
| * | ovl: refactor layer parsing helpersAmir Goldstein2023-10-311-54/+67
| * | ovl: store and show the user provided lowerdir mount optionAmir Goldstein2023-10-313-24/+28
| * | ovl: remove unused code in lowerdir param parsingAmir Goldstein2023-10-311-79/+16
| * | ovl: Add an alternative type of whiteoutAlexander Larsson2023-10-316-15/+88
| * | ovl: Support escaped overlay.* xattrsAlexander Larsson2023-10-312-3/+85
| * | ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson2023-10-312-2/+4
| * | ovl: Move xattr support to new xattrs.c fileAmir Goldstein2023-10-315-196/+207
| * | ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein2023-10-315-43/+104
| * | ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein2023-10-312-23/+61
| * | ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein2023-10-315-87/+84
| * | ovl: split ovl_want_write() into two helpersAmir Goldstein2023-10-312-0/+30
| * | ovl: add helper ovl_file_modified()Amir Goldstein2023-10-311-7/+11
| * | ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein2023-10-311-0/+2
| * | ovl: punt write aio completion to workqueueAmir Goldstein2023-10-311-1/+41
| * | ovl: propagate IOCB_APPEND flag on writes to realfileAmir Goldstein2023-10-311-1/+1
| * | ovl: use simpler function to convert iocb to rw flagsAmir Goldstein2023-10-311-17/+11
* | | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-021-1/+1
|\ \ \ | |/ / |/| |
| * | ima: detect changes to the backing overlay fileMimi Zohar2023-10-311-1/+1
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-303-6/+10
|\ \ \
| * | | overlayfs: convert to new timestamp accessorsJeff Layton2023-10-183-6/+10
| |/ /
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+2
|\ \ \
| * | | overlayfs: move xattr tables to .rodataWedson Almeida Filho2023-10-101-2/+2
* | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-4/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | ovl: rely on SB_I_NOUMASKChristian Brauner2023-10-191-0/+8
| * | | fs: store real path instead of fake path in backing file f_pathAmir Goldstein2023-10-191-4/+12
* | | | ovl: temporarily disable appending lowedirsAmir Goldstein2023-10-141-49/+3
* | | | ovl: fix regression in showing lowerdir mount optionAmir Goldstein2023-10-141-15/+23
* | | | ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein2023-10-121-0/+29
| |_|/ |/| |
* | | ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein2023-10-031-1/+1
* | | ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein2023-10-023-24/+21
* | | ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro2023-10-021-2/+4
* | | ovl: move freeing ovl_entry past rcu delayAl Viro2023-10-021-1/+2
* | | ovl: fix file reference leak when submitting aioAmir Goldstein2023-10-021-2/+0
* | | Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2023-09-262-1/+7
|\ \ \ | |_|/ |/| |
| * | overlayfs: set ctime when setting mtime and atimeJeff Layton2023-09-251-1/+1
| * | ovl: disable IOCB_DIO_CALLER_COMPJens Axboe2023-09-251-0/+6
| |/
* | ovl: fix incorrect fdput() on aio completionAmir Goldstein2023-09-041-6/+3
* | ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein2023-09-041-1/+2
|/
* Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-08-3011-68/+580
|\
| * ovl: validate superblock in OVL_FS()Andrea Righi2023-08-121-0/+3
| * ovl: make consistent use of OVL_FS()Andrea Righi2023-08-128-24/+26
| * ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUGAndrea Righi2023-08-121-0/+9