summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-031-1/+1
* ovl: add splice file read write helperMurphy Zhou2020-01-241-0/+47
* ovl: implement async IO routinesJiufei Xue2020-01-243-15/+110
* ovl: layer is constMiklos Szeredi2020-01-246-22/+23
* ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2020-01-242-17/+14
* ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2020-01-242-2/+8
* ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-243-46/+46
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-246-34/+37
* ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-224-31/+35
* ovl: improving copy-up efficiency for big sparse fileChengguang Xu2020-01-221-2/+39
* ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein2020-01-222-2/+23
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-229-81/+85
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-01-221-1/+7
* Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-148-96/+159
|\
| * ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-101-1/+1
| * ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-101-1/+7
| * ovl: don't use a temp buf for encoding real fhAmir Goldstein2019-12-101-21/+16
| * ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein2019-12-104-73/+115
| * ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-103-7/+27
* | new helper: lookup_positive_unlocked()Al Viro2019-11-151-16/+8
|/
* 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
* ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-11-211-3/+3
* ovl: fix missing override creds in link of a metacopy upperAmir Goldstein2018-11-191-1/+13
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-022-22/+27
|\
| * vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-301-1/+2
| * vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-302-4/+4
OpenPOWER on IntegriCloud