All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anand Jain <asj@kernel.org>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH v3 0/2] fix s_uuid and f_fsid consistency for cloned filesystems
Date: Mon, 27 Apr 2026 18:18:02 +0800	[thread overview]
Message-ID: <cover.1777281686.git.asj@kernel.org> (raw)

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


             reply	other threads:[~2026-04-27 10:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-27 10:18 Anand Jain [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1777281686.git.asj@kernel.org \
    --to=asj@kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.