summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2018-07-20ovl: add helper to force data copy-upVivek Goyal
2018-07-20ovl: Check redirect on index as wellVivek Goyal
2018-07-20ovl: Add an inode flag OVL_CONST_INOVivek 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-20ovl: Move the copy up helpers to copy_up.cVivek Goyal
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal
2018-07-18ovl: stack file opsMiklos Szeredi
2018-07-18ovl: copy up file size as wellMiklos Szeredi
2018-07-18ovl: copy up inode flagsMiklos Szeredi
2018-07-18ovl: copy up timesMiklos Szeredi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi
2018-05-31ovl: struct cattr cleanupsAmir Goldstein
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein
2018-01-24ovl: decode pure upper file handlesAmir Goldstein
2018-01-24ovl: encode pure upper file handlesAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein
2017-12-11ovl: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein