aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds11-219/+405
2020-06-08ovl: remove unnecessary lock checkyoungjun1-6/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+1
2020-06-04ovl: make oip->index boolMiklos Szeredi2-2/+2
2020-06-04ovl: only pass ->ki_flags to ovl_iocb_to_rwf()Miklos Szeredi1-4/+3
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-1/+6
2020-06-04ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2-55/+48
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi7-30/+35
2020-06-04ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-4/+0
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03ovl: drop negative dentry in upper layerChengguang Xu1-7/+28
2020-06-03ovl: check permission to open real fileMiklos Szeredi1-2/+14
2020-06-03ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi1-1/+4
2020-06-02ovl: verify permissions in ovl_path_open()Miklos Szeredi1-1/+26
2020-06-02ovl: switch to mounter creds in readdirMiklos Szeredi1-6/+21
2020-06-02ovl: pass correct flags for opening real directoryMiklos Szeredi1-3/+9
2020-06-02ovl: fix redirect traversal on metacopy dentriesVivek Goyal1-12/+14
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal3-10/+5
2020-06-02ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal1-29/+28
2020-06-02ovl: simplify setting of origin for index lookupVivek Goyal1-12/+17
2020-06-02ovl: fix out of bounds access warning in ovl_check_fb_len()Amir Goldstein1-0/+3
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2020-05-13ovl: return required buffer size for file handlesLubos Dolezel1-10/+8
2020-05-13ovl: sync dirty data when remounting to ro modeChengguang Xu1-1/+10
2020-05-13ovl: whiteout inode sharingChengguang Xu6-15/+48
2020-05-13ovl: inherit SB_NOSEC flag from upperdirJeffle Xu1-0/+12
2020-05-13ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov1-2/+3
2020-05-13ovl: index dir act as work dirAmir Goldstein1-5/+9
2020-05-13ovl: prepare to copy up without workdirAmir Goldstein1-3/+4
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein3-17/+14
2020-05-13ovl: resolve more conflicting mount optionsAmir Goldstein1-0/+48
2020-05-13ovl: potential crash in ovl_fid_to_fh()Dan Carpenter1-0/+3
2020-04-30ovl: clear ATTR_OPEN from attr->ia_validVivek Goyal1-3/+14
2020-04-30ovl: clear ATTR_FILE from attr->ia_validVivek Goyal1-0/+7
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab1-3/+3
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/gi...Linus 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/gre...Linus 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
2019-06-11ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein1-26/+65
2019-05-29ovl: detect overlapping layersAmir Goldstein6-17/+229
2019-05-27ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein1-3/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds5-33/+113
2019-05-08ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2-2/+3
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2019-05-06ovl: check the capability before cred overriddenJiufei Xue1-18/+61
2019-05-06ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein1-3/+4
2019-05-06ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein1-4/+40
2019-05-06ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein3-7/+6
2019-05-01overlayfs: make use of ->free_inode()Al Viro1-7/+6
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro1-1/+1
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal3-22/+63
2019-02-04ovl: During copy up, first copy up data and then xattrsVivek Goyal1-13/+18
2018-12-04Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi1-13/+4
2018-11-21ovl: fix decode of dir file handle with multi lower layersAmir Goldstein1-3/+3
2018-11-19ovl: fix missing override creds in link of a metacopy upperAmir Goldstein1-1/+13
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-22/+27
2018-11-01ovl: automatically enable redirect_dir on metacopy=onMiklos Szeredi1-7/+29
2018-10-31ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi1-0/+4
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong1-1/+2
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2-4/+4
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2-9/+9
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-13/+17
2018-10-26ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr()Chengguang Xu1-3/+2
2018-10-26ovl: abstract ovl_inode lock with a helperAmir Goldstein2-12/+23
2018-10-26ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein3-28/+25
2018-10-26ovl: relax requirement for non null uuid of lower fsAmir Goldstein2-4/+31
2018-10-26ovl: fold copy-up helpers into callersMiklos Szeredi1-108/+67
2018-10-26ovl: untangle copy up call chainAmir Goldstein1-86/+159
2018-10-26ovl: relax permission checking on underlying layersMiklos Szeredi1-4/+13
2018-10-26ovl: fix recursive oi->lock in ovl_link()Amir Goldstein1-0/+4
2018-10-26ovl: clean up error handling in ovl_get_tmpfile()Miklos Szeredi1-3/+2
2018-10-26ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein1-1/+3
2018-10-04ovl: fix format of setxattr debugMiklos Szeredi1-2/+2
2018-10-04ovl: fix access beyond unterminated stringsAmir Goldstein1-1/+1
2018-09-25ovl: make symbol 'ovl_aops' staticWei Yongjun1-1/+1
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2-2/+2
2018-09-24ovl: fix freeze protection bypass in ovl_clone_file_range()Amir Goldstein1-1/+1
2018-09-24ovl: fix freeze protection bypass in ovl_write_iter()Amir Goldstein1-0/+2
2018-09-24ovl: fix memory leak on unlink of indexed fileAmir Goldstein1-1/+2
2018-09-10ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi1-12/+14
2018-09-03ovl: add ovl_fadvise()Amir Goldstein1-0/+20
2018-08-30ovl: fix GPF in swapfile_activate of file from overlayfs over xfsAmir Goldstein2-3/+6
2018-08-30ovl: respect FIEMAP_FLAG_SYNC flagAmir Goldstein1-0/+4
2018-08-22ovl: set I_CREATING on inode being createdMiklos Szeredi1-0/+4
2018-07-20ovl: Enable metadata only featureVivek Goyal1-3/+0
2018-07-20ovl: Do not do metacopy only for ioctl modifying file attrVivek Goyal1-1/+1
2018-07-20ovl: Do not do metadata only copy-up for truncate operationVivek Goyal1-1/+8
2018-07-20ovl: add helper to force data copy-upVivek Goyal2-0/+6
2018-07-20ovl: Check redirect on index as wellVivek Goyal3-37/+64
2018-07-20ovl: Set redirect on upper inode when it is linkedVivek Goyal1-0/+8
2018-07-20ovl: Set redirect on metacopy files upon renameVivek Goyal1-20/+46
2018-07-20ovl: Do not set dentry type ORIGIN for broken hardlinksVivek Goyal1-1/+2
2018-07-20ovl: Add an inode flag OVL_CONST_INOVivek Goyal2-0/+5
2018-07-20ovl: Treat metacopy dentries as type OVL_PATH_MERGEVivek Goyal1-1/+2
2018-07-20ovl: Check redirects for metacopy filesVivek Goyal1-2/+2
2018-07-20ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal1-10/+11
2018-07-20ovl: Do not expose metacopy only dentry from d_real()Vivek Goyal1-2/+5
2018-07-20ovl: Open file with data except for the case of fsyncVivek Goyal1-9/+30
2018-07-20ovl: Add helper ovl_inode_realdata()Vivek Goyal2-0/+13
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal6-6/+27
2018-07-20ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal3-1/+51
2018-07-20ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal2-0/+14
2018-07-20ovl: Copy up meta inode data from lowest data inodeVivek Goyal3-4/+22
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal5-18/+131
2018-07-20ovl: Use out_err instead of out_nomemVivek Goyal1-7/+10
2018-07-20ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal4-11/+142
2018-07-20ovl: Add helper ovl_already_copied_up()Vivek Goyal3-19/+28
2018-07-20ovl: Copy up only metadata during copy up where it makes senseVivek Goyal1-1/+24
2018-07-20ovl: During copy up, first copy up metadata and then dataVivek Goyal1-19/+17
2018-07-20ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal3-3/+63
2018-07-20ovl: Move the copy up helpers to copy_up.cVivek Goyal3-33/+33
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal3-7/+5
2018-07-18ovl: obsolete "check_copy_up" module optionMiklos Szeredi1-23/+7
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi1-33/+3
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi1-1/+1
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi1-2/+2
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi1-3/+0
2018-07-18ovl: add reflink/copyfile/dedup supportMiklos Szeredi1-0/+87
2018-07-18ovl: add O_DIRECT supportMiklos Szeredi1-0/+3
2018-07-18ovl: add ovl_fiemap()Miklos Szeredi1-1/+28
2018-07-18ovl: add lsattr/chattr supportMiklos Szeredi1-0/+79
2018-07-18ovl: add ovl_fallocate()Miklos Szeredi1-0/+24
2018-07-18ovl: add ovl_mmap()Miklos Szeredi1-0/+32
2018-07-18ovl: add ovl_fsync()Miklos Szeredi1-0/+23
2018-07-18ovl: add ovl_write_iter()Miklos Szeredi1-0/+39
2018-07-18ovl: add ovl_read_iter()Miklos Szeredi1-0/+67
2018-07-18ovl: add helper to return real fileMiklos Szeredi1-0/+60
2018-07-18ovl: stack file opsMiklos Szeredi4-2/+82
2018-07-18ovl: deal with overlay files in ovl_d_real()Miklos Szeredi1-0/+4
2018-07-18ovl: copy up file size as wellMiklos Szeredi2-9/+2
2018-07-18Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi1-0/+21
2018-07-18ovl: copy up inode flagsMiklos Szeredi2-0/+8
2018-07-18ovl: copy up timesMiklos Szeredi4-9/+37
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein1-2/+17
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani2-2/+2
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein3-12/+60
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal4-15/+34
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi1-36/+18
2018-05-31ovl: return EIO on internal errorMiklos Szeredi1-1/+1
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro1-1/+33
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein3-15/+14
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi4-48/+40
2018-05-31ovl: struct cattr cleanupsAmir Goldstein4-33/+30
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein4-40/+33
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein1-7/+0
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi1-3/+3
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein3-3/+88
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein1-6/+39
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein4-14/+21