summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+15
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-4/+5
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* | ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-01-281-0/+2
|/
* ovl: user xattrMiklos Szeredi2020-12-141-3/+9
* ovl: fix incorrect extent info in metacopy caseChengguang Xu2020-11-121-1/+1
* ovl: rearrange ovl_can_list()Miklos Szeredi2020-09-021-3/+6
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-10/+12
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-1/+2
* Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-06-091-13/+4
|\
| * ovl: make oip->index boolMiklos Szeredi2020-06-041-1/+1
| * ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-2/+2
| * ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal2020-06-021-10/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-4/+1
|\ \ | |/ |/|
| * fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-4/+0
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal2020-04-301-3/+14
* | ovl: clear ATTR_FILE from attr->ia_validVivek Goyal2020-04-301-0/+7
|/
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-4/+4
* ovl: avoid possible inode number collisions with xino=onAmir Goldstein2020-03-271-10/+29
* ovl: use a private non-persistent ino poolAmir Goldstein2020-03-271-3/+12
* ovl: fix a typo in commentChengguang Xu2020-03-171-1/+1
* ovl: simplify i_ino initializationAmir Goldstein2020-03-171-9/+26
* ovl: fix out of date comment and unreachable codeAmir Goldstein2020-03-171-3/+5
* ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein2020-03-171-1/+3
* ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2020-01-241-12/+4
* ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-241-12/+9
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-4/+4
* ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein2020-01-221-0/+21
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-3/+3
* ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-101-1/+7
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-09-111-1/+2
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | ovl: make i_ino consistent with st_ino in more casesAmir Goldstein2019-06-191-6/+6
|/
* ovl: detect overlapping layersAmir Goldstein2019-05-291-0/+48
* ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-081-1/+2
* Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi2018-12-041-13/+4
* ovl: relax permission checking on underlying layersMiklos Szeredi2018-10-261-4/+13
* ovl: make symbol 'ovl_aops' staticWei Yongjun2018-09-251-1/+1
* ovl: fix GPF in swapfile_activate of file from overlayfs over xfsAmir Goldstein2018-08-301-0/+6
* ovl: respect FIEMAP_FLAG_SYNC flagAmir Goldstein2018-08-301-0/+4
* ovl: Do not do metadata only copy-up for truncate operationVivek Goyal2018-07-201-1/+8
* ovl: Add an inode flag OVL_CONST_INOVivek Goyal2018-07-201-0/+3
* ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-201-1/+1
* ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal2018-07-201-1/+34
* ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal2018-07-201-1/+10