summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'vfs-7.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
11 daysovl: return EINVAL instead of EIO in case of mismatched user_nsMiklos Szeredi1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+32
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-08-12ovl: fix double end_creating() on the casefold-mismatch pathVivek Parikh1-1/+0
2026-08-10ovl: don't warn when the mount is completed from another user namespaceChristian Brauner1-1/+2
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-22ovl: check access to copy_file_range source with src mounter credsAmir Goldstein1-1/+15
2026-07-22ovl: fix trusted xattr escape prefix matchingYichong Chen1-1/+1
2026-07-01ovl: fix comment about locking orderAmir Goldstein1-2/+2
2026-07-01ovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-2/+10
2026-06-29ovl: document security.capability idmapping on the xattr forward pathsChristian Brauner2-0/+2
2026-06-29ovl: allow idmapping overlay mountsChristian Brauner1-1/+1
2026-06-29ovl: handle idmapped mounts in ovl_set_acl()Christian Brauner1-3/+3
2026-06-29ovl: handle idmapped mounts in ovl_getattr()Christian Brauner1-0/+8
2026-06-29ovl: handle idmapped mounts in ovl_setattr()Christian Brauner1-1/+9
2026-06-29ovl: handle idmapped mounts in ovl_permission()Christian Brauner1-1/+1
2026-06-29ovl: handle idmapped mounts in ovl_create_object() and ovl_tmpfile()Christian Brauner1-8/+8
2026-05-18ovl: keep err zero after successful ovl_cache_get()Nirmoy Das1-4/+3
2026-05-06ovl: fix verity lazy-load guard broken by fsverity_active() semantic changeColin Walters1-1/+1
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+4
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-100/+73
2026-04-03lsm: add backing_file LSM hooksPaul Moore2-2/+2
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro1-1/+1
2026-03-27ovl: make fsync after metadata copy-up opt-in mount optionFei Lv5-15/+54
2026-03-24ovl: fix wrong detection of 32bit inode numbersAmir Goldstein1-1/+4
2026-03-09ovl: remove ovl_lock_rename_workdir()NeilBrown2-27/+0
2026-03-09ovl: use is_subdir() for testing if one thing is a subdir of anotherNeilBrown1-10/+5
2026-03-09ovl: change ovl_create_real() to get a new lock when re-opening created file.NeilBrown3-19/+27
2026-03-09ovl: pass name buffer to ovl_start_creating_temp()NeilBrown1-6/+8
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton3-4/+4
2026-03-06ovl: Simplify ovl_lookup_real_one()NeilBrown1-38/+33
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-12/+12
2026-02-17Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds3-17/+21
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-26/+15
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+4
2026-02-06ovl: relax requirement for uuid=off,index=onAmir Goldstein3-17/+21
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein1-25/+13
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-1/+2
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang1-1/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig1-0/+2
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig2-3/+5
2026-01-12overlayfs: add setlease file operationJeff Layton2-0/+4