summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-193-17/+74
|\
| * ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton2024-09-081-5/+33
| * ovl: fsync after metadata copy-upAmir Goldstein2024-08-301-4/+39
| * ovl: don't set the superblock's errseq_t manuallyHaifeng Xu2024-08-291-8/+2
* | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-161-3/+3
|\ \ | |/ |/|
| * lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai2024-07-311-3/+3
* | Merge patch series "ovl: simplify ovl_parse_param_lowerdir()"Christian Brauner2024-08-241-39/+12
|\ \ | |/ |/|
| * ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng2024-08-231-2/+2
| * ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng2024-08-231-33/+7
| * ovl: pass string to ovl_parse_layer()Christian Brauner2024-08-231-4/+3
* | ovl: fix encoding fid for lower only rootMiklos Szeredi2024-06-141-1/+5
* | ovl: fix copy-up in tmpfileMiklos Szeredi2024-05-281-4/+4
|/
* Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-224-26/+133
|\
| * ovl: remove duplicate included headerThorsten Blum2024-05-101-1/+0
| * ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi2024-05-021-3/+0
| * ovl: implement tmpfileMiklos Szeredi2024-05-023-22/+133
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-1/+1
|\ \
| * | kernel_file_open(): get rid of inode argumentAl Viro2024-04-151-1/+1
| |/
* | Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-05-152-2/+2
|\ \
| * | fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger2024-04-091-1/+1
| * | security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-1/+1
| |/
* / fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)2024-03-261-4/+0
|/
* ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein2024-03-171-3/+3
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-7/+11
|\
| * ovl: convert to super_set_uuid()Kent Overstreet2024-02-081-7/+11
* | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-112-33/+33
|\ \
| * \ Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2024-03-071-3/+11
| |\ \
| | * | ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-02-271-3/+11
| | |/
| * / fs: remove the inode argument to ->d_real() methodAmir Goldstein2024-02-061-30/+22
| |/
* | Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-121-8/+6
|\ \
| * | remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein2024-02-061-8/+6
| |/
* / ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-236-48/+97
|/
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-22/+1
|\
| * ovl: stop using d_alloc_anon()/d_instantiate_anon()Amir Goldstein2023-11-181-22/+1
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-114-6/+20
|\ \
| * | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-254-6/+20
| |/
* | Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2024-01-108-24/+22
|\ \
| * | ovl: initialize ovl_copy_up_ctx.destname inside ovl_do_copy_up()Amir Goldstein2023-11-201-1/+7
| * | ovl: remove redundant ofs->indexdir memberAmir Goldstein2023-11-207-23/+15
* | | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-0/+1
|\ \ \
| * | | overlay: disable EVMMimi Zohar2023-12-201-0/+1
* | | | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-085-228/+69
|\ \ \ \
| * | | | fs: factor out backing_file_mmap() helperAmir Goldstein2023-12-231-17/+6
| * | | | fs: factor out backing_file_splice_{read,write}() helpersAmir Goldstein2023-12-231-20/+13
| * | | | fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein2023-12-233-185/+22
| * | | | fs: prepare for stackable filesystems backing file helpersAmir Goldstein2023-12-232-0/+2
| * | | | splice: return type ssize_t from all helpersAmir Goldstein2023-12-121-1/+1
| * | | | fs: move file_start_write() into direct_splice_actor()Amir Goldstein2023-12-011-2/+0
| * | | | fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein2023-11-241-4/+4