aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesGravatar Amir Goldstein 1-0/+3
2020-09-02ovl: enumerate private xattrsGravatar Miklos Szeredi 1-13/+25
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-21/+30
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Gravatar Miklos Szeredi 1-4/+4
2020-09-02ovl: use ovl_do_getxattr() for private xattrGravatar Miklos Szeredi 1-0/+6
2020-09-02duplicate ovl_getxattr()Gravatar Miklos Szeredi 1-2/+0
2020-07-16ovl: change ovl_copy_up_flags staticGravatar youngjun 1-1/+0
2020-06-04ovl: make oip->index boolGravatar Miklos Szeredi 1-1/+1
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Gravatar Amir Goldstein 1-0/+3
2020-05-13ovl: whiteout inode sharingGravatar Chengguang Xu 1-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Gravatar Amir Goldstein 1-2/+2
2020-03-27ovl: enable xino automatically in more casesGravatar Amir Goldstein 1-0/+16
2020-03-17ovl: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTGravatar Amir Goldstein 1-0/+1
2020-03-17ovl: decide if revalidate needed on a per-dentry basisGravatar Miklos Szeredi 1-0/+2
2020-03-17ovl: simplify i_ino initializationGravatar Amir Goldstein 1-2/+2
2020-03-12ovl: fix lock in ovl_llseek()Gravatar Amir Goldstein 1-1/+6
2020-01-24ovl: implement async IO routinesGravatar Jiufei Xue 1-0/+2
2020-01-24ovl: layer is constGravatar Miklos Szeredi 1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperGravatar Amir Goldstein 1-4/+13
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-0/+3
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryGravatar Amir Goldstein 1-6/+28
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-29ovl: detect overlapping layersGravatar Amir Goldstein 1-0/+3
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlGravatar Amir Goldstein 1-1/+1
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upGravatar Vivek Goyal 1-0/+2
2018-10-26ovl: abstract ovl_inode lock with a helperGravatar Amir Goldstein 1-0/+10
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Gravatar Amir Goldstein 1-2/+2
2018-10-04ovl: fix format of setxattr debugGravatar Miklos Szeredi 1-2/+2
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