summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)AuthorLines
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi-3/+3
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi-1/+26
2020-05-13ovl: whiteout inode sharingChengguang Xu-1/+2
2020-03-17ovl: allow remote upperMiklos Szeredi-0/+2
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi-0/+15
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi-2/+1
2020-03-17ovl: simplify i_ino initializationAmir Goldstein-18/+0
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein-2/+0
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein-2/+2
2020-01-24ovl: layer is constMiklos Szeredi-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein-12/+0
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi-7/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-29ovl: detect overlapping layersAmir Goldstein-0/+12
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal-20/+35
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein-12/+13
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein-16/+12
2018-10-26ovl: relax requirement for non null uuid of lower fsAmir Goldstein-2/+1
2018-09-24ovl: fix memory leak on unlink of indexed fileAmir Goldstein-1/+2
2018-07-20ovl: Check redirect on index as wellVivek Goyal-0/+50
2018-07-20ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal-1/+2
2018-07-20ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal-1/+2
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal-0/+12
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal-1/+11
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal-0/+16
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal-0/+13
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal-0/+12
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal-0/+22
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal-4/+74
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal-1/+25
2018-07-18ovl: copy up inode flagsMiklos Szeredi-0/+1
2018-07-18ovl: copy up timesMiklos Szeredi-1/+9
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein-3/+14
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein-1/+6
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein-0/+7
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein-1/+7
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein-11/+19
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein-3/+4
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein-6/+11
2018-01-24ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein-3/+3
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein-1/+1
2018-01-24ovl: index all non-dir on copy up for NFS exportAmir Goldstein-0/+4
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein-4/+20
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein-0/+16
2018-01-19ovl: hash directory inodes for fsnotifyAmir Goldstein-2/+2
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra-1/+6
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein-1/+0
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein-0/+13
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein-0/+19
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein-1/+4