summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18ovl: fix filattr copy-up failureMiklos Szeredi1-1/+4
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi1-3/+4
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+4
2021-08-17ovl: update ctime when changing fileattrChengguang Xu1-0/+3
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu1-6/+0
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein1-3/+47
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein1-13/+31
2021-05-01Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+7
2021-04-12ovl: stack fileattr opsMiklos Szeredi1-0/+77
2021-04-12ovl: trivial typo fixes in the file inode.cBhaskar Chowdhury1-3/+3
2021-04-12ovl: remove ovl_map_dev_ino() return valueyoungjun1-8/+4
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+15
2021-01-28ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi1-0/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24xattr: handle idmapped mountsTycho Andersen1-4/+5
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-2/+2
2020-12-14ovl: user xattrMiklos Szeredi1-3/+9
2020-11-12ovl: fix incorrect extent info in metacopy caseChengguang Xu1-1/+1
2020-09-02ovl: rearrange ovl_can_list()Miklos Szeredi1-3/+6
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-10/+12
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-1/+1
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi1-1/+2
2020-06-10Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-13/+4
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+1
2020-06-04ovl: make oip->index boolMiklos Szeredi1-1/+1
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi1-2/+2
2020-06-04fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-4/+0
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal1-10/+1
2020-04-30ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal1-3/+14
2020-04-30ovl: clear ATTR_FILE from attr->ia_validVivek Goyal1-0/+7
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein1-4/+4
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein1-10/+29
2020-03-27ovl: use a private non-persistent ino poolAmir Goldstein1-3/+12
2020-03-17ovl: fix a typo in commentChengguang Xu1-1/+1
2020-03-17ovl: simplify i_ino initializationAmir Goldstein1-9/+26
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein1-3/+5
2020-03-17ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein1-1/+3
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein1-12/+4
2020-01-24ovl: generalize the lower_fs[] arrayAmir Goldstein1-12/+9
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein1-4/+4
2020-01-22ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein1-0/+21
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-3/+3
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein1-1/+7
2019-09-11ovl: filter of trusted xattr results in auditMark Salyzyn1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein1-6/+6
2019-05-29ovl: detect overlapping layersAmir Goldstein1-0/+48