summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'ovl-update-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-06ovl: relax requirement for uuid=off,index=onAmir Goldstein
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12overlayfs: add setlease file operationJeff Layton
2025-12-05ovl: pass original credentials, not mounter credentials during createChristian Brauner
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28ovl: remove unneeded semicolonChen Ni
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown
2025-11-19ovl: remove struct ovl_cu_creds and associated functionsChristian Brauner
2025-11-19ovl: port ovl_copy_up_tmpfile() to cred guardChristian Brauner
2025-11-19ovl: mark *_cu_creds() as unused temporarilyChristian Brauner
2025-11-19ovl: port ovl_copy_up_workdir() to cred guardChristian Brauner
2025-11-19ovl: add copy up credential guardChristian Brauner
2025-11-19ovl: drop ovl_setup_cred_for_create()Christian Brauner
2025-11-19ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guardChristian Brauner
2025-11-19ovl: mark ovl_setup_cred_for_create() as unused temporarilyChristian Brauner
2025-11-19ovl: reflow ovl_create_or_link()Christian Brauner
2025-11-19ovl: port ovl_create_tmpfile() to new ovl_override_creator_creds cleanup guardChristian Brauner
2025-11-19ovl: add ovl_override_creator_creds cred guardChristian Brauner
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner
2025-11-19ovl: port ovl_fill_super() to cred guardChristian Brauner
2025-11-19ovl: refactor ovl_fill_super()Christian Brauner
2025-11-19ovl: port ovl_lower_positive() to cred guardChristian Brauner
2025-11-19ovl: port ovl_lookup() to cred guardChristian Brauner
2025-11-19ovl: refactor ovl_lookup()Christian Brauner
2025-11-19ovl: port ovl_copyfile() to cred guardChristian Brauner
2025-11-19ovl: port ovl_rename() to cred guardChristian Brauner
2025-11-19ovl: refactor ovl_rename()Christian Brauner
2025-11-19ovl: introduce struct ovl_renamedataChristian Brauner
2025-11-19ovl: port ovl_listxattr() to cred guardChristian Brauner
2025-11-19ovl: port ovl_xattr_get() to cred guardChristian Brauner
2025-11-19ovl: port ovl_xattr_set() to cred guardChristian Brauner
2025-11-19ovl: port ovl_nlink_end() to cred guardChristian Brauner
2025-11-19ovl: port ovl_nlink_start() to cred guardChristian Brauner
2025-11-19ovl: port ovl_check_empty_dir() to cred guardChristian Brauner