summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-10/+12
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-5/+5
* ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()Miklos Szeredi2020-09-021-36/+17
* duplicate ovl_getxattr()Miklos Szeredi2020-09-021-2/+2
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-3/+3
* ovl: verify permissions in ovl_path_open()Miklos Szeredi2020-06-021-1/+26
* ovl: whiteout inode sharingChengguang Xu2020-05-131-1/+2
* ovl: allow remote upperMiklos Szeredi2020-03-171-0/+2
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-0/+15
* ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi2020-03-171-2/+1
* ovl: simplify i_ino initializationAmir Goldstein2020-03-171-18/+0
* ovl: fix out of date comment and unreachable codeAmir Goldstein2020-03-171-2/+0
* ovl: fix lock in ovl_llseek()Amir Goldstein2020-03-121-2/+2
* ovl: layer is constMiklos Szeredi2020-01-241-1/+1
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-12/+0
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-7/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ovl: detect overlapping layersAmir Goldstein2019-05-291-0/+12
* ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-02-131-20/+35
* ovl: abstract ovl_inode lock with a helperAmir Goldstein2018-10-261-12/+13
* ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein2018-10-261-16/+12
* ovl: relax requirement for non null uuid of lower fsAmir Goldstein2018-10-261-2/+1
* ovl: fix memory leak on unlink of indexed fileAmir Goldstein2018-09-241-1/+2
* ovl: Check redirect on index as wellVivek Goyal2018-07-201-0/+50
* ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal2018-07-201-1/+2
* ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal2018-07-201-1/+2
* ovl: Add helper ovl_inode_realdata()Vivek Goyal2018-07-201-0/+12
* ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-201-1/+11
* ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal2018-07-201-0/+16
* ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal2018-07-201-0/+13
* ovl: Copy up meta inode data from lowest data inodeVivek Goyal2018-07-201-0/+12
* ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal2018-07-201-0/+22
* ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal2018-07-201-4/+74
* ovl: Add helper ovl_already_copied_up()Vivek Goyal2018-07-201-1/+25
* ovl: copy up inode flagsMiklos Szeredi2018-07-181-0/+1
* ovl: copy up timesMiklos Szeredi2018-07-181-1/+9
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-121-3/+14
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-121-1/+6
* ovl: factor out ovl_map_dev_ino() helperAmir Goldstein2018-04-121-0/+7
* ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein2018-04-121-1/+7
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-241-11/+19
* ovl: copy up of disconnected dentriesAmir Goldstein2018-01-241-3/+4
* ovl: whiteout index when union nlink drops to zeroAmir Goldstein2018-01-241-6/+11
* ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein2018-01-241-3/+3
* ovl: index directories on copy up for NFS exportAmir Goldstein2018-01-241-1/+1
* ovl: index all non-dir on copy up for NFS exportAmir Goldstein2018-01-241-0/+4
* ovl: create ovl_need_index() helperAmir Goldstein2018-01-241-4/+20
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-241-0/+16
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-191-2/+2