aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-67/+124
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-116/+82
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi3-116/+0
2021-04-12ovl: stack fileattr opsMiklos Szeredi3-0/+82
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein1-1/+6
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein3-37/+36
2021-04-12ovl: allow upperdir inside lowerdirMiklos Szeredi1-5/+7
2021-04-12ovl: show "userxattr" in the mount dataGiuseppe Scrivano1-0/+2
2021-04-12ovl: trivial typo fixes in the file inode.cBhaskar Chowdhury1-3/+3
2021-04-12ovl: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-04-12ovl: do not copy attr several timesChengguang Xu1-3/+0
2021-04-12ovl: remove ovl_map_dev_ino() return valueyoungjun1-8/+4
2021-04-12ovl: fix error for ovl_fill_super()Chengguang Xu1-0/+4
2021-04-12ovl: fix missing revert_creds() on error pathDan Carpenter1-1/+2
2021-04-12ovl: fix leaked dentryMickaël Salaün1-0/+1
2021-04-12ovl: restrict lower null uuid for "xino=auto"Amir Goldstein1-6/+35
2021-04-12ovl: check that upperdir path is not on a read-only mountAmir Goldstein1-2/+2
2021-04-12ovl: plumb through flush methodSargun Dhillon1-0/+21
2021-03-08new helper: inode_wrong_type()Al Viro1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-66/+90
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon6-11/+63
2021-01-28ovl: skip getxattr of security labelsAmir Goldstein1-7/+8
2021-01-28ovl: fix dentry leak in ovl_get_redirectLiangyan1-1/+1
2021-01-28ovl: avoid deadlock on directory ioctlMiklos Szeredi1-16/+7
2021-01-28ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi1-0/+2
2021-01-28ovl: add warning on user_ns mismatchMiklos Szeredi1-0/+4
2021-01-24overlayfs: do not mount on top of idmapped mountsChristian Brauner1-0/+4
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-19/+24
2021-01-24namei: prepare for idmapped mountsChristian Brauner2-11/+13
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+8
2021-01-24xattr: handle idmapped mountsTycho Andersen5-17/+20
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+3
2021-01-24attr: handle idmapped mountsChristian Brauner4-8/+8
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner4-5/+5
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner3-4/+4
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+1
2020-12-14ovl: unprivieged mountsMiklos Szeredi1-0/+1
2020-12-14ovl: do not get metacopy for userxattrMiklos Szeredi1-0/+7
2020-12-14ovl: do not fail because of O_NOATIMEMiklos Szeredi1-8/+3
2020-12-14ovl: do not fail when setting origin xattrMiklos Szeredi1-1/+2
2020-12-14ovl: user xattrMiklos Szeredi5-16/+71
2020-12-14ovl: simplify file spliceMiklos Szeredi1-44/+2
2020-12-14ovl: make ioctl() safeMiklos Szeredi1-71/+16
2020-12-14ovl: check privs before decoding file handleMiklos Szeredi2-0/+6
2020-11-12ovl: fix incorrect extent info in metacopy caseChengguang Xu1-1/+1
2020-11-12ovl: expand warning in ovl_d_real()Miklos Szeredi1-5/+8
2020-11-12ovl: warn about orphan metacopyKevin Locke1-0/+2
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov4-2/+26
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov5-30/+38
2020-10-06ovl: use generic vfs_ioc_setflags_prepare() helperAmir Goldstein1-32/+30
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein3-12/+51
2020-09-02ovl: rearrange ovl_can_list()Miklos Szeredi1-3/+6
2020-09-02ovl: enumerate private xattrsMiklos Szeredi3-26/+59
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi9-86/+107
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi6-9/+9
2020-09-02ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrsMiklos Szeredi2-4/+4
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi4-8/+15
2020-09-02ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()Miklos Szeredi1-36/+17
2020-09-02ovl: clean up ovl_getxattr() in copy_up.cMiklos Szeredi1-21/+11
2020-09-02duplicate ovl_getxattr()Miklos Szeredi3-4/+35
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal5-8/+97
2020-09-02ovl: check for incompatible features in work dirAmir Goldstein2-11/+46
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein1-0/+4
2020-07-16ovl: fix unneeded call to ovl_change_flags()Amir Goldstein1-4/+6
2020-07-16ovl: fix mount option checks for nfs_export with no upperdirAmir Goldstein1-13/+18
2020-07-16ovl: force read-only sb on failure to create index dirAmir Goldstein1-5/+6
2020-07-16ovl: fix regression with re-formatted lower squashfsAmir Goldstein1-0/+12
2020-07-16ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=onAmir Goldstein1-9/+7
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleAmir Goldstein1-1/+1
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun1-9/+2
2020-07-16ovl: change ovl_copy_up_flags staticyoungjun2-2/+1
2020-07-16ovl: inode reference leak in ovl_is_inuse true case.youngjun1-1/+10
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