summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-25/+91
7 daysMerge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
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-13struct fd: representation changeAl Viro1-13/+15
2024-08-13introduce 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
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2-2/+2
2024-05-10ovl: remove duplicate included headerThorsten Blum1-1/+0
2024-05-02ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi1-3/+0
2024-05-02ovl: implement tmpfileMiklos Szeredi3-22/+133
2024-04-15kernel_file_open(): get rid of inode argumentAl Viro1-1/+1
2024-04-10fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger1-1/+1
2024-04-10security: allow finer granularity in permitting copy-up of security xattrsStefan Berger1-1/+1
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)1-4/+0
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein1-3/+3
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-7/+11
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-33/+33
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-3/+11
2024-02-28ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-3/+11
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+6
2024-02-08ovl: convert to super_set_uuid()Kent Overstreet1-7/+11
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein1-8/+6
2024-02-06fs: remove the inode argument to ->d_real() methodAmir Goldstein1-30/+22
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein6-48/+97
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-22/+1
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds4-6/+20
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds8-24/+22
2024-01-10Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-0/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-228/+69
2023-12-23fs: factor out backing_file_mmap() helperAmir Goldstein1-17/+6
2023-12-23fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein1-20/+13
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein3-185/+22