aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29ovl: detect overlapping layersAmir Goldstein1-0/+3
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein1-1/+1
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal1-0/+2
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein1-0/+10
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein1-2/+2
2018-10-04ovl: fix format of setxattr debugMiklos Szeredi1-2/+2
2018-07-20ovl: add helper to force data copy-upVivek Goyal1-0/+1
2018-07-20ovl: Check redirect on index as wellVivek Goyal1-0/+1
2018-07-20ovl: Add an inode flag OVL_CONST_INOVivek Goyal1-0/+2
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal1-0/+1
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal1-1/+3
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal1-0/+1
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal1-0/+1
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal1-0/+1
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal1-0/+1
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal1-2/+16
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal1-0/+1
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal1-1/+1
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal1-0/+1
2018-07-18ovl: stack file opsMiklos Szeredi1-0/+3
2018-07-18ovl: copy up file size as wellMiklos Szeredi1-0/+2
2018-07-18ovl: copy up inode flagsMiklos Szeredi1-0/+7
2018-07-18ovl: copy up timesMiklos Szeredi1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein1-0/+1
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal1-3/+8
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein1-1/+1
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi1-2/+2
2018-05-31ovl: struct cattr cleanupsAmir Goldstein1-3/+6
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein1-24/+18
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein1-1/+1
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein1-1/+8
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein1-0/+1
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein1-2/+3
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein1-0/+1
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein1-0/+2
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein1-1/+2
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein1-0/+1
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein1-0/+1
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein1-0/+2
2018-01-24ovl: decode pure upper file handlesAmir Goldstein1-0/+2
2018-01-24ovl: encode pure upper file handlesAmir Goldstein1-0/+6
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein1-1/+9
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein1-2/+3
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein1-0/+1
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein1-0/+2
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein1-0/+1