summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)Author
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein
2020-03-27ovl: use a private non-persistent ino poolAmir Goldstein
2020-03-17ovl: fix a typo in commentChengguang Xu
2020-03-17ovl: simplify i_ino initializationAmir Goldstein
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein
2020-03-17ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein
2020-01-24ovl: generalize the lower_fs[] arrayAmir Goldstein
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein
2020-01-22ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein
2019-09-11ovl: filter of trusted xattr results in auditMark Salyzyn
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein
2019-05-29ovl: detect overlapping layersAmir Goldstein
2019-05-08ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein
2018-12-04Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi
2018-10-26ovl: relax permission checking on underlying layersMiklos Szeredi
2018-09-25ovl: make symbol 'ovl_aops' staticWei Yongjun
2018-08-30ovl: fix GPF in swapfile_activate of file from overlayfs over xfsAmir Goldstein
2018-08-30ovl: respect FIEMAP_FLAG_SYNC flagAmir Goldstein
2018-07-20ovl: Do not do metadata only copy-up for truncate operationVivek Goyal
2018-07-20ovl: Add an inode flag OVL_CONST_INOVivek Goyal
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal
2018-07-20ovl: Use out_err instead of out_nomemVivek Goyal
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal
2018-07-18ovl: add ovl_fiemap()Miklos Szeredi
2018-07-18ovl: stack file opsMiklos Szeredi
2018-07-18ovl: copy up file size as wellMiklos Szeredi
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi
2018-07-18ovl: copy up timesMiklos Szeredi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein
2018-02-16ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein