Message ID | 20201002153357.56409-1-bfoster@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=xDq8=DJ=vger.kernel.org=linux-fsdevel-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6726D92C for <patchwork-linux-fsdevel@patchwork.kernel.org>; Fri, 2 Oct 2020 15:34:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4847220795 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Fri, 2 Oct 2020 15:34:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="XQT2mQl0" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388248AbgJBPeH (ORCPT <rfc822;patchwork-linux-fsdevel@patchwork.kernel.org>); Fri, 2 Oct 2020 11:34:07 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:59917 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388233AbgJBPeG (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Fri, 2 Oct 2020 11:34:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601652845; 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=QxfKPAyKMdfWuFWKZ0NG4toCJJfCMCwJHBKpGyYVAUY=; b=XQT2mQl0QmwMtUruT6UHtineqsndqFoLwzH/ceGSZ3zj4fqKOriIDylZFqX0WfCjYqBVDg QjL31E3OC+2GyQo07YCbnaMpcYh9UVceEOW/WiHPIDrpWIztph9Fm1SipqKgvsMgP4aYuo +XeQiuybvHwMtPooKPSjtx5j8bPQMuk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-332-Q0_PZqOJOr2rd8oMtFP9FA-1; Fri, 02 Oct 2020 11:34:03 -0400 X-MC-Unique: Q0_PZqOJOr2rd8oMtFP9FA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1DD491921FC7; Fri, 2 Oct 2020 15:33:58 +0000 (UTC) Received: from bfoster.redhat.com (ovpn-114-177.rdu2.redhat.com [10.10.114.177]) by smtp.corp.redhat.com (Postfix) with ESMTP id B907E78803; Fri, 2 Oct 2020 15:33:57 +0000 (UTC) From: Brian Foster <bfoster@redhat.com> To: linux-fsdevel@vger.kernel.org Cc: linux-xfs@vger.kernel.org Subject: [PATCH 0/2] iomap: avoid soft lockup warnings on large ioends Date: Fri, 2 Oct 2020 11:33:55 -0400 Message-Id: <20201002153357.56409-1-bfoster@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series |
iomap: avoid soft lockup warnings on large ioends
|
expand
|