summaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)Author
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir 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: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir 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 i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-08ovl: use inode instead of dentry where possibleMiklos Szeredi
2022-12-08ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-09-01overlayfs: constify pathAl Viro
2022-04-28ovl: handle idmappings in layer open helpersChristian Brauner
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner
2022-04-28ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein
2022-04-28ovl: pass ofs to creation operationsChristian Brauner
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein
2021-04-12ovl: fix misspellings using codespell toolXiong Zhenwu
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-14ovl: do not get metacopy for userxattrMiklos Szeredi
2020-12-14ovl: user xattrMiklos Szeredi
2020-12-14ovl: check privs before decoding file handleMiklos Szeredi
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov
2020-09-02ovl: enumerate private xattrsMiklos Szeredi
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi
2020-09-02ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()Miklos Szeredi
2020-09-02duplicate ovl_getxattr()Miklos Szeredi
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi
2020-05-13ovl: whiteout inode sharingChengguang Xu
2020-03-17ovl: allow remote upperMiklos Szeredi
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi