cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-23 15:48:09 to 2015-12-08 18:34:24 UTC [more...]

[PATCH 0/8] mm: memcontrol: account "kmem" in cgroup2
 2015-12-08 18:34 UTC  (8+ messages)
` [PATCH 1/8] mm: memcontrol: drop unused @css argument in memcg_init_kmem
` [PATCH 2/8] mm: memcontrol: remove double kmem page_counter init
` [PATCH 3/8] mm: memcontrol: give the kmem states more descriptive names
` [PATCH 4/8] mm: memcontrol: group kmem init and exit functions together
` [PATCH 5/8] mm: memcontrol: separate kmem code from legacy tcp accounting code
` [PATCH 6/8] mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
` [PATCH 7/8] mm: memcontrol: account "kmem" consumers in cgroup2 memory controller

cgroup pids controller -- WARN_ON_ONCE triggering
 2015-12-08 17:05 UTC  (3+ messages)

[GIT PULL] cgroup fixes for v4.4-rc4
 2015-12-08 16:50 UTC 

CGroup Namespaces (v6)
 2015-12-08 16:48 UTC  (17+ messages)
` [PATCH 1/7] kernfs: Add API to generate relative kernfs path
  ` [PATCH 2/7] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
  ` [PATCH 3/7] cgroup: introduce cgroup namespaces
  ` [PATCH 4/7] cgroup: cgroup namespace setns support
  ` [PATCH 5/7] cgroup: mount cgroupns-root when inside non-init cgroupns
  ` [PATCH 6/7] cgroup: Add documentation for cgroup namespaces
  ` [PATCH 7/7] Add FS_USERNS_FLAG to cgroup fs

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-08 16:28 UTC  (17+ messages)
` [PATCH 01/14] mm: memcontrol: export root_mem_cgroup
` [PATCH 02/14] net: tcp_memcontrol: properly detect ancestor socket pressure
` [PATCH 03/14] net: tcp_memcontrol: remove bogus hierarchy pressure propagation
` [PATCH 04/14] net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
` [PATCH 05/14] net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
` [PATCH 06/14] net: tcp_memcontrol: simplify the per-memcg limit access
` [PATCH 07/14] net: tcp_memcontrol: sanitize tcp memory accounting callbacks
` [PATCH 08/14] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 09/14] mm: memcontrol: generalize the socket accounting jump label
` [PATCH 10/14] mm: memcontrol: do not account memory+swap on unified hierarchy
` [PATCH 11/14] mm: memcontrol: move socket code for unified hierarchy accounting
` [PATCH 12/14] mm: memcontrol: account socket memory in unified hierarchy memory controller
` [PATCH 13/14] mm: memcontrol: hook up vmpressure to socket pressure
` [PATCH 14/14] mm: memcontrol: switch to the updated jump-label API

Thread page cache getting accounted in the process cgroup instead of cgroup assigned to the thread
 2015-12-08 16:08 UTC  (2+ messages)

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-12-07 22:38 UTC  (9+ messages)
` [PATCH 1/8] cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it
` [PATCH 2/8] kernfs: implement kernfs_walk_and_get()
  ` [PATCH 3/8] cgroup: implement cgroup_get_from_path() and expose cgroup_put()
  ` [PATCH 4/8] netprio_cgroup: limit the maximum css->id to USHRT_MAX
` [PATCH 5/8] net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
` [PATCH 6/8] sock, cgroup: add sock->sk_cgroup
` [PATCH 7/8] netfilter: prepare xt_cgroup for multi revisions
` [PATCH 8/8] netfilter: implement xt_cgroup cgroup2 path match

[PATCH] mm/memcontrol.c: use list_{first,next}_entry
 2015-12-07 16:21 UTC  (7+ messages)

CGroup Namespaces (v4)
 2015-12-07 15:53 UTC  (41+ messages)
` [PATCH 1/8] kernfs: Add API to generate relative kernfs path
` [PATCH 3/8] cgroup: add function to get task's cgroup
` [PATCH 4/8] cgroup: export cgroup_get() and cgroup_put()
` [PATCH 5/8] cgroup: introduce cgroup namespaces
` [PATCH 6/8] cgroup: cgroup namespace setns support
` [PATCH 7/8] cgroup: mount cgroupns-root when inside non-init cgroupns
` [PATCH 8/8] cgroup: Add documentation for cgroup namespaces

[PATCH] Fix incomplete dd command
 2015-12-07 15:29 UTC  (2+ messages)

[PATCH cgroup/for-4.4-fixes] cgroup: make css_set pin its css's to avoid use-afer-free
 2015-12-03 15:38 UTC  (14+ messages)
                ` [PATCH cgroup/for-4.4-fixes 1/2] cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_attach()
                    ` [PATCH cgroup/for-4.4-fixes 2/3] cgroup: fix handling of multi-destination migration from subtree_control enabling

[PATCH for-4.4-fixes] cgroup_pids: don't account for the root cgroup
 2015-12-03 15:17 UTC  (2+ messages)

[PATCH] mm: vmpressure: fix scan window after SWAP_CLUSTER_MAX increase
 2015-12-02 10:11 UTC  (5+ messages)

[PATCH] oom_kill: add option to disable dump_stack()
 2015-12-02  8:18 UTC  (4+ messages)

[PATCH] MAINTAINERS: make Vladimir co-maintainer of the memory controller
 2015-12-01 11:27 UTC  (3+ messages)

[PATCH 00/13] mm: memcontrol: account socket memory in unified hierarchy v4
 2015-11-30 22:46 UTC  (32+ messages)
` [PATCH 01/13] mm: memcontrol: export root_mem_cgroup
` [PATCH 02/13] net: tcp_memcontrol: properly detect ancestor socket pressure
` [PATCH 03/13] net: tcp_memcontrol: remove bogus hierarchy pressure propagation
` [PATCH 04/13] net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
` [PATCH 05/13] net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
` [PATCH 06/13] net: tcp_memcontrol: simplify the per-memcg limit access
` [PATCH 07/13] net: tcp_memcontrol: sanitize tcp memory accounting callbacks
` [PATCH 08/13] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 09/13] mm: memcontrol: generalize the socket accounting jump label
` [PATCH 10/13] mm: memcontrol: do not account memory+swap on unified hierarchy
` [PATCH 11/13] mm: memcontrol: move socket code for unified hierarchy accounting
` [PATCH 12/13] mm: memcontrol: account socket memory in unified hierarchy memory controller
` [PATCH 13/13] mm: memcontrol: hook up vmpressure to socket pressure

WARNING in handle_mm_fault
 2015-11-30 16:20 UTC  (14+ messages)

CGroup Namespaces (v5)
 2015-11-27 20:52 UTC  (8+ messages)
  ` [PATCH 1/7] kernfs: Add API to generate relative kernfs path
  ` [PATCH 2/7] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
  ` [PATCH 3/7] cgroup: introduce cgroup namespaces
  ` [PATCH 4/7] cgroup: cgroup namespace setns support
  ` [PATCH 5/7] cgroup: mount cgroupns-root when inside non-init cgroupns
  ` [PATCH 6/7] cgroup: Add documentation for cgroup namespaces
` [PATCH 7/7] Add FS_USERNS_FLAG to cgroup fs

[PATCH] cpuset: Replace all instances of time_t with time64_t
 2015-11-26 12:08 UTC  (4+ messages)

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-11-25 17:44 UTC  (8+ messages)

RFC rdma cgroup
 2015-11-24 15:47 UTC  (2+ messages)

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-24 13:43 UTC  (12+ messages)
` [PATCH 09/14] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 13/14] mm: memcontrol: account socket memory in unified hierarchy memory controller

WARN in __mark_inode_dirty when mounting a filesystem
 2015-11-23 21:21 UTC  (2+ messages)

[PATCHSET v3] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-11-23 20:54 UTC  (16+ messages)
` [PATCH 7/9] sock, cgroup: add sock->sk_cgroup
` [PATCH 9/9] netfilter: implement xt_cgroup cgroup2 path match

[PATCH] cgroups: Allow dynamically changing net_classid
 2015-11-23 17:15 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).