linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-14 16:45:59 to 2025-05-22 22:26:09 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-22 22:26 UTC  (23+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[PATCH 0/6] overlayfs + casefolding
 2025-05-22 21:44 UTC  (26+ messages)
` [PATCH 1/6] bcachefs: BCH_INODE_has_case_insensitive
` [PATCH 2/6] darray: lift from bcachefs
` [PATCH 3/6] fs: SB_CASEFOLD
` [PATCH 4/6] fs: dcache locking for exlusion between overlayfs, casefolding
` [PATCH 5/6] bcachefs: Hook up d_casefold_enable()
` [PATCH 6/6] overlayfs: Support casefolded filesystems

[PATCH] ovl: Allow mount options to be parsed on remount
 2025-05-22 15:22 UTC  (8+ messages)

[syzbot] [overlayfs?] WARNING in ovl_listxattr
 2025-05-17  9:38 UTC 

[PATCH v2] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:18 UTC 

[PATCH] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:12 UTC  (5+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH] vfs: change 'struct file *' argument to 'const struct file *' where possible
 2025-05-05 17:29 UTC  (3+ messages)

[PATCH] ovl: Check for NULL d_inode() in ovl_dentry_upper()
 2025-05-05 12:07 UTC  (2+ messages)

[PATCH] ovl: Annotate struct ovl_entry with __counted_by()
 2025-05-05 12:06 UTC  (2+ messages)

[PATCH v2] ovl: Replace offsetof() with struct_size() in ovl_stack_free()
 2025-05-05 12:05 UTC  (2+ messages)

[PATCH v2] ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()
 2025-05-05 12:05 UTC  (2+ messages)

[PATCH] ovl: Replace offsetof() with struct_size() in ovl_stack_free()
 2025-05-03 10:34 UTC 

[PATCH] ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()
 2025-05-03  9:15 UTC 

[PATCH] overlayfs: fix potential NULL pointer dereferences in file handle code
 2025-04-30  9:56 UTC  (4+ messages)

[PATCH] ovl: Fix nested backing file paths
 2025-04-30  9:08 UTC  (2+ messages)

[PATCH v2] overlayfs: fix potential NULL pointer dereferences in file handle code
 2025-04-29  0:15 UTC 

[PATCH] overlayfs: fix potential NULL pointer dereferences in file handle code
 2025-04-28 13:01 UTC  (3+ messages)

[PATCH 6.12 101/223] fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
 2025-04-23 14:42 UTC 

[PATCH] ovl: Check for NULL OVL_E() results
 2025-04-21 23:00 UTC  (3+ messages)

[RESEND PATCH] ovl: Use str_on_off() helper in ovl_show_options()
 2025-04-14 20:54 UTC 

[GIT PULL] overlayfs fixes for 6.15-rc2
 2025-04-11 14:42 UTC  (2+ messages)

[PATCH 0/3] ovl: Enable support for casefold filesystems
 2025-04-09 17:17 UTC  (8+ messages)
` [PATCH 1/3] ovl: Make ovl_cache_entry_find support casefold
` [PATCH 2/3] ovl: Make ovl_dentry_weird() accept casefold dentries
` [PATCH 3/3] ovl: Enable support for casefold filesystems

[PATCH v3 0/3] ovl: metacopy/verity fixes and improvements
 2025-04-09 11:19 UTC  (10+ messages)
` [PATCH v3 1/3] ovl: make redirect/metacopy rejection consistent
` [PATCH v3 2/3] ovl: relax redirect/metacopy requirements for lower -> data redirect
` [PATCH v3 3/3] ovl: don't require "metacopy=on" for "verity"

[PATCH] overlay/08[89]: add tests for data-only redirect with userxattr
 2025-04-09  8:19 UTC  (2+ messages)

[syzbot] [ext4?] [overlayfs?] WARNING in file_seek_cur_needs_f_lock
 2025-04-08  6:17 UTC  (6+ messages)

[PATCH v2 0/5] ovl: metacopy/verity fixes and improvements
 2025-03-28 10:08 UTC  (21+ messages)
` [PATCH v2 1/5] ovl: don't allow datadir only
` [PATCH v2 2/5] ovl: remove unused forward declaration
` [PATCH v2 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH v2 4/5] ovl: relax redirect/metacopy requirements for lower -> data redirect
` [PATCH v2 5/5] ovl: don't require "metacopy=on" for "verity"

[PATCH 1/5] ovl: don't allow datadir only
 2025-03-28  9:04 UTC  (24+ messages)
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent

[PATCH 5.15 487/620] ovl: use wrappers to all vfs_*xattr() calls
 2025-03-10 17:05 UTC  (2+ messages)
` [PATCH 5.15 488/620] ovl: pass ofs to creation operations

[RESEND PATCH] ovl: Use str_on_off() helper in ovl_show_options()
 2025-02-27 17:49 UTC 

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2025-02-25 22:14 UTC  (3+ messages)

[PATCH] ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
 2025-02-19 17:07 UTC  (3+ messages)

[PATCH v3 0/4] ovl: add override_creds mount option
 2025-02-19 13:27 UTC  (10+ messages)
` [PATCH v3 1/4] ovl: allow to specify override credentials
` [PATCH v3 2/4] selftests/ovl: add first selftest for "override_creds"
` [PATCH v3 3/4] selftests/ovl: add second "
` [PATCH v3 4/4] selftests/ovl: add third "

[PATCH RFC v2 0/2] ovl: add override_creds mount option
 2025-02-17 11:00 UTC  (5+ messages)
` [PATCH RFC v2 1/2] ovl: allow to specify override credentials
` [PATCH RFC v2 2/2] selftests/ovl: add selftests for "override_creds"

overlayfs doesn't sync from version 6.12
 2025-02-16  8:53 UTC  (3+ messages)

[PATCH RFC 0/2] ovl: add override_creds mount option
 2025-02-15 10:02 UTC  (4+ messages)
` [PATCH RFC 1/2] ovl: allow to specify override credentials
` [PATCH RFC 2/2] selftests/ovl: add selftests for "override_creds"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).