summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov2023-12-081-2/+3
* overlayfs: set ctime when setting mtime and atimeJeff Layton2023-10-251-1/+1
* new helper: lookup_positive_unlocked()Al Viro2023-09-231-16/+8
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci2023-01-181-16/+30
* 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 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 missing revert_creds() on error pathDan Carpenter2021-05-221-1/+2
* ovl: allow upperdir inside lowerdirMiklos Szeredi2021-05-071-5/+7
* ovl: expand warning in ovl_d_real()Miklos Szeredi2021-02-231-5/+8
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-231-7/+8
* ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-02-231-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: initialize error in ovl_copy_xattrYuxuan Shui2020-06-221-1/+1
* ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein2020-04-211-1/+3
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-02-111-1/+7
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-111-1/+1
* 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: filter of trusted xattr results in auditMark Salyzyn2019-10-051-1/+2
* ovl: Fix dereferencing possible ERR_PTR()Ding Xiang2019-10-051-2/+1
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-09-212-26/+48
* ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann2019-06-251-2/+2
* ovl: don't fail with disconnected lower NFSMiklos Szeredi2019-06-251-17/+9
* ovl: detect overlapping layersAmir Goldstein2019-06-256-17/+229
* ovl: make i_ino consistent with st_ino in more casesAmir Goldstein2019-06-251-6/+6
* ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-251-26/+65
* ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-251-3/+6
* ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-06-151-4/+40
* ovl: check the capability before cred overriddenJiufei Xue2019-06-151-18/+61
* ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-06-151-3/+4
* ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-312-2/+3
* ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-253-7/+6
* ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-03-233-22/+63
* ovl: During copy up, first copy up data and then xattrsVivek Goyal2019-03-231-13/+18
* ovl: fix missing override creds in link of a metacopy upperAmir Goldstein2018-12-191-1/+13
* ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-12-191-3/+3
* ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi2018-11-211-7/+29
* ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi2018-11-211-0/+4
* ovl: fix recursive oi->lock in ovl_link()Amir Goldstein2018-11-211-0/+4
* ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein2018-11-211-1/+3
* ovl: fix format of setxattr debugMiklos Szeredi2018-10-041-2/+2
* ovl: fix access beyond unterminated stringsAmir Goldstein2018-10-041-1/+1
* ovl: make symbol 'ovl_aops' staticWei Yongjun2018-09-251-1/+1
* vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-242-2/+2