linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-19 15:46:40 to 2025-05-12 13:25:28 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-12 13:25 UTC 

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:22 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-12 13:18 UTC  (5+ 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] 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  (33+ messages)
` [PATCH 2/5] ovl: remove unused forward declaration
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH 4/5] ovl: don't require metacopy=on for lower -> data redirect
` [PATCH 5/5] ovl: don't require "metacopy=on" for "verity"

[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"

[PATCH v2 0/2] ovl: allow O_PATH file descriptor when specifying layers
 2025-02-10 13:55 UTC  (5+ messages)
` [PATCH v2 1/2] fs: support O_PATH fds with FSCONFIG_SET_FD
` [PATCH v2 2/2] selftests/overlayfs: test specifying layers as O_PATH file descriptors

[PATCH 0/2] ovl: allow O_PATH file descriptor when specifying layers
 2025-02-10 12:07 UTC  (7+ messages)
` [PATCH 1/2] fs: support O_PATH fds with FSCONFIG_SET_FD
` [PATCH 2/2] selftests/overlayfs: test specifying layers as O_PATH file descriptors

[RESEND PATCH] ovl: Use str_on_off() helper in ovl_show_options()
 2025-02-09  8:06 UTC 

[syzbot] [overlayfs?] general protection fault in clone_private_mount
 2025-02-08  7:25 UTC  (6+ messages)
` [PATCH] fs: prevent access to ns if it is not mounted

[syzbot] [overlayfs?] possible deadlock in ovl_create_object
 2025-02-01 16:12 UTC 

ovl: Allow layers from anonymous mount namespaces?
 2025-01-24 11:06 UTC  (7+ messages)
` [RFC PATCH 1/2] fs: allow detached mounts in clone_private_mount()
` [RFC PATCH 2/2] selftests: add tests for using detached mount with overlayfs

[PATCH] fs: support cross-type copy_file_range in overlayfs
 2025-01-23 16:44 UTC  (4+ messages)

[PATCH 6.6 0/3] Manual backport of overlayfs fixes from v6.6.72
 2025-01-21 11:21 UTC  (6+ messages)
` [PATCH 6.6 1/3] ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
` [PATCH 6.6 2/3] ovl: support encoding fid from inode with no alias
` [PATCH 6.6 3/3] fs: relax assertions on failure to encode file handles

[RESEND PATCH] ovl: Use str_on_off() helper in ovl_show_options()
 2025-01-17 16:59 UTC  (2+ messages)

How to support directory opacity in a filesystem for overlayfs to use?
 2025-01-14 16:23 UTC  (4+ messages)

[PATCH AUTOSEL 6.12 13/20] ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
 2025-01-13 18:34 UTC 

[PATCH] overlayfs.rst: Fix and improve grammar
 2025-01-09 18:52 UTC  (5+ messages)

[syzbot] [overlayfs?] BUG: unable to handle kernel NULL pointer dereference in __lookup_slow (3)
 2025-01-09 13:13 UTC  (5+ messages)

[RESEND PATCH] ovl: Use str_on_off() helper in ovl_show_options()
 2024-12-20 19:29 UTC 

[PATCH] fs: relax assertions on failure to encode file handles
 2024-12-19 15:46 UTC  (2+ messages)


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).