summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson
2023-10-31ovl: Support escaped overlay.* xattrsAlexander Larsson
2023-10-31ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein
2023-08-12ovl: Handle verity during copy-upAlexander Larsson
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson
2023-08-12ovl: Add framework for verity supportAlexander Larsson
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-06-20ovl: modify layer parameter parsingChristian Brauner
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein
2023-06-19ovl: factor out ovl_parse_options() helperAmir Goldstein
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein
2023-06-19ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-12-12Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-12-08ovl: use inode instead of dentry where possibleMiklos Szeredi
2022-12-08ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein
2022-12-08ovl: Use "buf" flexible array for memcpy() destinationKees Cook
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-20ovl: implement set acl methodChristian Brauner
2022-10-20ovl: implement get acl methodChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds