Message ID | 20181204183600.99746-1-dennis@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 170E9109C for <patchwork-linux-block@patchwork.kernel.org>; Tue, 4 Dec 2018 18:36:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 08D792C3EC for <patchwork-linux-block@patchwork.kernel.org>; Tue, 4 Dec 2018 18:36:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F16F12C440; Tue, 4 Dec 2018 18:36:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6104C2C3EC for <patchwork-linux-block@patchwork.kernel.org>; Tue, 4 Dec 2018 18:36:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726006AbeLDSgF (ORCPT <rfc822;patchwork-linux-block@patchwork.kernel.org>); Tue, 4 Dec 2018 13:36:05 -0500 Received: from mail-yw1-f67.google.com ([209.85.161.67]:35248 "EHLO mail-yw1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725864AbeLDSgF (ORCPT <rfc822;linux-block@vger.kernel.org>); Tue, 4 Dec 2018 13:36:05 -0500 Received: by mail-yw1-f67.google.com with SMTP id h32so7397120ywk.2; Tue, 04 Dec 2018 10:36:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=PngW+zHDTehzFZdt5/WrhsrAhc9bGD9P26Ud3RbTyIU=; b=DOzQYWjgRqbZPCiwf1z5ekkKqXUmm0MwzbRLjIUPETbpAciRCmIb1XmcxLtU8NycG1 6CRNItFn/B7Q3fFsrBRBqZyURFB/TaiZJ20hFfYdTkoQ0vG3OehFdN1eU504Qb29MZmf QolC6zZldlwhiGhxJd15BnQD9iSE+nTvt8w2SNLZFnuE/0jCruBBq9Kh77keWzzjfH6/ v4EkEIvZqj8CZxWHJtBu8OL9Dn0FgryX+buaXDHaZIh2WUWKQQzS0QtwtiUlhIN9Z0Cz VxuX3V/ynk49f9HLGeApACqxhEP92AZZUf4sM9G0J2RNHrwiuYz0dv1u+68B0BCZ3x5C +W3g== X-Gm-Message-State: AA+aEWZAL4zfudIVRLlW8MQDJkjxB9yPIZtyMyujshOmpN5rYYduCXnM ZMQTpiRrUG/TsROCfdrFyTQ= X-Google-Smtp-Source: AFSGD/XDdAObGumK0waRHGW8qcx3/7DgJX2Epx040vaSuA73/YiH9eTtgXEg4nImg1SbXu/PB2xm2A== X-Received: by 2002:a81:5404:: with SMTP id i4mr21679468ywb.364.1543948564064; Tue, 04 Dec 2018 10:36:04 -0800 (PST) Received: from dennisz-mbp.thefacebook.com ([199.201.65.135]) by smtp.gmail.com with ESMTPSA id x82sm4274798ywb.34.2018.12.04.10.36.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 04 Dec 2018 10:36:03 -0800 (PST) From: Dennis Zhou <dennis@kernel.org> To: Jens Axboe <axboe@kernel.dk>, Tejun Heo <tj@kernel.org>, Johannes Weiner <hannes@cmpxchg.org>, Josef Bacik <josef@toxicpanda.com> Cc: kernel-team@fb.com, linux-block@vger.kernel.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Dennis Zhou <dennis@kernel.org> Subject: [PATCH v5 00/14] block: always associate blkg and refcount cleanup Date: Tue, 4 Dec 2018 13:35:46 -0500 Message-Id: <20181204183600.99746-1-dennis@kernel.org> X-Mailer: git-send-email 2.13.5 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
block: always associate blkg and refcount cleanup
|
expand
|