login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
19
Re: [PATCH v3 09/11] memcg: add cgroupfs interface to memcg dirty limits
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: KAMEZAWA Hiroyuki
Subject:
Re: [PATCH v3 09/11] memcg: add cgroupfs interface to memcg dirty limits
Date: Monday, October 18, 2010 - 5:56 pm
On Mon, 18 Oct 2010 17:39:42 -0700 Greg Thelen <gthelen@google.com> wrote:
quoted text
> Add cgroupfs interface to memcg dirty page limits: > Direct write-out is controlled with: > - memory.dirty_ratio > - memory.dirty_limit_in_bytes > > Background write-out is controlled with: > - memory.dirty_background_ratio > - memory.dirty_background_limit_bytes > > Other memcg cgroupfs files support 'M', 'm', 'k', 'K', 'g' > and 'G' suffixes for byte counts. This patch provides the > same functionality for memory.dirty_limit_in_bytes and > memory.dirty_background_limit_bytes. > > Signed-off-by: Andrea Righi <arighi@develer.com> > Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> > Signed-off-by: Greg Thelen <gthelen@google.com>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH v3 00/11] memcg: per cgroup dirty page accounting
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 01/11] memcg: add page_cgroup flags for dirty pa ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 02/11] memcg: document cgroup dirty memory inter ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 03/11] memcg: create extensible page stat update ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 04/11] memcg: add lock to synchronize page accou ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 05/11] memcg: add dirty page accounting infrastr ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 06/11] memcg: add kernel calls for memcg dirty p ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 07/11] memcg: add dirty limits to mem_cgroup
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 08/11] memcg: CPU hotplug lockdep warning fix
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 09/11] memcg: add cgroupfs interface to memcg di ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 10/11] writeback: make determine_dirtyable_memor ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
[PATCH v3 11/11] memcg: check memcg dirty limits in page w ...
, Greg Thelen
, (Mon Oct 18, 5:39 pm)
Re: [PATCH v3 04/11] memcg: add lock to synchronize page a ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:45 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:46 pm)
Re: [PATCH v3 03/11] memcg: create extensible page stat up ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:47 pm)
Re: [PATCH v3 05/11] memcg: add dirty page accounting infr ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:49 pm)
Re: [PATCH v3 06/11] memcg: add kernel calls for memcg dir ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:51 pm)
Re: [PATCH v3 07/11] memcg: add dirty limits to mem_cgroup
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:53 pm)
Re: [PATCH v3 08/11] memcg: CPU hotplug lockdep warning fix
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:54 pm)
Re: [PATCH v3 09/11] memcg: add cgroupfs interface to memc ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:56 pm)
Re: [PATCH v3 10/11] writeback: make determine_dirtyable_m ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 5:57 pm)
Re: [PATCH v3 11/11] memcg: check memcg dirty limits in pa ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 6:00 pm)
Re: [PATCH v3 04/11] memcg: add lock to synchronize page a ...
, Minchan Kim
, (Mon Oct 18, 6:17 pm)
Re: [PATCH v3 01/11] memcg: add page_cgroup flags for dirt ...
, Daisuke Nishimura
, (Mon Oct 18, 9:31 pm)
[RFC][PATCH 1/2] memcg: move_account optimization by redu ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 9:43 pm)
[RFC][PATCH 2/2] memcg: move_account optimization by redu ...
, KAMEZAWA Hiroyuki
, (Mon Oct 18, 9:45 pm)
Re: [PATCH v3 03/11] memcg: create extensible page stat up ...
, Daisuke Nishimura
, (Mon Oct 18, 9:52 pm)
Re: [PATCH v3 04/11] memcg: add lock to synchronize page a ...
, Daisuke Nishimura
, (Mon Oct 18, 10:03 pm)
Re: [PATCH v3 06/11] memcg: add kernel calls for memcg dir ...
, Daisuke Nishimura
, (Tue Oct 19, 12:03 am)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, Daisuke Nishimura
, (Tue Oct 19, 1:27 am)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, Greg Thelen
, (Tue Oct 19, 2:00 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 5:11 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, Greg Thelen
, (Tue Oct 19, 5:45 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, Daisuke Nishimura
, (Tue Oct 19, 5:48 pm)
Re: [PATCH v3 07/11] memcg: add dirty limits to mem_cgroup
, Daisuke Nishimura
, (Tue Oct 19, 5:50 pm)
Re: [PATCH v3 05/11] memcg: add dirty page accounting infr ...
, Daisuke Nishimura
, (Tue Oct 19, 5:53 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 6:14 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 7:24 pm)
[PATCH][memcg+dirtylimit] Fix overwriting global vm dirty ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 8:21 pm)
Re: [PATCH v3 09/11] memcg: add cgroupfs interface to memc ...
, Daisuke Nishimura
, (Tue Oct 19, 8:31 pm)
Re: [PATCH v3 09/11] memcg: add cgroupfs interface to memc ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 8:44 pm)
Re: [PATCH v3 09/11] memcg: add cgroupfs interface to memc ...
, Daisuke Nishimura
, (Tue Oct 19, 8:46 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, Daisuke Nishimura
, (Tue Oct 19, 8:47 pm)
Re: [PATCH v3 10/11] writeback: make determine_dirtyable_m ...
, Daisuke Nishimura
, (Tue Oct 19, 8:47 pm)
Re: [PATCH v3 08/11] memcg: CPU hotplug lockdep warning fix
, Daisuke Nishimura
, (Tue Oct 19, 8:47 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 9:06 pm)
Re: [PATCH v3 07/11] memcg: add dirty limits to mem_cgroup
, Greg Thelen
, (Tue Oct 19, 9:08 pm)
Re: [PATCH][memcg+dirtylimit] Fix overwriting global vm d ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 9:14 pm)
Re: [PATCH v3 11/11] memcg: check memcg dirty limits in pa ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 9:18 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, Greg Thelen
, (Tue Oct 19, 9:25 pm)
Re: [PATCH v3 02/11] memcg: document cgroup dirty memory i ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 9:26 pm)
Re: [PATCH v3 11/11] memcg: check memcg dirty limits in pa ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 9:33 pm)
Re: [PATCH v3 11/11] memcg: check memcg dirty limits in pa ...
, Greg Thelen
, (Tue Oct 19, 9:33 pm)
Re: [PATCH v3 11/11] memcg: check memcg dirty limits in pa ...
, Daisuke Nishimura
, (Tue Oct 19, 9:34 pm)
[PATCH v2][memcg+dirtylimit] Fix overwriting global vm di ...
, KAMEZAWA Hiroyuki
, (Tue Oct 19, 10:02 pm)
Re: [PATCH v3 11/11] memcg: check memcg dirty limits in pa ...
, Daisuke Nishimura
, (Tue Oct 19, 10:25 pm)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, Daisuke Nishimura
, (Tue Oct 19, 11:09 pm)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, Minchan Kim
, (Wed Oct 20, 7:35 am)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, KAMEZAWA Hiroyuki
, (Wed Oct 20, 5:10 pm)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, Greg Thelen
, (Sun Oct 24, 11:44 am)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, KAMEZAWA Hiroyuki
, (Sun Oct 24, 5:24 pm)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, Daisuke Nishimura
, (Sun Oct 24, 7:00 pm)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, Ciju Rajan K
, (Mon Oct 25, 12:03 am)
Re: [PATCH v2][memcg+dirtylimit] Fix overwriting global v ...
, KAMEZAWA Hiroyuki
, (Mon Oct 25, 12:08 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate