aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-02ovl: enumerate private xattrsGravatar Miklos Szeredi 1-5/+26
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-10/+12
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Gravatar Miklos Szeredi 1-1/+1
2020-09-02ovl: use ovl_do_getxattr() for private xattrGravatar Miklos Szeredi 1-5/+5
2020-09-02ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()Gravatar Miklos Szeredi 1-36/+17
2020-09-02duplicate ovl_getxattr()Gravatar Miklos Szeredi 1-2/+2
2020-06-04ovl: add accessor for ofs->upper_mntGravatar Miklos Szeredi 1-3/+3
2020-06-02ovl: verify permissions in ovl_path_open()Gravatar Miklos Szeredi 1-1/+26
2020-05-13ovl: whiteout inode sharingGravatar Chengguang Xu 1-1/+2
2020-03-17ovl: allow remote upperGravatar Miklos Szeredi 1-0/+2
2020-03-17ovl: decide if revalidate needed on a per-dentry basisGravatar Miklos Szeredi 1-0/+15
2020-03-17ovl: separate detection of remote upper layer from stacked overlayGravatar Miklos Szeredi 1-2/+1
2020-03-17ovl: simplify i_ino initializationGravatar Amir Goldstein 1-18/+0
2020-03-17ovl: fix out of date comment and unreachable codeGravatar Amir Goldstein 1-2/+0
2020-03-12ovl: fix lock in ovl_llseek()Gravatar Amir Goldstein 1-2/+2
2020-01-24ovl: layer is constGravatar Miklos Szeredi 1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperGravatar Amir Goldstein 1-12/+0
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-7/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-29ovl: detect overlapping layersGravatar Amir Goldstein 1-0/+12
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upGravatar Vivek Goyal 1-20/+35
2018-10-26ovl: abstract ovl_inode lock with a helperGravatar Amir Goldstein 1-12/+13
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Gravatar Amir Goldstein 1-16/+12
2018-10-26ovl: relax requirement for non null uuid of lower fsGravatar Amir Goldstein 1-2/+1
2018-09-24ovl: fix memory leak on unlink of indexed fileGravatar Amir Goldstein 1-1/+2
2018-07-20ovl: Check redirect on index as wellGravatar Vivek Goyal 1-0/+50
2018-07-20ovl: Do not set dentry type ORIGIN for broken hardlinksGravatar Vivek Goyal 1-1/+2
2018-07-20ovl: Treat metacopy dentries as type OVL_PATH_MERGEGravatar Vivek Goyal 1-1/+2
2018-07-20ovl: Add helper ovl_inode_realdata()Gravatar Vivek Goyal 1-0/+12
2018-07-20ovl: Store lower data inode in ovl_inodeGravatar Vivek Goyal 1-1/+11
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerGravatar Vivek Goyal 1-0/+16
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryGravatar Vivek Goyal 1-0/+13
2018-07-20ovl: Copy up meta inode data from lowest data inodeGravatar Vivek Goyal 1-0/+12
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryGravatar Vivek Goyal 1-0/+22
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperGravatar Vivek Goyal 1-4/+74
2018-07-20ovl: Add helper ovl_already_copied_up()Gravatar Vivek Goyal 1-1/+25
2018-07-18ovl: copy up inode flagsGravatar Miklos Szeredi 1-0/+1
2018-07-18ovl: copy up timesGravatar Miklos Szeredi 1-1/+9
2018-04-12ovl: constant st_ino for non-samefs with xinoGravatar Amir Goldstein 1-3/+14
2018-04-12ovl: allocate anon bdev per unique lower fsGravatar Amir Goldstein 1-1/+6
2018-04-12ovl: factor out ovl_map_dev_ino() helperGravatar Amir Goldstein 1-0/+7
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportGravatar Amir Goldstein 1-1/+7
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsGravatar Amir Goldstein 1-11/+19
2018-01-24ovl: copy up of disconnected dentriesGravatar Amir Goldstein 1-3/+4
2018-01-24ovl: whiteout index when union nlink drops to zeroGravatar Amir Goldstein 1-6/+11
2018-01-24ovl: cleanup dir index when dir nlink drops to zeroGravatar Amir Goldstein 1-3/+3
2018-01-24ovl: index directories on copy up for NFS exportGravatar Amir Goldstein 1-1/+1
2018-01-24ovl: index all non-dir on copy up for NFS exportGravatar Amir Goldstein 1-0/+4
2018-01-24ovl: create ovl_need_index() helperGravatar Amir Goldstein 1-4/+20
2018-01-24ovl: add support for "nfs_export" configurationGravatar Amir Goldstein 1-0/+16