aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-19ovl: hash directory inodes for fsnotifyGravatar Amir Goldstein 1-2/+2
2017-11-09ovl: re-structure overlay lower layers in-memoryGravatar Chandan Rajendra 1-1/+6
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hGravatar Amir Goldstein 1-1/+0
2017-11-09ovl: no direct iteration for dir with origin xattrGravatar Amir Goldstein 1-0/+13
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Gravatar Amir Goldstein 1-0/+19
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Gravatar Amir Goldstein 1-1/+4
2017-07-27ovl: constant d_ino for non-merge dirsGravatar Miklos Szeredi 1-6/+18
2017-07-20ovl: fix xattr get and set with selinuxGravatar Miklos Szeredi 1-1/+6
2017-07-04ovl: cleanup orphan index entriesGravatar Amir Goldstein 1-1/+65
2017-07-04ovl: persistent overlay inode nlink for indexed inodesGravatar Amir Goldstein 1-0/+66
2017-07-04ovl: implement index dir copy upGravatar Amir Goldstein 1-1/+1
2017-07-04ovl: add flag for upper in ovl_entryGravatar Miklos Szeredi 1-0/+19
2017-07-04ovl: defer upper dir lock to tempfile linkGravatar Amir Goldstein 1-1/+0
2017-07-04ovl: hash overlay non-dir inodes by copy up originGravatar Miklos Szeredi 1-2/+1
2017-07-04ovl: introduce the inodes index dir featureGravatar Amir Goldstein 1-0/+15
2017-07-04vfs: introduce inode 'inuse' lockGravatar Amir Goldstein 1-0/+31
2017-07-04ovl: move cache and version to ovl_inodeGravatar Miklos Szeredi 1-12/+8
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upGravatar Amir Goldstein 1-17/+6
2017-07-04ovl: move impure to ovl_inodeGravatar Miklos Szeredi 1-10/+12
2017-07-04ovl: move redirect to ovl_inodeGravatar Miklos Szeredi 1-6/+4
2017-07-04ovl: move __upperdentry to ovl_inodeGravatar Miklos Szeredi 1-57/+32
2017-07-04ovl: use i_private only as a keyGravatar Miklos Szeredi 1-6/+29
2017-07-04ovl: simplify getting inodeGravatar Miklos Szeredi 1-1/+6
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Gravatar Amir Goldstein 1-7/+35
2017-05-19ovl: mark upper dir with type origin entries "impure"Gravatar Amir Goldstein 1-0/+14