summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang2022-08-251-1/+1
* ovl: fix warning in ovl_create_real()Miklos Szeredi2021-12-223-6/+10
* ovl: fix deadlock in splice writeMiklos Szeredi2021-11-171-1/+46
* ovl: simplify file spliceMiklos Szeredi2021-10-201-44/+2
* ovl: fix missing negative dentry check in ovl_rename()Zheng Liang2021-10-131-3/+7
* ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying2021-09-221-2/+4
* ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi2021-09-031-1/+1
* ovl: add splice file read write helperMurphy Zhou2021-08-261-0/+47
* ovl: fix missing revert_creds() on error pathDan Carpenter2021-05-141-1/+2
* ovl: allow upperdir inside lowerdirMiklos Szeredi2021-05-071-5/+7
* ovl: expand warning in ovl_d_real()Miklos Szeredi2021-02-171-5/+8
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-171-7/+8
* ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-02-171-0/+2
* ovl: fix dentry leak in ovl_get_redirectLiangyan2021-02-101-1/+1
* ovl: fix unneeded call to ovl_change_flags()Amir Goldstein2020-07-221-4/+6
* ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein2020-07-221-1/+1
* ovl: inode reference leak in ovl_is_inuse true case.youngjun2020-07-221-1/+10
* ovl: fix regression with re-formatted lower squashfsAmir Goldstein2020-07-221-0/+12
* ovl: initialize error in ovl_copy_xattrYuxuan Shui2020-06-171-1/+1
* ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein2020-04-211-1/+3
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-111-1/+1
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-02-111-1/+7
* ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-171-1/+1
* ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-171-1/+7
* ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-173-7/+27
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-09-111-1/+2
* ovl: Fix dereferencing possible ERR_PTR()Ding Xiang2019-09-111-2/+1
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-162-26/+48
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2111-44/+11
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1911-44/+11
* | ovl: make i_ino consistent with st_ino in more casesAmir Goldstein2019-06-191-6/+6
* | ovl: fix typo in MODULE_PARM_DESCNicolas Schier2019-06-183-8/+8
* | ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann2019-06-181-2/+2
* | ovl: don't fail with disconnected lower NFSMiklos Szeredi2019-06-181-17/+9
* | ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-111-26/+65
|/
* ovl: detect overlapping layersAmir Goldstein2019-05-296-17/+229
* ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-05-271-3/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-05-145-33/+113
|\
| * ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-082-2/+3
| * ovl: check the capability before cred overriddenJiufei Xue2019-05-061-18/+61
| * ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-05-061-3/+4
| * ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-05-061-4/+40
| * ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-063-7/+6
* | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-1/+1
|\ \
| * | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-1/+1
| |/
* | overlayfs: make use of ->free_inode()Al Viro2019-05-011-7/+6
|/
* ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-02-133-22/+63
* ovl: During copy up, first copy up data and then xattrsVivek Goyal2019-02-041-13/+18
* Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi2018-12-041-13/+4