summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2023-07-26ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner4-564/+581
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds13-699/+1350
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+22
2023-06-20ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner1-7/+18
2023-06-20ovl: modify layer parameter parsingChristian Brauner5-258/+520
2023-06-19ovl: enable fsnotify events on underlying real filesAmir Goldstein1-2/+2
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein1-2/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-2/+3
2023-06-19ovl: port to new mount apiChristian Brauner1-205/+193
2023-06-19ovl: factor out ovl_parse_options() helperAmir Goldstein2-116/+135
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein6-84/+103
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein4-31/+43
2023-06-19ovl: clarify ovl_get_root() semanticsAmir Goldstein1-1/+3
2023-06-19ovl: negate the ofs->share_whiteout booleanAmir Goldstein3-7/+4
2023-06-19ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner1-0/+9
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein7-14/+107
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein4-5/+33
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein6-4/+24
2023-06-19ovl: implement lookup in data-only layersAmir Goldstein1-1/+72
2023-06-19ovl: introduce data-only lower layersAmir Goldstein3-8/+72
2023-06-19ovl: remove unneeded goto instructionsAmir Goldstein1-12/+9
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein6-17/+22
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein7-21/+13
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein8-62/+57
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein5-22/+46
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein5-52/+73
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein5-16/+21
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein7-13/+30
2023-06-19ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng1-6/+6
2023-06-19ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng1-3/+2
2023-06-19ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2-4/+5
2023-05-24overlayfs: Implement splice-readDavid Howells1-1/+22
2023-03-06ovl: check for ->listxattr() supportChristian Brauner1-2/+1
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-8/+0
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-78/+79
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-01-27ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-6/+4
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner3-6/+3
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner8-26/+24
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner2-4/+4
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner2-8/+10
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1