Message ID | 20250618055153.48823-1-anuj20.g@samsung.com |
---|---|
Headers | show
Received: from mailout4.samsung.com (mailout4.samsung.com [203.254.224.34]) (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 4C4181E98E3 for <linux-scsi@vger.kernel.org>; Wed, 18 Jun 2025 05:52:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.254.224.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750225970; cv=none; b=JB2LMr7t6jPevaDWop7Ay6lYFudB0qvm3ufOzCgh0d9palkKvhHk3ryw/4wMYb6oPIqssXQIHjDv8js64+rijK/NoIyl3z06gYrsWzVfvgj0u3yE9prtEIhsN/noJO7QFiQHyz1PkGqbIbbyhQjP80SK6tcaioqXqj4h/ET8WeY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750225970; c=relaxed/simple; bh=BuOv1tP2vKVvDWNIWwXAqWP69Va9MNtYy6TXp2uG75Y=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: References; b=Zhb5xjGqatuJhNJ9u5a1igRK0Mt2RpErz232Qm5OhGoaCi711q/xLWLAzogyyfrCKJXyhNQYEJn0TfSw0WJMxRMXhXrm/s54rFUVvDjczVrSgdUdJI8nRolm9EzhBaUsw9NJxiV1Q121SGRabXCFlHCfaq6rO2dObFiXMu29l7A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com; spf=pass smtp.mailfrom=samsung.com; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b=aAOLhqhy; arc=none smtp.client-ip=203.254.224.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=samsung.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=samsung.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=samsung.com header.i=@samsung.com header.b="aAOLhqhy" Received: from epcas5p4.samsung.com (unknown [182.195.41.42]) by mailout4.samsung.com (KnoxPortal) with ESMTP id 20250618055245epoutp047bc51b653575168abc604e8135e222d8~KDT4BSWC33171031710epoutp04t for <linux-scsi@vger.kernel.org>; Wed, 18 Jun 2025 05:52:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout4.samsung.com 20250618055245epoutp047bc51b653575168abc604e8135e222d8~KDT4BSWC33171031710epoutp04t DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1750225965; bh=AOP00Fc2F9qiSQmOiA4tBYgC5vacOd3AhpFCbS+QFf0=; h=From:To:Cc:Subject:Date:References:From; b=aAOLhqhy+8kWXebUX2kjKAUEbQ5eiAsM+bcM1mphbBNATPBN9roEinhTpWc8e+xz/ UTpiZ2eJxd14dkqv9fEUYEUxGwZa0ME2IHt5jYXPn2ddBCPNuLRiOsmMAtBWUDoKCd EWfxugLF03L5Q6+c93IlKDImOpPBfGmkfqSjQudE= Received: from epsnrtp03.localdomain (unknown [182.195.42.155]) by epcas5p2.samsung.com (KnoxPortal) with ESMTPS id 20250618055244epcas5p21028bfe100b6e774490d4a7d06c69f84~KDT3GFXw92873428734epcas5p2W; Wed, 18 Jun 2025 05:52:44 +0000 (GMT) Received: from epcas5p1.samsung.com (unknown [182.195.38.180]) by epsnrtp03.localdomain (Postfix) with ESMTP id 4bMXvZ34bfz3hhTJ; Wed, 18 Jun 2025 05:52:42 +0000 (GMT) Received: from epsmtip2.samsung.com (unknown [182.195.34.31]) by epcas5p3.samsung.com (KnoxPortal) with ESMTPA id 20250618055210epcas5p397b5ca1dc472e3008af707391a5fa628~KDTXvhuhH2388423884epcas5p3N; Wed, 18 Jun 2025 05:52:10 +0000 (GMT) Received: from localhost.localdomain (unknown [107.99.41.245]) by epsmtip2.samsung.com (KnoxPortal) with ESMTPA id 20250618055208epsmtip25a760335121f4cf32d5bf2c18a82aad7~KDTVpu8533161231612epsmtip2S; Wed, 18 Jun 2025 05:52:08 +0000 (GMT) From: Anuj Gupta <anuj20.g@samsung.com> To: vincent.fu@samsung.com, jack@suse.cz, anuj1072538@gmail.com, axboe@kernel.dk, viro@zeniv.linux.org.uk, brauner@kernel.org, hch@infradead.org, martin.petersen@oracle.com, ebiggers@kernel.org, adilger@dilger.ca Cc: linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, joshi.k@samsung.com, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, gost.dev@samsung.com, Anuj Gupta <anuj20.g@samsung.com> Subject: [PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities Date: Wed, 18 Jun 2025 11:21:49 +0530 Message-Id: <20250618055153.48823-1-anuj20.g@samsung.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: <linux-scsi.vger.kernel.org> List-Subscribe: <mailto:linux-scsi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-scsi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMS-MailID: 20250618055210epcas5p397b5ca1dc472e3008af707391a5fa628 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-Sendblock-Type: REQ_APPROVE CMS-TYPE: 105P cpgsPolicy: CPGSC10-542,Y X-CFilter-Loop: Reflected X-CMS-RootMailID: 20250618055210epcas5p397b5ca1dc472e3008af707391a5fa628 References: <CGME20250618055210epcas5p397b5ca1dc472e3008af707391a5fa628@epcas5p3.samsung.com> |
Series |
add ioctl to query metadata and protection info capabilities
|
expand
|