summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovl: Use out_err instead of out_nomemVivek Goyal2018-07-201-7/+10
* ovl: Move the copy up helpers to copy_up.cVivek Goyal2018-07-201-32/+0
* ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal2018-07-201-0/+3
* ovl: add ovl_fiemap()Miklos Szeredi2018-07-181-1/+28
* ovl: stack file opsMiklos Szeredi2018-07-181-0/+1
* ovl: copy up file size as wellMiklos Szeredi2018-07-181-9/+0
* Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi2018-07-181-0/+21
* ovl: copy up timesMiklos Szeredi2018-07-181-0/+3
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein2018-05-311-2/+10
* | ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal2018-05-311-9/+11
|/
* ovl: consistent i_ino for non-samefs with xinoAmir Goldstein2018-04-121-9/+18
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-121-2/+29
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-121-4/+5
* ovl: factor out ovl_map_dev_ino() helperAmir Goldstein2018-04-121-39/+49
* ovl: cleanup ovl_update_time()Miklos Szeredi2018-04-121-17/+11
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-121-0/+3
* ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein2018-04-121-5/+2
* ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein2018-04-121-4/+17
* ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein2018-02-161-18/+40
* ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein2018-01-241-6/+15
* ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein2018-01-241-1/+3
* ovl: decode lower file handles of unlinked but open filesAmir Goldstein2018-01-241-0/+16
* ovl: copy up of disconnected dentriesAmir Goldstein2018-01-241-1/+3
* ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein2018-01-241-9/+7
* ovl: unbless lower st_ino of unverified originAmir Goldstein2018-01-241-4/+12
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-01-191-11/+28
OpenPOWER on IntegriCloud