Linux Overlay Filesystem development
 help / color / mirror / Atom feed
 messages from 2024-11-06 10:23:08 to 2025-02-19 10:02:24 UTC [more...]

[PATCH v3 0/4] ovl: add override_creds mount option
 2025-02-19 10:01 UTC  (5+ 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] ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
 2025-02-15  9:30 UTC  (2+ messages)

[PATCH 1/5] ovl: don't allow datadir only
 2025-02-12 16:57 UTC  (17+ 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 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  (4+ messages)

[syzbot] [overlayfs?] WARNING in ovl_encode_real_fh
 2024-12-19 11:38 UTC  (3+ messages)

overlayfs: WARN_ONCE(Can't encode file handler for inotify: 255)
 2024-12-19  0:07 UTC  (4+ messages)

[syzbot] [selinux?] [mm?] [overlayfs?] INFO: rcu detected stall in sys_mkdirat (2)
 2024-12-16 21:38 UTC 

[PATCH -next] ovl: respect underlying filesystem's get_unmapped_area()
 2024-12-14  7:58 UTC  (28+ messages)

[PATCH] Documentation: filesystems: fix two misspells
 2024-12-13 15:47 UTC  (4+ messages)

[syzbot] [overlayfs?] WARNING in ovl_create_real (2)
 2024-12-13  3:32 UTC 

[syzbot] [overlayfs?] WARNING in ovl_workdir_create (4)
 2024-11-29  6:42 UTC 

[PATCH] fs/backing_file: fix wrong argument in callback
 2024-11-26 16:04 UTC  (2+ messages)

[syzbot] [overlayfs?] KASAN: slab-out-of-bounds Read in ovl_inode_upper
 2024-11-26 14:43 UTC  (3+ messages)

[PATCH] overlayfs: port all superblock creation logging to fsopen logs
 2024-11-26  9:47 UTC  (9+ messages)

[PATCH] ovl: Check for NULL OVL_E() results
 2024-11-25 12:53 UTC  (3+ messages)

[GIT PULL] overlayfs updates for 6.13
 2024-11-23 18:47 UTC  (10+ messages)

[PATCH] bfs: validate inode vtype and discard invalid entries
 2024-11-23 17:24 UTC 

[PATCH] ovl: Add check for missing lookup operation on inode
 2024-11-23  0:21 UTC  (8+ messages)
        ` [PATCH v2] ovl: Filter invalid inodes with missing lookup function

[syzbot] Monthly overlayfs report (Nov 2024)
 2024-11-20 13:31 UTC 

[PATCH v4 0/4] overlayfs: Optimize override/revert creds
 2024-11-15  8:16 UTC  (14+ messages)
` [PATCH v4 1/4] cred: Add a light version of override/revert_creds()
` [PATCH v4 2/4] fs/backing-file: Convert to revert/override_creds_light()
` [PATCH v4 3/4] ovl: use wrapper ovl_revert_creds()
` [PATCH v4 4/4] ovl: Optimize override/revert creds

[PATCH] ovl: pass an explicit reference of creators creds to callers
 2024-11-14 12:19 UTC  (6+ messages)

[PATCH 4/5] fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
 2024-11-13 10:22 UTC  (2+ messages)

[PATCH] fs/overlayfs/namei.c: get rid of include ../internal.h
 2024-11-12 21:41 UTC 

[PATCH] ovl: Use str_on_off() helper in ovl_show_options()
 2024-11-12 21:28 UTC 

lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
 2024-11-11 12:30 UTC  (6+ messages)

[syzbot] [overlayfs?] possible deadlock in pipe_lock (6)
 2024-11-08  4:47 UTC 

[PATCH overlayfs-next v3 1/4] cred: Add a light version of override/revert_creds()
 2024-11-06 18:56 UTC  (2+ messages)

[syzbot] [overlayfs?] WARNING in ovl_encode_real_fh
 2024-11-06 10:45 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox