summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: move all parameter handling into params.{c,h}Christian Brauner2023-07-034-564/+581
* Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-06-2913-699/+1350
|\
| * ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner2023-06-201-7/+18
| * ovl: modify layer parameter parsingChristian Brauner2023-06-205-258/+520
| * ovl: port to new mount apiChristian Brauner2023-06-191-205/+193
| * ovl: factor out ovl_parse_options() helperAmir Goldstein2023-06-192-116/+135
| * ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-196-84/+103
| * ovl: pass ovl_fs to xino helpersAmir Goldstein2023-06-194-31/+43
| * ovl: clarify ovl_get_root() semanticsAmir Goldstein2023-06-191-1/+3
| * ovl: negate the ofs->share_whiteout booleanAmir Goldstein2023-06-193-7/+4
| * ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner2023-06-191-0/+9
| * ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein2023-06-197-14/+107
| * ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein2023-06-194-5/+33
| * ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein2023-06-196-4/+24
| * ovl: implement lookup in data-only layersAmir Goldstein2023-06-191-1/+72
| * ovl: introduce data-only lower layersAmir Goldstein2023-06-193-8/+72
| * ovl: remove unneeded goto instructionsAmir Goldstein2023-06-191-12/+9
| * ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein2023-06-196-17/+22
| * ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-197-21/+13
| * ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-198-62/+57
| * ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein2023-06-195-22/+46
| * ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-195-52/+73
| * ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-195-16/+21
| * ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-197-13/+30
| * ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng2023-06-191-6/+6
| * ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng2023-06-191-3/+2
| * ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2023-06-192-4/+5
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+22
|\ \
| * | overlayfs: Implement splice-readDavid Howells2023-05-241-1/+22
| |/
* | ovl: enable fsnotify events on underlying real filesAmir Goldstein2023-06-191-2/+2
* | fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein2023-06-191-2/+2
* | fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein2023-06-191-2/+3
|/
* ovl: check for ->listxattr() supportChristian Brauner2023-03-061-2/+1
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-8/+0
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2010-78/+79
|\
| * fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-6/+4
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-193-6/+3
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-198-26/+24
| * fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-3/+3
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-4/+4
| * fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-192-8/+10
| * fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1