aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2020-06-17ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-01-24ovl: implement async IO routinesJiufei Xue
2020-01-24ovl: layer is constMiklos Szeredi
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29ovl: detect overlapping layersAmir Goldstein
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein
2018-10-04ovl: fix format of setxattr debugMiklos Szeredi
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