aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+2
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-0/+27
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-14ovl: do not get metacopy for userxattrMiklos Szeredi1-0/+7
2020-12-14ovl: user xattrMiklos Szeredi1-2/+3
2020-12-14ovl: check privs before decoding file handleMiklos Szeredi1-0/+3
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov1-1/+2
2020-09-02ovl: enumerate private xattrsMiklos Szeredi1-5/+26
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-10/+12
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-1/+1
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi1-5/+5
2020-09-02ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()Miklos Szeredi1-36/+17
2020-09-02duplicate ovl_getxattr()Miklos Szeredi1-2/+2
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi1-3/+3
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi1-1/+26
2020-05-13ovl: whiteout inode sharingChengguang Xu1-1/+2
2020-03-17ovl: allow remote upperMiklos Szeredi1-0/+2
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi1-0/+15
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi1-2/+1
2020-03-17ovl: simplify i_ino initializationAmir Goldstein1-18/+0
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein1-2/+0
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein1-2/+2
2020-01-24ovl: layer is constMiklos Szeredi1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein1-12/+0
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-7/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29ovl: detect overlapping layersAmir Goldstein1-0/+12
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal1-20/+35
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein1-12/+13
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein1-16/+12
2018-10-26ovl: relax requirement for non null uuid of lower fsAmir Goldstein1-2/+1
2018-09-24ovl: fix memory leak on unlink of indexed fileAmir Goldstein1-1/+2
2018-07-20ovl: Check redirect on index as wellVivek Goyal1-0/+50
2018-07-20ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal1-1/+2
2018-07-20ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal1-1/+2
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal1-0/+12
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal1-1/+11
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal1-0/+16
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal1-0/+13
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal1-0/+12
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal1-0/+22
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal1-4/+74
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal1-1/+25
2018-07-18ovl: copy up inode flagsMiklos Szeredi1-0/+1
2018-07-18ovl: copy up timesMiklos Szeredi1-1/+9
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein1-3/+14
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein1-1/+6
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein1-0/+7
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein1-1/+7