summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-20ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes
2024-11-14ovl: pass an explicit reference of creators creds to callersAmir Goldstein
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-11-11backing-file: clean up the APIMiklos Szeredi
2024-11-11ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein
2024-10-14ovl: specify layers via file descriptorsChristian Brauner
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-09-27ovl: fix file leak in ovl_real_fdget_meta()Amir Goldstein
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-19Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-08ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton
2024-08-30ovl: fsync after metadata copy-upAmir Goldstein
2024-08-29ovl: don't set the superblock's errseq_t manuallyHaifeng Xu
2024-08-24Merge patch series "ovl: simplify ovl_parse_param_lowerdir()"Christian Brauner
2024-08-23ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng
2024-08-23ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng
2024-08-23ovl: pass string to ovl_parse_layer()Christian Brauner
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai
2024-06-14ovl: fix encoding fid for lower only rootMiklos Szeredi
2024-05-28ovl: fix copy-up in tmpfileMiklos Szeredi
2024-05-22Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2024-05-10ovl: remove duplicate included headerThorsten Blum
2024-05-02ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi
2024-05-02ovl: implement tmpfileMiklos Szeredi
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner