aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-17/+28
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-9/+11
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+8
2021-01-24xattr: handle idmapped mountsTycho Andersen1-3/+3
2020-12-14ovl: user xattrMiklos Szeredi1-3/+5
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov1-6/+8
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein1-0/+3
2020-09-02ovl: enumerate private xattrsMiklos Szeredi1-13/+25
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-21/+30
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-4/+4
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi1-0/+6
2020-09-02duplicate ovl_getxattr()Miklos Szeredi1-2/+0
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun1-1/+0
2020-06-04ovl: make oip->index boolMiklos Szeredi1-1/+1
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-05-13ovl: whiteout inode sharingChengguang Xu1-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein1-2/+2
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein1-0/+16
2020-03-17ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein1-0/+1
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi1-0/+2
2020-03-17ovl: simplify i_ino initializationAmir Goldstein1-2/+2
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein1-1/+6
2020-01-24ovl: implement async IO routinesJiufei Xue1-0/+2
2020-01-24ovl: layer is constMiklos Szeredi1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein1-4/+13
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-0/+3
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein1-6/+28
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