All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Kent Overstreet <kent.overstreet@linux.dev>,
	 linux-fsdevel <linux-fsdevel@vger.kernel.org>
Cc: Christian Brauner <brauner@kernel.org>,
	CIFS <linux-cifs@vger.kernel.org>,
	 Kent Overstreet <kent.overstreet@gmail.com>
Subject: Fwd: [GIT PULL] vfs uuid
Date: Thu, 14 Mar 2024 14:55:50 -0500	[thread overview]
Message-ID: <CAH2r5mvXYwLJbKJhAVd34zyDcM4YNM5_n4G-aUNjrjG3VT5KQQ@mail.gmail.com> (raw)
In-Reply-To: <20240308-vfs-uuid-f917b2acae70@brauner>

Do you have sample programs for these programs (or even better
mini-xfstest programs) that we can use to make sure this e.g. works
for cifs.ko (which has similar concept to FS UUID for most remote
filesystems etc.)?

---------- Forwarded message ---------
From: Christian Brauner <brauner@kernel.org>
Date: Fri, Mar 8, 2024 at 4:19 AM
Subject: [GIT PULL] vfs uuid
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
<linux-fsdevel@vger.kernel.org>, <linux-kernel@vger.kernel.org>


Hey Linus,

/* Summary */
This adds two new ioctl()s for getting the filesystem uuid and
retrieving the sysfs path based on the path of a mounted filesystem. The
bcachefs pull request should include a merge of this as well as it
depends on the two new ioctls. Getting the filesystem uuid has been
implemented in filesystem specific code for a while it's now lifted as a
generic ioctl.

/* Testing */
clang: Debian clang version 16.0.6 (19)
gcc: (Debian 13.2.0-7) 13.2.0

All patches are based on v6.8-rc1 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.9.uuid

for you to fetch changes up to 01edea1bbd1768be41729fd018a82556fa1810ec:

  Merge series "filesystem visibility ioctls" of
https://lore.kernel.org/r/20240207025624.1019754-1-kent.overstreet@linux.dev
(2024-02-12 13:14:21 +0100)

Please consider pulling these changes from the signed vfs-6.9.uuid tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.9.uuid

----------------------------------------------------------------
Christian Brauner (1):
      Merge series "filesystem visibility ioctls" of
https://lore.kernel.org/r/20240207025624.1019754-1-kent.overstreet@linux.dev

Kent Overstreet (6):
      fs: super_set_uuid()
      ovl: convert to super_set_uuid()
      fs: FS_IOC_GETUUID
      fat: Hook up sb->s_uuid
      fs: add FS_IOC_GETFSSYSFSPATH
      xfs: add support for FS_IOC_GETFSSYSFSPATH

 Documentation/userspace-api/ioctl/ioctl-number.rst |  3 +-
 fs/ext4/super.c                                    |  2 +-
 fs/f2fs/super.c                                    |  2 +-
 fs/fat/inode.c                                     |  3 ++
 fs/gfs2/ops_fstype.c                               |  2 +-
 fs/ioctl.c                                         | 33 ++++++++++++++
 fs/kernfs/mount.c                                  |  4 +-
 fs/ocfs2/super.c                                   |  4 +-
 fs/overlayfs/util.c                                | 18 +++++---
 fs/ubifs/super.c                                   |  2 +-
 fs/xfs/xfs_mount.c                                 |  4 +-
 include/linux/fs.h                                 | 52 ++++++++++++++++++++++
 include/uapi/linux/fs.h                            | 25 +++++++++++
 mm/shmem.c                                         |  4 +-
 14 files changed, 141 insertions(+), 17 deletions(-)



--
Thanks,

Steve

  parent reply	other threads:[~2024-03-14 19:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 10:19 [GIT PULL] vfs uuid Christian Brauner
2024-03-11 18:33 ` pr-tracker-bot
2024-03-14 19:55 ` Steve French [this message]
2024-03-15  3:06   ` Fwd: " Kent Overstreet

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=CAH2r5mvXYwLJbKJhAVd34zyDcM4YNM5_n4G-aUNjrjG3VT5KQQ@mail.gmail.com \
    --to=smfrench@gmail.com \
    --cc=brauner@kernel.org \
    --cc=kent.overstreet@gmail.com \
    --cc=kent.overstreet@linux.dev \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-fsdevel@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.