aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-02ovl: rearrange ovl_can_list()Gravatar Miklos Szeredi 1-3/+6
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-10/+12
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Gravatar Miklos Szeredi 1-1/+1
2020-09-02ovl: use ovl_do_getxattr() for private xattrGravatar Miklos Szeredi 1-1/+2
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-13/+4
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-4/+1
2020-06-04ovl: make oip->index boolGravatar Miklos Szeredi 1-1/+1
2020-06-04ovl: add accessor for ofs->upper_mntGravatar Miklos Szeredi 1-2/+2
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepGravatar Christoph Hellwig 1-4/+0
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Gravatar Vivek Goyal 1-10/+1
2020-04-30ovl: clear ATTR_OPEN from attr->ia_validGravatar Vivek Goyal 1-3/+14
2020-04-30ovl: clear ATTR_FILE from attr->ia_validGravatar Vivek Goyal 1-0/+7
2020-03-27ovl: enable xino automatically in more casesGravatar Amir Goldstein 1-4/+4
2020-03-27ovl: avoid possible inode number collisions with xino=onGravatar Amir Goldstein 1-10/+29
2020-03-27ovl: use a private non-persistent ino poolGravatar Amir Goldstein 1-3/+12
2020-03-17ovl: fix a typo in commentGravatar Chengguang Xu 1-1/+1
2020-03-17ovl: simplify i_ino initializationGravatar Amir Goldstein 1-9/+26
2020-03-17ovl: fix out of date comment and unreachable codeGravatar Amir Goldstein 1-3/+5
2020-03-17ovl: fix value of i_ino for lower hardlink corner caseGravatar Amir Goldstein 1-1/+3
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoGravatar Amir Goldstein 1-12/+4
2020-01-24ovl: generalize the lower_fs[] arrayGravatar Amir Goldstein 1-12/+9
2020-01-24ovl: simplify ovl_same_sb() helperGravatar Amir Goldstein 1-4/+4
2020-01-22ovl: use ovl_inode_lock in ovl_llseek()Gravatar Amir Goldstein 1-0/+21
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-3/+3
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoGravatar Amir Goldstein 1-1/+7
2019-09-11ovl: filter of trusted xattr results in auditGravatar Mark Salyzyn 1-1/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-19ovl: make i_ino consistent with st_ino in more casesGravatar Amir Goldstein 1-6/+6
2019-05-29ovl: detect overlapping layersGravatar Amir Goldstein 1-0/+48
2019-05-08ovl: relax WARN_ON() for overlapping layers use caseGravatar Amir Goldstein 1-1/+2
2018-12-04Revert "ovl: relax permission checking on underlying layers"Gravatar Miklos Szeredi 1-13/+4
2018-10-26ovl: relax permission checking on underlying layersGravatar Miklos Szeredi 1-4/+13
2018-09-25ovl: make symbol 'ovl_aops' staticGravatar Wei Yongjun 1-1/+1
2018-08-30ovl: fix GPF in swapfile_activate of file from overlayfs over xfsGravatar Amir Goldstein 1-0/+6
2018-08-30ovl: respect FIEMAP_FLAG_SYNC flagGravatar Amir Goldstein 1-0/+4
2018-07-20ovl: Do not do metadata only copy-up for truncate operationGravatar Vivek Goyal 1-1/+8
2018-07-20ovl: Add an inode flag OVL_CONST_INOGravatar Vivek Goyal 1-0/+3
2018-07-20ovl: Store lower data inode in ovl_inodeGravatar Vivek Goyal 1-1/+1
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerGravatar Vivek Goyal 1-1/+34
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryGravatar Vivek Goyal 1-1/+10
2018-07-20ovl: Use out_err instead of out_nomemGravatar Vivek Goyal 1-7/+10
2018-07-20ovl: Move the copy up helpers to copy_up.cGravatar Vivek Goyal 1-32/+0
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Gravatar Vivek Goyal 1-0/+3
2018-07-18ovl: add ovl_fiemap()Gravatar Miklos Szeredi 1-1/+28
2018-07-18ovl: stack file opsGravatar Miklos Szeredi 1-0/+1
2018-07-18ovl: copy up file size as wellGravatar Miklos Szeredi 1-9/+0
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Gravatar Miklos Szeredi 1-0/+21
2018-07-18ovl: copy up timesGravatar Miklos Szeredi 1-0/+3