Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Mar 2024 18:02:06 +0000 (11:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Mar 2024 18:02:06 +0000 (11:02 -0700)
commit0f1a876682f0979d6a1e5f86861dd562d1758936
tree8f366cddf7bf5544d0af8266e99ff1718f977a28
parent910202f00a435c56cf000bc6d45ecaabac4dd598
parent01edea1bbd1768be41729fd018a82556fa1810ec
Merge tag 'vfs-6.9.uuid' of git://git./linux/kernel/git/vfs/vfs

Pull vfs uuid updates from Christian Brauner:
 "This adds two new ioctl()s for getting the filesystem uuid and
  retrieving the sysfs path based on the path of a mounted filesystem.
  Getting the filesystem uuid has been implemented in filesystem
  specific code for a while it's now lifted as a generic ioctl"

* tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  xfs: add support for FS_IOC_GETFSSYSFSPATH
  fs: add FS_IOC_GETFSSYSFSPATH
  fat: Hook up sb->s_uuid
  fs: FS_IOC_GETUUID
  ovl: convert to super_set_uuid()
  fs: super_set_uuid()
fs/ext4/super.c
fs/f2fs/super.c
fs/overlayfs/util.c
fs/ubifs/super.c
include/linux/fs.h
include/uapi/linux/fs.h
mm/shmem.c