aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
10 daysMerge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-14/+33
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner1-1/+0
2025-11-19ovl: add override_creds cleanup guard extension for overlayfsChristian Brauner1-0/+5
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown1-6/+2
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown1-8/+15
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-0/+8
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-0/+8
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-1/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-4/+4
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+5
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida1-3/+5
2025-09-15ovl_get_verity_digest(): constify path argumentAl Viro1-1/+1
2025-09-15ovl_validate_verity(): constify {meta,data}path argumentsAl Viro1-2/+2
2025-09-15ovl_ensure_verity_loaded(): constify datapath argumentAl Viro1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2025-07-28Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+25
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown1-2/+1
2025-07-18ovl: change ovl_create_real() to receive dentry parentNeilBrown1-1/+1
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown1-1/+1
2025-07-18ovl: Call ovl_create_temp() without lock held.NeilBrown1-1/+11
2025-07-18ovl: simplify an error path in ovl_copy_up_workdir()NeilBrown1-0/+6
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein1-0/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-5/+5
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-8/+8
2025-06-12ovl: fix debug print in case of mkdir errorAmir Goldstein1-3/+5
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-04-07ovl: remove unused forward declarationGiuseppe Scrivano1-2/+0
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-1/+1
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-8/+7
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein1-1/+1
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein1-0/+3
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger1-8/+0
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes1-0/+1
2024-05-02ovl: implement tmpfileMiklos Szeredi1-0/+3
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein1-6/+17
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+6
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein1-2/+6
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger1-0/+8
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-0/+15
2023-10-31ovl: Support escaped overlay.* xattrsAlexander Larsson1-0/+7
2023-10-31ovl: Add OVL_XATTR_TRUSTED/USER_PREFIX_LEN macrosAlexander Larsson1-0/+2
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein1-9/+9
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein1-7/+19
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein1-0/+4
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-2/+64
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein1-1/+3
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein1-0/+3
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein1-0/+16
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein1-0/+1
2023-08-12ovl: Handle verity during copy-upAlexander Larsson1-0/+3
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson1-1/+10
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson1-1/+23
2023-08-12ovl: Add framework for verity supportAlexander Larsson1-0/+6
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-1/+1
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner1-32/+9
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-25/+81
2023-06-20ovl: modify layer parameter parsingChristian Brauner1-0/+23
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-2/+3
2023-06-19ovl: factor out ovl_parse_options() helperAmir Goldstein1-0/+8
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein1-12/+27
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein1-8/+8
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein1-0/+2
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein1-0/+2
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein1-1/+0
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein1-2/+0
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein1-2/+4
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein1-0/+5
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein1-2/+4
2023-06-19ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-5/+5
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-12/+13
2022-12-12Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-5/+6
2022-12-08ovl: use inode instead of dentry where possibleMiklos Szeredi1-3/+3
2022-12-08ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein1-1/+2
2022-12-08ovl: Use "buf" flexible array for memcpy() destinationKees Cook1-1/+1
2022-10-20ovl: use posix acl apiChristian Brauner1-0/+8
2022-10-20ovl: implement set acl methodChristian Brauner1-0/+17
2022-10-20ovl: implement get acl methodChristian Brauner1-2/+15
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+7
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+11
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi1-6/+8
2022-09-01overlayfs: constify pathAl Viro1-11/+11
2022-08-31xattr: constify value argument in vfs_setxattr()Christian Brauner1-1/+1
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+6
2022-07-28ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu1-0/+6
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner1-1/+2
2022-06-26attr: port attribute changes to new typesChristian Brauner1-11/+1
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner1-10/+1
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein1-0/+2
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner1-22/+55
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-0/+8
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner1-0/+29
2022-04-28ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein1-0/+1
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner1-1/+1
2022-04-28ovl: handle idmappings in creation operationsChristian Brauner1-11/+11
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-21/+33
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-10/+28
2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi1-0/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov1-0/+12
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein1-2/+11
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein1-1/+14
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein1-3/+3
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+33
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi1-2/+0
2021-04-12ovl: stack fileattr opsMiklos Szeredi1-0/+3
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein1-1/+6
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein1-3/+27
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+28
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-9/+11
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+8
2021-01-24xattr: handle idmapped mountsTycho Andersen1-3/+3
2020-12-14ovl: user xattrMiklos Szeredi1-3/+5
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov1-6/+8
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein1-0/+3
2020-09-02ovl: enumerate private xattrsMiklos Szeredi1-13/+25
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-21/+30
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-4/+4
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi1-0/+6
2020-09-02duplicate ovl_getxattr()Miklos Szeredi1-2/+0
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun1-1/+0
2020-06-04ovl: make oip->index boolMiklos Szeredi1-1/+1
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-05-13ovl: whiteout inode sharingChengguang Xu1-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein1-2/+2
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein1-0/+16
2020-03-17ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein1-0/+1
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi1-0/+2
2020-03-17ovl: simplify i_ino initializationAmir Goldstein1-2/+2
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein1-1/+6
2020-01-24ovl: implement async IO routinesJiufei Xue1-0/+2
2020-01-24ovl: layer is constMiklos Szeredi1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein1-4/+13
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-0/+3
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein1-6/+28
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29ovl: detect overlapping layersAmir Goldstein1-0/+3
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein1-1/+1
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal1-0/+2
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein1-0/+10
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein1-2/+2
2018-10-04ovl: fix format of setxattr debugMiklos Szeredi1-2/+2
2018-07-20ovl: add helper to force data copy-upVivek Goyal1-0/+1
2018-07-20ovl: Check redirect on index as wellVivek Goyal1-0/+1
2018-07-20ovl: Add an inode flag OVL_CONST_INOVivek Goyal1-0/+2
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal1-0/+1
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal1-1/+3
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal1-0/+1
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal1-0/+1
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal1-0/+1
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal1-0/+1
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal1-2/+16
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal1-0/+1
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal1-1/+1
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal1-0/+1
2018-07-18ovl: stack file opsMiklos Szeredi1-0/+3
2018-07-18ovl: copy up file size as wellMiklos Szeredi1-0/+2
2018-07-18ovl: copy up inode flagsMiklos Szeredi1-0/+7
2018-07-18ovl: copy up timesMiklos Szeredi1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein1-0/+1
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal1-3/+8
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein1-1/+1
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi1-2/+2
2018-05-31ovl: struct cattr cleanupsAmir Goldstein1-3/+6
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein1-24/+18
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein1-1/+1
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein1-1/+8
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein1-0/+1
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein1-2/+3
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein1-0/+1
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein1-0/+2
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein1-1/+2
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein1-0/+1
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein1-0/+1
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein1-0/+2
2018-01-24ovl: decode pure upper file handlesAmir Goldstein1-0/+2
2018-01-24ovl: encode pure upper file handlesAmir Goldstein1-0/+6
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein1-1/+9
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein1-2/+3
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein1-0/+1