cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-07 23:06:15 to 2015-12-22 23:11:38 UTC [more...]

[PATCH 1/4] net: tcp_memcontrol: simplify linkage between socket and page counter fix
 2015-12-22 23:11 UTC  (12+ messages)
` [PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness
` [PATCH 3/4] mm: memcontrol: flatten struct cg_proto
` [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions

[OOPS] BUG_ON in cgroups on 4.4.0-rc5-next
 2015-12-22 19:06 UTC  (3+ messages)

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-12-22 18:13 UTC  (13+ messages)
` [PATCH 3/8] cgroup: implement cgroup_get_from_path() and expose cgroup_put()
` [PATCH 7/8] netfilter: prepare xt_cgroup for multi revisions
` [PATCH 8/8] netfilter: implement xt_cgroup cgroup2 path match
  ` [PATCH net-next] net, cgroup: cgroup_sk_updat_lock was missing initializer

[PATCH] [RFC] selftests/cgroupns: new test for cgroup namespaces
 2015-12-22 16:59 UTC  (2+ messages)

[RESEND PATCH 1/2] cpuacct: rename parameter in cpuusage_write for readability
 2015-12-22  8:12 UTC  (4+ messages)
` [RESEND PATCH 2/2] cpuacct: split usage into user_usage and sys_usage

[Propose] Isolate core_pattern in mnt namespace
 2015-12-22  3:12 UTC  (9+ messages)

[PAtCh 0/2] cgroup: prepare kernel config for cgroup2
 2015-12-18 17:45 UTC  (8+ messages)
` [PATCH 1/2] cgroup: clean up the kernel configuration menu nomenclature
` [PATCH 2/2] cgroup: put controller Kconfig options in meaningful order

[PATCH v2 0/7] Add swap accounting to cgroup2
 2015-12-18 15:39 UTC  (12+ messages)
` [PATCH v2 1/7] mm: memcontrol: charge swap "
` [PATCH v2 2/7] mm: vmscan: pass memcg to get_scan_count()
` [PATCH v2 3/7] mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online
` [PATCH v2 4/7] swap.h: move memcg related stuff to the end of the file
` [PATCH v2 5/7] mm: vmscan: do not scan anon pages if memcg swap limit is hit
` [PATCH v2 6/7] mm: free swap cache aggressively if memcg swap is full
` [PATCH v2 7/7] Documentation: cgroup: add memory.swap.{current,max} description

[PATCH] mm: memcontrol: clean up alloc, online, offline, free functions fix
 2015-12-17  8:39 UTC  (2+ messages)

[PATCH] mm: memcontrol: fixed three spelling errors
 2015-12-16  6:45 UTC 

[PATCH 1/6] cgroup: Remove prohibited white spaces
 2015-12-16  1:22 UTC  (9+ messages)
  ` [PATCH 2/6] cgroup: Fix line length to 80 characters
  ` [PATCH 3/6] cgroup: Fix trailing */ in block comments
  ` [PATCH 4/6] cgroup: Add blank lines after declarations
  ` [PATCH 5/6] cgroup: Replace printk(KERN_INFO) with pr_info()
  ` [PATCH 6/6] cgroup: Move constant to the right site of comparison

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-15 19:50 UTC  (29+ 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
    ` [PATCH] mm: memcontrol: only manage socket pressure for CONFIG_INET
    ` [PATCH] mm: memcontrol: MEMCG no longer works with SLOB

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-12-15 19:22 UTC  (9+ messages)

[PATCH v2] mm: memcontrol: fix possible memcg leak due to interrupted reclaim
 2015-12-15 14:53 UTC 

[PATCH] cgroup_pids: fix a typo
 2015-12-14 19:54 UTC  (2+ messages)

[PATCH] cgroup: bug fix of cgroup_root object was not released after cgroup umounted
 2015-12-14 19:51 UTC  (2+ messages)

WARN in __mark_inode_dirty when mounting a filesystem
 2015-12-11 10:26 UTC  (3+ messages)

occasional kernel hang on shutdown - kernel/cgroup_pids.c
 2015-12-11  8:43 UTC  (3+ messages)

[PATCH 0/8] mm: memcontrol: account "kmem" in cgroup2
 2015-12-10 20:50 UTC  (31+ 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 6/8 v2] "
` [PATCH 7/8] mm: memcontrol: account "kmem" consumers in cgroup2 memory controller
` [PATCH 8/8] mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM

[RFC PATCH] mm: memcontrol: reign in CONFIG space madness
 2015-12-10 17:15 UTC  (6+ messages)

piping core dump to a program escapes container
 2015-12-10  2:58 UTC  (10+ messages)

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

CGroup Namespaces (v6)
 2015-12-09 15:48 UTC  (24+ 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

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 

Thread page cache getting accounted in the process cgroup instead of cgroup assigned to the thread
 2015-12-08 16:08 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).