All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] fix s_uuid and f_fsid consistency for cloned filesystems
@ 2026-04-27 10:18 Anand Jain
  2026-04-27 10:18 ` [PATCH v3 1/2] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts Anand Jain
  2026-04-27 10:18 ` [PATCH v3 2/2] btrfs: derive f_fsid from on-disk fsuuid and dev_t Anand Jain
  0 siblings, 2 replies; 5+ messages in thread
From: Anand Jain @ 2026-04-27 10:18 UTC (permalink / raw)
  To: linux-btrfs

v3:
  Thanks for the input. The plan to implement a consistent f_fsid across
  all major filesystems has been dropped for now, so ext4 patch is removed.
  Please refer to the discussion here [1]:

    [1] https://lore.kernel.org/linux-btrfs/33e8eb64c304a4d42b60f608c26497bf9a2e9e19.1774092915.git.asj@kernel.org/#t

  This patch set specifically addresses the issue reported by OverlayFS [2]
  regarding cloned Btrfs filesystems.

    [2] https://lore.kernel.org/linux-btrfs/20251014015707.129013-1-andrealmeid@igalia.com
 
v2:
  https://lore.kernel.org/linux-btrfs/cover.1774092915.git.asj@kernel.org

Anand Jain (2):
  btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
  btrfs: derive f_fsid from on-disk fsuuid and dev_t

 fs/btrfs/disk-io.c | 11 ++++++++++-
 fs/btrfs/super.c   | 41 +++++++++++++++++++++++++++++++++--------
 2 files changed, 43 insertions(+), 9 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-26 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 10:18 [PATCH v3 0/2] fix s_uuid and f_fsid consistency for cloned filesystems Anand Jain
2026-04-27 10:18 ` [PATCH v3 1/2] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts Anand Jain
2026-04-27 10:18 ` [PATCH v3 2/2] btrfs: derive f_fsid from on-disk fsuuid and dev_t Anand Jain
2026-05-04 14:28   ` Anand Jain
2026-05-26 16:33     ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.