aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ovl: add helper to force data copy-upGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Check redirect on index as wellGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Add an inode flag OVL_CONST_INOGravatar Vivek Goyal 1-0/+2
2018-07-20ovl: Add helper ovl_inode_realdata()Gravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Store lower data inode in ovl_inodeGravatar Vivek Goyal 1-1/+3
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Copy up meta inode data from lowest data inodeGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryGravatar Vivek Goyal 1-0/+1
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperGravatar Vivek Goyal 1-2/+16
2018-07-20ovl: Add helper ovl_already_copied_up()Gravatar Vivek Goyal 1-0/+1
2018-07-20ovl: Move the copy up helpers to copy_up.cGravatar Vivek Goyal 1-1/+1
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Gravatar Vivek Goyal 1-0/+1
2018-07-18ovl: stack file opsGravatar Miklos Szeredi 1-0/+3
2018-07-18ovl: copy up file size as wellGravatar Miklos Szeredi 1-0/+2
2018-07-18ovl: copy up inode flagsGravatar Miklos Szeredi 1-0/+7
2018-07-18ovl: copy up timesGravatar Miklos Szeredi 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2018-05-31ovl: use inode_insert5() to hash a newly created inodeGravatar Amir Goldstein 1-0/+1
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureGravatar Vivek Goyal 1-3/+8
2018-05-31ovl: create helper ovl_create_temp()Gravatar Amir Goldstein 1-1/+1
2018-05-31ovl: return dentry from ovl_create_real()Gravatar Miklos Szeredi 1-2/+2
2018-05-31ovl: struct cattr cleanupsGravatar Amir Goldstein 1-3/+6
2018-05-31ovl: strip debug argument from ovl_do_ helpersGravatar Amir Goldstein 1-24/+18
2018-04-12ovl: consistent i_ino for non-samefs with xinoGravatar Amir Goldstein 1-1/+1
2018-04-12ovl: constant st_ino for non-samefs with xinoGravatar Amir Goldstein 1-1/+8
2018-04-12ovl: factor out ovl_map_dev_ino() helperGravatar Amir Goldstein 1-0/+1
2018-04-12ovl: do not try to reconnect a disconnected origin dentryGravatar Amir Goldstein 1-2/+3
2018-04-12ovl: disambiguate ovl_encode_fh()Gravatar Amir Goldstein 1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: lookup indexed ancestor of lower dirGravatar Amir Goldstein 1-0/+2
2018-01-24ovl: lookup connected ancestor of dir in inode cacheGravatar Amir Goldstein 1-1/+2
2018-01-24ovl: decode indexed dir file handlesGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: decode lower file handles of unlinked but open filesGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: decode lower non-dir file handlesGravatar Amir Goldstein 1-0/+2
2018-01-24ovl: decode pure upper file handlesGravatar Amir Goldstein 1-0/+2
2018-01-24ovl: encode pure upper file handlesGravatar Amir Goldstein 1-0/+6
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsGravatar Amir Goldstein 1-1/+9
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Gravatar Amir Goldstein 1-2/+3
2018-01-24ovl: factor out ovl_get_index_fh() helperGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: whiteout index when union nlink drops to zeroGravatar Amir Goldstein 1-0/+2
2018-01-24ovl: create ovl_need_index() helperGravatar Amir Goldstein 1-0/+1
2018-01-24ovl: use directory index entries for consistency verificationGravatar Amir Goldstein 1-0/+7
2018-01-24ovl: add support for "nfs_export" configurationGravatar Amir Goldstein 1-0/+2
2018-01-24ovl: generalize ovl_verify_origin() and helpersGravatar Amir Goldstein 1-3/+9
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Gravatar Amir Goldstein 1-5/+4
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirGravatar Amir Goldstein 1-0/+2
2017-12-11ovl: Use PTR_ERR_OR_ZERO()Gravatar Vasyl Gomonovych 1-1/+1
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Gravatar Amir Goldstein 1-2/+2