summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-17/+28
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-9/+11
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+8
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-3/+3
* | ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-0/+1
|/
* ovl: user xattrMiklos Szeredi2020-12-141-3/+5
* ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov2020-11-121-6/+8
* ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein2020-10-061-0/+3
* ovl: enumerate private xattrsMiklos Szeredi2020-09-021-13/+25
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-21/+30
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-4/+4
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-0/+6
* duplicate ovl_getxattr()Miklos Szeredi2020-09-021-2/+0
* ovl: change ovl_copy_up_flags staticyoungjun2020-07-161-1/+0
* ovl: make oip->index boolMiklos Szeredi2020-06-041-1/+1
* ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein2020-06-021-0/+3
* ovl: whiteout inode sharingChengguang Xu2020-05-131-1/+1
* ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein2020-05-131-2/+2
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-0/+16
* ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-171-1/+1
* ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein2020-03-171-0/+1
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-0/+2
* ovl: simplify i_ino initializationAmir Goldstein2020-03-171-2/+2
* ovl: fix lock in ovl_llseek()Amir Goldstein2020-03-121-1/+6
* ovl: implement async IO routinesJiufei Xue2020-01-241-0/+2
* ovl: layer is constMiklos Szeredi2020-01-241-1/+1
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-4/+13
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-0/+3
* ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein2019-12-101-6/+28
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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