summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-121-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-124-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
| * | | | fs: move file_start_write() into vfs_iter_write()Amir Goldstein2023-11-241-2/+0
| * | | | ovl: add permission hooks outside of do_splice_direct()Amir Goldstein2023-11-241-1/+25
| | |_|/ | |/| |
* | | | Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-201-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | ovl: fix dentry reference leak after changes to underlying layersAmir Goldstein2023-12-171-2/+3
| | |/ | |/|
* | | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-242-5/+13
|\ \ \ | |/ / |/| |
| * | fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-182-5/+13
| |/
* | ovl: fix memory leak in ovl_parse_param()Amir Goldstein2023-11-141-6/+5
* | ovl: fix misformatted commentAmir Goldstein2023-11-141-1/+1
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-1/+1
|\
| * exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein2023-10-241-1/+1