From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDA27C43334 for ; Mon, 4 Jul 2022 12:45:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233816AbiGDMpH (ORCPT ); Mon, 4 Jul 2022 08:45:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232796AbiGDMpG (ORCPT ); Mon, 4 Jul 2022 08:45:06 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 084A6DF69; Mon, 4 Jul 2022 05:45:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=r8Vz34uF3hgjoNeR0v/rpIhSqu91TXSVbFAMBKa/d70=; b=2Glapi//WtqY3AMOGBs0DSP1E8 mTDmR/yyUZ4PzULuRY/BAOYHHHTZSWE31rp1PenrON7U0Dtnt8aSidrBxwOpKHfMen6MPL1ov2tev N7sSubL0iaHwBhyLviMeAyh80Lux+4tZyk9NmBsEut8i26mw2f59rI5PnHXsrFMvJum3fWM2BHzW4 n13oiD6mIPnDWQXrAbZD1q+hMKIqRsz+M8LvTp6IgafdgjxSc0b3ThWFDoq22K3WpB4QeoBv/ULFz NdcciYIs/jodQw5Ap4V7zDLzTszirGqj4QqeC2KcXM4i0V4dmIm1PCqZHYgl61HRbVI9PMxMUJqBZ vD8zB3Iw==; Received: from [2001:4bb8:189:3c4a:8758:74d9:4df6:6417] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8LRm-008s8e-3R; Mon, 04 Jul 2022 12:45:02 +0000 From: Christoph Hellwig To: Jens Axboe , Damien Le Moal Cc: dm-devel@redhat.com, linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org Subject: clean up zoned device information Date: Mon, 4 Jul 2022 14:44:43 +0200 Message-Id: <20220704124500.155247-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hi all, this cleans up the block layer zoned device information APIs and moves all fields currently in the request_queue to the gendisk as they aren't relevant for passthrough I/O. Diffstat: block/bio.c | 2 block/blk-core.c | 13 +-- block/blk-merge.c | 2 block/blk-mq-debugfs-zoned.c | 6 - block/blk-mq.c | 2 block/blk-mq.h | 18 ++--- block/blk-settings.c | 11 +-- block/blk-sysfs.c | 8 -- block/blk-zoned.c | 95 +++++++++++++------------- block/blk.h | 8 +- block/genhd.c | 1 block/ioctl.c | 2 block/partitions/core.c | 2 drivers/block/null_blk/zoned.c | 8 +- drivers/md/dm-table.c | 6 - drivers/md/dm-zone.c | 86 +++++++++++------------- drivers/md/dm-zoned-target.c | 25 +++---- drivers/md/dm.c | 2 drivers/nvme/host/multipath.c | 2 drivers/nvme/host/zns.c | 6 - drivers/nvme/target/zns.c | 110 +----------------------------- drivers/scsi/sd.c | 6 - drivers/scsi/sd_zbc.c | 10 +- fs/zonefs/super.c | 17 ++-- include/linux/blk-mq.h | 8 +- include/linux/blkdev.h | 146 ++++++++++++++++------------------------- 26 files changed, 233 insertions(+), 369 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CCDACC433EF for ; Mon, 4 Jul 2022 18:34:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1656959683; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=0Uj5LUQLyPX4VMzCMG3AvcD8SxfC4YebH+r8efmmTl0=; b=ayQWe0TAcv3HT1BIREx3pkdhYXX1o9NxYlfgNwdP7E5vOBwOMie+ZM3Yj4TdQ6XC63rCIO RYb1RNoFcvrAbdcA6k+h+ct1OZBvqtZhVQ/2L5zgTLUgjt6AHpXBzO7ZoBRpPB6w5lYVuJ OxeCnDEbQS/T4jykzY3Vd6sUfDwpgiE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-5-MHJZNwDSO16Qv1w6i2PN9Q-1; Mon, 04 Jul 2022 14:34:42 -0400 X-MC-Unique: MHJZNwDSO16Qv1w6i2PN9Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2B7E6101A589; Mon, 4 Jul 2022 18:34:40 +0000 (UTC) Received: from mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (unknown [10.30.29.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1AED0C53360; Mon, 4 Jul 2022 18:34:40 +0000 (UTC) Received: from mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (localhost [IPv6:::1]) by mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (Postfix) with ESMTP id 08D041947041; Mon, 4 Jul 2022 18:34:40 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by mm-prod-listman-01.mail-001.prod.us-east-1.aws.redhat.com (Postfix) with ESMTP id E5FDD19466DF for ; Mon, 4 Jul 2022 18:34:38 +0000 (UTC) Received: by smtp.corp.redhat.com (Postfix) id C406A9D63; Mon, 4 Jul 2022 18:34:38 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast04.extmail.prod.ext.rdu2.redhat.com [10.11.55.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C06A818EAA for ; Mon, 4 Jul 2022 18:34:38 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A71F6101A588 for ; Mon, 4 Jul 2022 18:34:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-414-RRI11CaRO-SOGwj9NZ3N7A-1; Mon, 04 Jul 2022 14:34:37 -0400 X-MC-Unique: RRI11CaRO-SOGwj9NZ3N7A-1 Received: from [2001:4bb8:189:3c4a:8758:74d9:4df6:6417] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8LRm-008s8e-3R; Mon, 04 Jul 2022 12:45:02 +0000 From: Christoph Hellwig To: Jens Axboe , Damien Le Moal Date: Mon, 4 Jul 2022 14:44:43 +0200 Message-Id: <20220704124500.155247-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html X-Mimecast-Impersonation-Protect: Policy=CLT - Impersonation Protection Definition; Similar Internal Domain=false; Similar Monitored External Domain=false; Custom External Domain=false; Mimecast External Domain=false; Newly Observed Domain=false; Internal User Name=false; Custom Display Name List=false; Reply-to Address Mismatch=false; Targeted Threat Dictionary=false; Mimecast Threat Dictionary=false; Custom Threat Dictionary=false X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Subject: [dm-devel] clean up zoned device information X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-block@vger.kernel.org, dm-devel@redhat.com, linux-scsi@vger.kernel.org, linux-nvme@lists.infradead.org Errors-To: dm-devel-bounces@redhat.com Sender: "dm-devel" X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dm-devel-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, this cleans up the block layer zoned device information APIs and moves all fields currently in the request_queue to the gendisk as they aren't relevant for passthrough I/O. Diffstat: block/bio.c | 2 block/blk-core.c | 13 +-- block/blk-merge.c | 2 block/blk-mq-debugfs-zoned.c | 6 - block/blk-mq.c | 2 block/blk-mq.h | 18 ++--- block/blk-settings.c | 11 +-- block/blk-sysfs.c | 8 -- block/blk-zoned.c | 95 +++++++++++++------------- block/blk.h | 8 +- block/genhd.c | 1 block/ioctl.c | 2 block/partitions/core.c | 2 drivers/block/null_blk/zoned.c | 8 +- drivers/md/dm-table.c | 6 - drivers/md/dm-zone.c | 86 +++++++++++------------- drivers/md/dm-zoned-target.c | 25 +++---- drivers/md/dm.c | 2 drivers/nvme/host/multipath.c | 2 drivers/nvme/host/zns.c | 6 - drivers/nvme/target/zns.c | 110 +----------------------------- drivers/scsi/sd.c | 6 - drivers/scsi/sd_zbc.c | 10 +- fs/zonefs/super.c | 17 ++-- include/linux/blk-mq.h | 8 +- include/linux/blkdev.h | 146 ++++++++++++++++------------------------- 26 files changed, 233 insertions(+), 369 deletions(-) -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel