Message ID | 20220122111054.1126146-1-ming.lei@redhat.com |
---|---|
Headers | show
Return-Path: <linux-scsi-owner@kernel.org> 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 242F3C433F5 for <linux-scsi@archiver.kernel.org>; Sat, 22 Jan 2022 11:11:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234140AbiAVLLZ (ORCPT <rfc822;linux-scsi@archiver.kernel.org>); Sat, 22 Jan 2022 06:11:25 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:31132 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233972AbiAVLLZ (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Sat, 22 Jan 2022 06:11:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642849884; 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=I3fIAsh23COYRzIAM+F+V2r54E6dpD4KEWjdqwp1PRo=; b=GAwLzuC5QPRmwOSZKneh2SMIgMYgtpQRGx7cxmu2ZmgTgHaW9J19N12p8p3H5yy3+0I58Y 5Q/F9Y8G38suOOsEqfGO5etGCw7E+3E4YNv37SpC8ImFDl7SDzN2i+5TxaPnrU8oNg3Ifh 2LmcKjMnoczN+K9/AQyyg2/SvlXeDJ0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-509-zLwqckbUNIeaNMQHoMkZdw-1; Sat, 22 Jan 2022 06:11:21 -0500 X-MC-Unique: zLwqckbUNIeaNMQHoMkZdw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E12141083F62; Sat, 22 Jan 2022 11:11:19 +0000 (UTC) Received: from localhost (ovpn-8-19.pek2.redhat.com [10.72.8.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E74F6D03F; Sat, 22 Jan 2022 11:11:06 +0000 (UTC) From: Ming Lei <ming.lei@redhat.com> To: Christoph Hellwig <hch@lst.de>, Jens Axboe <axboe@kernel.dk>, "Martin K . Petersen" <martin.petersen@oracle.com> Cc: linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, Ming Lei <ming.lei@redhat.com> Subject: [PATCH V2 00/13] block: don't drain file system I/O on del_gendisk Date: Sat, 22 Jan 2022 19:10:41 +0800 Message-Id: <20220122111054.1126146-1-ming.lei@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org |
Series |
block: don't drain file system I/O on del_gendisk
|
expand
|