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