summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+20
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+20
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2025-01-16fs/overlayfs/namei.c: get rid of include ../internal.hAl Viro1-2/+0
2025-01-06ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2024-12-19fs: relax assertions on failure to encode file handlesAmir Goldstein1-3/+2
2024-12-02ovl: avoid pointless cred reference count bumpChristian Brauner1-2/+2
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-1/+1
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-187/+282
2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+5
2024-11-18Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-25/+91
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein1-84/+59
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein1-25/+34
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein1-8/+41
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein3-9/+48
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein1-27/+31
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes2-3/+11
2024-11-14ovl: pass an explicit reference of creators creds to callersAmir Goldstein1-12/+22
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger2-13/+5
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes9-39/+44
2024-11-11backing-file: clean up the APIMiklos Szeredi1-9/+13
2024-11-11ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko1-1/+6
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein1-2/+7
2024-10-14ovl: specify layers via file descriptorsChristian Brauner1-25/+91
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-09-27ovl: fix file leak in ovl_real_fdget_meta()Amir Goldstein1-1/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-33/+35
2024-09-19Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+74
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-09-08ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton1-5/+33
2024-08-30ovl: fsync after metadata copy-upAmir Goldstein1-4/+39
2024-08-29ovl: don't set the superblock's errseq_t manuallyHaifeng Xu1-8/+2
2024-08-24Merge patch series "ovl: simplify ovl_parse_param_lowerdir()"Christian Brauner1-39/+12
2024-08-23ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng1-2/+2
2024-08-23ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng1-33/+7
2024-08-23ovl: pass string to ovl_parse_layer()Christian Brauner1-4/+3
2024-08-12struct fd: representation changeAl Viro1-13/+15
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-20/+20
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai1-3/+3
2024-06-14ovl: fix encoding fid for lower only rootMiklos Szeredi1-1/+5
2024-05-28ovl: fix copy-up in tmpfileMiklos Szeredi1-4/+4
2024-05-22Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-26/+133