aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2020-05-13ovl: potential crash in ovl_fid_to_fh()Gravatar Dan Carpenter 1-0/+3
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 4-18/+33
2020-03-27ovl: avoid possible inode number collisions with xino=onGravatar Amir Goldstein 3-17/+45
2020-03-27ovl: use a private non-persistent ino poolGravatar Amir Goldstein 3-3/+15
2020-03-27ovl: fix WARN_ON nlink drop to zeroGravatar Miklos Szeredi 1-2/+24
2020-03-17ovl: fix a typo in commentGravatar Chengguang Xu 1-1/+1
2020-03-17ovl: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-17ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldGravatar Al Viro 1-17/+21
2020-03-17ovl: strict upper fs requirements for remote upper fsGravatar Amir Goldstein 1-6/+18
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTGravatar Amir Goldstein 3-1/+71
2020-03-17ovl: allow remote upperGravatar Miklos Szeredi 3-4/+9
2020-03-17ovl: decide if revalidate needed on a per-dentry basisGravatar Miklos Szeredi 6-16/+30
2020-03-17ovl: separate detection of remote upper layer from stacked overlayGravatar Miklos Szeredi 3-10/+10
2020-03-17ovl: restructure dentry revalidationGravatar Miklos Szeredi 1-25/+26
2020-03-17ovl: ignore failure to copy up unknown xattrsGravatar Miklos Szeredi 1-2/+14
2020-03-17ovl: simplify i_ino initializationGravatar Amir Goldstein 4-31/+39
2020-03-17ovl: factor out helper ovl_get_root()Gravatar Amir Goldstein 1-15/+29
2020-03-17ovl: fix out of date comment and unreachable codeGravatar Amir Goldstein 2-5/+5
2020-03-17ovl: fix value of i_ino for lower hardlink corner caseGravatar Amir Goldstein 1-1/+3
2020-03-13ovl: fix lockdep warning for async writeGravatar Miklos Szeredi 1-0/+6
2020-03-13ovl: fix some xino configurationsGravatar Amir Goldstein 2-1/+9
2020-03-12ovl: fix lock in ovl_llseek()Gravatar Amir Goldstein 2-3/+8
2020-02-03ovl: fix lseek overflow on 32bitGravatar Miklos Szeredi 1-1/+1
2020-01-24ovl: add splice file read write helperGravatar Murphy Zhou 1-0/+47
2020-01-24ovl: implement async IO routinesGravatar Jiufei Xue 3-15/+110
2020-01-24ovl: layer is constGravatar Miklos Szeredi 6-22/+23
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoGravatar Amir Goldstein 2-17/+14
2020-01-24ovl: fix corner case of conflicting lower layer uuidGravatar Amir Goldstein 2-2/+8
2020-01-24ovl: generalize the lower_fs[] arrayGravatar Amir Goldstein 3-46/+46
2020-01-24ovl: simplify ovl_same_sb() helperGravatar Amir Goldstein 6-34/+37
2020-01-22ovl: generalize the lower_layers[] arrayGravatar Amir Goldstein 4-31/+35
2020-01-22ovl: improving copy-up efficiency for big sparse fileGravatar Chengguang Xu 1-2/+39
2020-01-22ovl: use ovl_inode_lock in ovl_llseek()Gravatar Amir Goldstein 2-2/+23
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 9-81/+85
2020-01-22ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Gravatar Amir Goldstein 1-1/+7
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-96/+159
2019-12-10ovl: relax WARN_ON() on rename to selfGravatar Amir Goldstein 1-1/+1
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoGravatar Amir Goldstein 1-1/+7
2019-12-10ovl: don't use a temp buf for encoding real fhGravatar Amir Goldstein 1-21/+16
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryGravatar Amir Goldstein 4-73/+115
2019-12-10ovl: fix lookup failure on multi lower squashfsGravatar Amir Goldstein 3-7/+27
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-16/+8
2019-09-11ovl: filter of trusted xattr results in auditGravatar Mark Salyzyn 1-1/+2
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Gravatar Ding Xiang 1-2/+1
2019-07-16ovl: fix regression caused by overlapping layers detectionGravatar Amir Goldstein 2-26/+48
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 11-44/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 11-44/+11
2019-06-19ovl: make i_ino consistent with st_ino in more casesGravatar Amir Goldstein 1-6/+6