linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2]  Supporting same fsid mounting through the temp-fsid feature
@ 2023-09-13 22:36 Guilherme G. Piccoli
  2023-09-13 22:36 ` [PATCH v4 1/2] btrfs-progs: Add the temp-fsid feature (to both mkfs/tune) Guilherme G. Piccoli
  2023-09-13 22:36 ` [PATCH v4 2/2] btrfs: Introduce the temp-fsid feature Guilherme G. Piccoli
  0 siblings, 2 replies; 13+ messages in thread
From: Guilherme G. Piccoli @ 2023-09-13 22:36 UTC (permalink / raw)
  To: linux-btrfs
  Cc: clm, josef, dsterba, dsterba, linux-fsdevel, kernel, kernel-dev,
	anand.jain, david, kreijack, johns, ludovico.denittis,
	quwenruo.btrfs, wqu, vivek, Guilherme G. Piccoli

Hi, this is the 4th round of the same fsid mounting patch. Our goal
is to allow btrfs to have the same filesystem mounting at the same time.
The main change this time was the name of the feature, from single-dev to
temp-fsid, which seems the less disliked name heh

More details in the patches' changelogs.
Thanks,

Guilherme


Guilherme G. Piccoli (2):
  btrfs-progs: Add the temp-fsid feature (to both mkfs/tune)
  btrfs: Introduce the temp-fsid feature

btrfs-progs:
 common/fsfeatures.c        |  7 ++++
 kernel-shared/ctree.h      |  3 +-
 kernel-shared/uapi/btrfs.h |  7 ++++
 mkfs/main.c                |  4 ++-
 tune/main.c                | 72 +++++++++++++++++++++++++-------------
 5 files changed, 66 insertions(+), 27 deletions(-)

kernel:
 fs/btrfs/disk-io.c         | 18 +++++++++-
 fs/btrfs/fs.h              |  3 +-
 fs/btrfs/ioctl.c           | 18 ++++++++++
 fs/btrfs/sysfs.c           |  2 ++
 fs/btrfs/volumes.c         | 70 +++++++++++++++++++++++++++++++-------
 fs/btrfs/volumes.h         |  5 +++
 include/uapi/linux/btrfs.h |  7 ++++
 7 files changed, 109 insertions(+), 14 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-09-21 22:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13 22:36 [PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature Guilherme G. Piccoli
2023-09-13 22:36 ` [PATCH v4 1/2] btrfs-progs: Add the temp-fsid feature (to both mkfs/tune) Guilherme G. Piccoli
2023-09-13 22:36 ` [PATCH v4 2/2] btrfs: Introduce the temp-fsid feature Guilherme G. Piccoli
2023-09-18 21:52   ` David Sterba
2023-09-18 22:21     ` Guilherme G. Piccoli
2023-09-19  5:01       ` Anand Jain
2023-09-20 12:16         ` Guilherme G. Piccoli
2023-09-20 18:37           ` David Sterba
2023-09-21  0:21             ` Anand Jain
2023-09-21 22:36             ` Guilherme G. Piccoli
2023-09-19 11:06   ` Anand Jain
2023-09-20 12:03     ` Guilherme G. Piccoli
2023-09-20 18:23       ` David Sterba

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