aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)Author
2019-03-23ovl: 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
2018-09-24ovl: fix memory leak on unlink of indexed fileAmir Goldstein
2018-07-20ovl: Check redirect on index as wellVivek Goyal
2018-07-20ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal
2018-07-20ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal
2018-07-18ovl: copy up inode flagsMiklos Szeredi
2018-07-18ovl: copy up timesMiklos Szeredi
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein
2018-01-24ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein
2018-01-24ovl: index all non-dir on copy up for NFS exportAmir Goldstein
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein
2018-01-19ovl: hash directory inodes for fsnotifyAmir Goldstein
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein
2017-07-04ovl: implement index dir copy upAmir Goldstein
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: defer upper dir lock to tempfile linkAmir Goldstein
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi