summaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)Author
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
2020-03-17ovl: simplify i_ino initializationAmir Goldstein
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-01-24ovl: layer is constMiklos Szeredi
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29ovl: detect overlapping layersAmir Goldstein
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein
2018-10-26ovl: relax requirement for non null uuid of lower fsAmir Goldstein