summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * ovl: auto generate uuid for new overlay filesystemsAmir Goldstein2023-08-123-2/+27
| * ovl: store persistent uuid/fsid with uuid=onAmir Goldstein2023-08-124-3/+54
| * ovl: add support for unique fsid per instanceAmir Goldstein2023-08-126-13/+53
| * ovl: support encoding non-decodable file handlesAmir Goldstein2023-08-125-7/+32
| * ovl: Handle verity during copy-upAlexander Larsson2023-08-123-5/+79
| * ovl: Validate verity xattr when resolving lowerdataAlexander Larsson2023-08-126-8/+178
| * ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson2023-08-123-10/+61
| * ovl: Add framework for verity supportAlexander Larsson2023-08-123-3/+65
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-8/+2
|\ \
| * | ovl: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-8/+2
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-5/+8
|\ \ \ | |_|/ |/| |
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-112-2/+2
| * | overlayfs: convert to ctime accessor functionsJeff Layton2023-07-242-3/+6
| |/
* | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
* | ovl: Always reevaluate the file signature for IMAEric Snowberg2023-07-251-1/+1
|/
* ovl: move all parameter handling into params.{c,h}Christian Brauner2023-07-034-564/+581
* Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-06-2913-699/+1350
|\
| * ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner2023-06-201-7/+18
| * ovl: modify layer parameter parsingChristian Brauner2023-06-205-258/+520
| * ovl: port to new mount apiChristian Brauner2023-06-191-205/+193
| * ovl: factor out ovl_parse_options() helperAmir Goldstein2023-06-192-116/+135
| * ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-196-84/+103
| * ovl: pass ovl_fs to xino helpersAmir Goldstein2023-06-194-31/+43
| * ovl: clarify ovl_get_root() semanticsAmir Goldstein2023-06-191-1/+3
| * ovl: negate the ofs->share_whiteout booleanAmir Goldstein2023-06-193-7/+4
| * ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner2023-06-191-0/+9