All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vivek Goyal <vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>,
	Li Zefan <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Jens Axboe <axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>,
	Michal Hocko <mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Peter Zijlstra <peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
	Ingo Molnar <mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Paul Turner <pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	kernel-team-b10kYP2dOMg@public.gmane.org
Subject: Re: [PATCH cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation
Date: Thu, 22 Oct 2015 10:42:21 -0400	[thread overview]
Message-ID: <20151022144221.GD20847@redhat.com> (raw)
In-Reply-To: <20151022143605.GE30579-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>

On Thu, Oct 22, 2015 at 11:36:05PM +0900, Tejun Heo wrote:
> 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.

Oh, nice. Are there any plans to make it work with xfs too?

Thanks
Vivek

WARNING: multiple messages have this Message-ID (diff)
From: Vivek Goyal <vgoyal@redhat.com>
To: Tejun Heo <tj@kernel.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
	Li Zefan <lizefan@huawei.com>,
	cgroups@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jens Axboe <axboe@kernel.dk>, Michal Hocko <mhocko@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>, Paul Turner <pjt@google.com>,
	kernel-team@fb.com
Subject: Re: [PATCH cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation
Date: Thu, 22 Oct 2015 10:42:21 -0400	[thread overview]
Message-ID: <20151022144221.GD20847@redhat.com> (raw)
In-Reply-To: <20151022143605.GE30579@mtj.duckdns.org>

On Thu, Oct 22, 2015 at 11:36:05PM +0900, Tejun Heo wrote:
> 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.

Oh, nice. Are there any plans to make it work with xfs too?

Thanks
Vivek

  parent reply	other threads:[~2015-10-22 14:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  1:22 [PATCH cgroup/for-4.4 1/3] cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type Tejun Heo
2015-10-22  1:22 ` Tejun Heo
2015-10-22  1:23 ` [PATCH cgroup/for-4.4 2/3] cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/ Tejun Heo
2015-10-22  1:23   ` Tejun Heo
     [not found]   ` <20151022012302.GB20931-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2015-10-22  1:23     ` [PATCH cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation Tejun Heo
2015-10-22  1:23       ` Tejun Heo
     [not found]       ` <20151022012354.GC20931-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2015-10-22 14:34         ` Vivek Goyal
2015-10-22 14:34           ` Vivek Goyal
2015-10-22 14:36           ` Tejun Heo
     [not found]             ` <20151022143605.GE30579-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2015-10-22 14:42               ` Vivek Goyal [this message]
2015-10-22 14:42                 ` Vivek Goyal
     [not found]                 ` <20151022144221.GD20847-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-10-22 15:29                   ` Tejun Heo
2015-10-22 15:29                     ` Tejun Heo
2015-10-23  1:18               ` Tejun Heo
2015-10-23  1:18                 ` Tejun Heo
     [not found]                 ` <20151023011807.GB5442-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2015-10-23 12:16                   ` Vivek Goyal
2015-10-23 12:16                     ` Vivek Goyal
2015-10-23  1:19         ` [PATCH v2 " Tejun Heo
2015-10-23  1:19           ` Tejun Heo
     [not found]           ` <20151023011902.GC5442-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2015-10-26  2:54             ` Zefan Li
2015-10-26  2:54               ` Zefan Li
     [not found]               ` <562D95E2.2000401-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2015-11-16 16:16                 ` Tejun Heo
2015-11-16 16:16                   ` Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151022144221.GD20847@redhat.com \
    --to=vgoyal-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org \
    --cc=kernel-team-b10kYP2dOMg@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
    --cc=mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.