aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein4-18/+33
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein3-17/+45
2020-03-27ovl: use a private non-persistent ino poolAmir Goldstein3-3/+15
2020-03-27ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi1-2/+24
2020-03-17ovl: fix a typo in commentChengguang Xu1-1/+1
2020-03-17ovl: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-17ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldAl Viro1-17/+21
2020-03-17ovl: strict upper fs requirements for remote upper fsAmir Goldstein1-6/+18
2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein3-1/+71
2020-03-17ovl: allow remote upperMiklos Szeredi3-4/+9
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi6-16/+30
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi3-10/+10
2020-03-17ovl: restructure dentry revalidationMiklos Szeredi1-25/+26
2020-03-17ovl: ignore failure to copy up unknown xattrsMiklos Szeredi1-2/+14
2020-03-17ovl: simplify i_ino initializationAmir Goldstein4-31/+39
2020-03-17ovl: factor out helper ovl_get_root()Amir Goldstein1-15/+29
2020-03-17ovl: fix out of date comment and unreachable codeAmir Goldstein2-5/+5
2020-03-17ovl: fix value of i_ino for lower hardlink corner caseAmir Goldstein1-1/+3
2020-03-13ovl: fix lockdep warning for async writeMiklos Szeredi1-0/+6
2020-03-13ovl: fix some xino configurationsAmir Goldstein2-1/+9
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein2-3/+8
2020-02-03ovl: fix lseek overflow on 32bitMiklos Szeredi1-1/+1
2020-01-24ovl: add splice file read write helperMurphy Zhou1-0/+47
2020-01-24ovl: implement async IO routinesJiufei Xue3-15/+110
2020-01-24ovl: layer is constMiklos Szeredi6-22/+23
2020-01-24ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2-17/+14
2020-01-24ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2-2/+8
2020-01-24ovl: generalize the lower_fs[] arrayAmir Goldstein3-46/+46
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein6-34/+37
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein4-31/+35
2020-01-22ovl: improving copy-up efficiency for big sparse fileChengguang Xu1-2/+39
2020-01-22ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein2-2/+23
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi9-81/+85
2020-01-22ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein1-1/+7
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds8-96/+159
2019-12-10ovl: relax WARN_ON() on rename to selfAmir Goldstein1-1/+1
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein1-1/+7
2019-12-10ovl: don't use a temp buf for encoding real fhAmir Goldstein1-21/+16
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein4-73/+115
2019-12-10ovl: fix lookup failure on multi lower squashfsAmir Goldstein3-7/+27
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-16/+8
2019-09-11ovl: filter of trusted xattr results in auditMark Salyzyn1-1/+2
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Ding Xiang1-2/+1
2019-07-16ovl: fix regression caused by overlapping layers detectionAmir Goldstein2-26/+48
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds11-44/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner11-44/+11
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein1-6/+6
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier3-8/+8
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann1-2/+2
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi1-17/+9