From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 31 Aug 2018 11:44:26 -0400 From: Josef Bacik To: Dennis Zhou Cc: Jens Axboe , Tejun Heo , Johannes Weiner , Josef Bacik , kernel-team@fb.com, linux-block@vger.kernel.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/15] blkcg: associate a blkg for pages being evicted by swap Message-ID: <20180831154425.hvh7hrz5nocs35tr@destiny> References: <20180831015356.69796-1-dennisszhou@gmail.com> <20180831015356.69796-9-dennisszhou@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180831015356.69796-9-dennisszhou@gmail.com> List-ID: On Thu, Aug 30, 2018 at 09:53:49PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > A prior patch in this series added blkg association to bios issued by > cgroups. There are two other paths that we want to attribute work back > to the appropriate cgroup: swap and writeback. Here we modify the way > swap tags bios to include the blkg. Writeback will be tackle in the next > patch. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik Thanks, Josef