From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 00A55D52A for ; Fri, 15 Mar 2024 03:53:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710474802; cv=none; b=Dyr++jb7vbxfjkvd1wkVzV6FYOutcwx2IJ4VoI2NSRSX3e5NUIJpCEZkYJmHWtp6jNU/iZKdMvSqgEXlumX7ocuIXXWDbVRKMnp2HytRQWql7O+0e05jUU5qk9yVdZu6hudbyxA1togH78musE2x723qbCRsiOEWV82jt+kDVIs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710474802; c=relaxed/simple; bh=xlL+bgQJx8OBUNtkcIYhKbYNUoJ8zSpMLkHUXCintC4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Q3YiXhJQdjNUGESrJhJUeoGzo08mZI+1f89Xgl+h+BuXrwer23GtmmOzcNWRpEO95DCoNWMuLtHENPSvqwf3tBS7uLZt+LgYIvYIlSHhfnrjhxTl/tbvgqaKRFoYfu6hGRe+PQbC8kEGJMLy/ozlU2KR5V1A3zvwE/5Mev8kNBc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=FQLrQSM+; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="FQLrQSM+" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1710474798; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=TThg8vKvUGeuptSZ4yh+09nHmN7uKj6B3GA2KWY2EzA=; b=FQLrQSM+1kl2FzEMqMRBOVKB9kloAt6lxjkdv+geR6rCn/HMW9QM7nVezlPsBC+JUVasky nUcYmVMm/IOXNMx/8Mj3QEncQ4cvxLuGUeax8ECNP0XGeam0FMzvDtSm+ieyJM+5MyJRZd ktdVeo9hk2LcJwGYY9h0jJRm31qYv3U= From: Kent Overstreet To: torvalds@linux-foundation.org Cc: Kent Overstreet , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Christian Brauner Subject: [PATCH 0/3] bit more FS_IOC_GETFSUUID, FS_IOC_GETFSSYSFSPATH Date: Thu, 14 Mar 2024 23:52:59 -0400 Message-ID: <20240315035308.3563511-1-kent.overstreet@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT implement FS_IOC_GETFSUUID, FS_IOC_GETFSSYSFSPATH a bit more also: https://evilpiepirate.org/git/bcachefs.git/commit/?h=bcachefs-sysfs-ioctls Kent Overstreet (3): bcachefs: Switch to uuid_to_fsid() bcachefs: Initialize super_block->s_uuid ext4: Add support for FS_IOC_GETFSSYSFSPATH fs/bcachefs/fs.c | 9 ++++----- fs/ext4/super.c | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) -- 2.43.0