From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964983AbbJVOgO (ORCPT ); Thu, 22 Oct 2015 10:36:14 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35218 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756713AbbJVOgL (ORCPT ); Thu, 22 Oct 2015 10:36:11 -0400 Date: Thu, 22 Oct 2015 23:36:05 +0900 From: Tejun Heo To: Vivek Goyal Cc: Johannes Weiner , Li Zefan , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Jens Axboe , Michal Hocko , Peter Zijlstra , Ingo Molnar , Paul Turner , kernel-team@fb.com Subject: Re: [PATCH cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation Message-ID: <20151022143605.GE30579@mtj.duckdns.org> References: <20151022012212.GA20931@mtj.duckdns.org> <20151022012302.GB20931@mtj.duckdns.org> <20151022012354.GC20931@mtj.duckdns.org> <20151022143427.GC20847@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151022143427.GC20847@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 22, 2015 at 10:34:27AM -0400, Vivek Goyal wrote: > On Thu, Oct 22, 2015 at 10:23:54AM +0900, Tejun Heo wrote: > > [..] > > +5-3-2. Writeback > > + > > +Writeback of page cache manages the dirty memory ratio and is an > > +integral part of memory management. The io controller, in conjunction > > +with the memory controller, implements control of page cache writeback > > +IOs. The memory controller defines the memory domain that dirty > > +memory ratio is calculated and maintained for and the io controller > > +defines the io domain which writes out dirty pages for the memory > > +domain. > > Hi Tejun, > > Glad that finally devel flag will go away and new shiny unified hierarchy > can be used using cgroup2 fstype. Thanks for all this hard work. > > Will it make sense to also talk about what filesystems currently writeback > cgroup work with. IIUC, currently this works with ext2 and there are plans to > make it work with other filesystems. It works with ext2 and 4 and btrfs. Will document it. Thanks. -- tejun