cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-31 15:04:19 to 2017-12-20 19:37:41 UTC [more...]

[RFC PATCH] mm: memcontrol: memory+swap accounting for cgroup-v2
 2017-12-20 19:37 UTC  (10+ messages)

[PATCH 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
 2017-12-20 18:15 UTC  (9+ messages)
` [PATCH 2/2] mm/memcg: Consolidate mem_cgroup_resize_[memsw]_limit() functions
` [PATCH v2 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
  ` [PATCH v2 2/2] mm/memcg: Consolidate mem_cgroup_resize_[memsw]_limit() functions

[PATCH cgroup/for-4.15-fixes] cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC
 2017-12-20 16:38 UTC  (2+ messages)

PROBLEM: NULL pointer dereference in kernel 4.14.6
 2017-12-19 22:37 UTC  (2+ messages)

cgroup/for-next: WARNING: possible circular locking dependency detected in cpuset_write_resmask
 2017-12-19 13:39 UTC  (20+ messages)
` [PATCH] cgroup/cpuset: fix circular locking dependency
                                        ` [PATCH] cgroup: Fix deadlock in cpu hotplug path

[bug report] writeback: sync returns with dirty pages exist
 2017-12-19 13:31 UTC  (13+ messages)
          ` [PATCH] writeback: synchronize sync(2) against cgroup writeback membership switches
              ` [PATCH v2] "

PROBLEM: NULL pointer dereference in kernel 4.14.6
 2017-12-18 19:56 UTC  (5+ messages)

[PATCH] cgroup, docs: document the root cgroup behavior of cpu and io controllers
 2017-12-15 13:20 UTC 

mm/memcontrol.c:5364:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 2017-12-14 18:16 UTC  (3+ messages)

[PATCH] cgroup, docs: document cgroup v2 device controller
 2017-12-13 20:55 UTC  (2+ messages)

[PATCH] cgroup: avoid cpoied names in cgroup longer than max
 2017-12-12 15:54 UTC  (2+ messages)

[PATCH] cgroup: limit max copied char length for cgroup file name
 2017-12-12  1:19 UTC  (3+ messages)

[GIT PULL] cgroup fixes for v4.15-rc3
 2017-12-11 21:57 UTC 

RFC(v2): Audit Kernel Container IDs
 2017-12-11 19:37 UTC  (8+ messages)

[RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
 2017-12-11 15:17 UTC  (2+ messages)

[PATCH] cgroup: avoid cgroup root name longer than max
 2017-12-11 15:12 UTC  (2+ messages)

[PATCH v2] cgroup: avoid cgroup root name longer than max
 2017-12-08 10:04 UTC 

[PATCH v13 0/7] cgroup-aware OOM killer
 2017-12-07 13:39 UTC  (23+ messages)
` [PATCH v13 1/7] mm, oom: refactor the oom_kill_process() function
` [PATCH v13 2/7] mm: implement mem_cgroup_scan_tasks() for the root memory cgroup
` [PATCH v13 3/7] mm, oom: cgroup-aware OOM killer
` [PATCH v13 4/7] mm, oom: introduce memory.oom_group
` [PATCH v13 5/7] mm, oom: add cgroup v2 mount option for cgroup-aware OOM killer
` [PATCH v13 6/7] mm, oom, docs: describe the "
` [PATCH v13 7/7] cgroup: list groupoom in cgroup features
` [PATCH] mm, oom: simplify alloc_pages_before_oomkill handling

[PATCH] mm, memcg: fix mem_cgroup_swapout() for THPs
 2017-11-29 10:17 UTC  (5+ messages)

[PATCH v3] cpuset: Enable cpuset controller in default hierarchy
 2017-11-27 21:47 UTC  (9+ messages)

[PATCH] cgroup/cpuset: remove circular dependency deadlock
 2017-11-27 16:48 UTC  (11+ messages)
` [PATCH v2] "
            ` [PATCH v3 0/2] Invert cpu_hotplug_lock and cpuset_mutex locking order
                ` [PATCH v3 1/2] cgroup/cpuset: remove circular dependency deadlock
                ` [PATCH v3 2/2] cpuset: Make cpuset hotplug synchronous

[PATCH] mm/shmem: set default tmpfs size according to memcg limit
 2017-11-20 13:05 UTC  (15+ messages)

[GIT PULL] cgroup changes for v4.15-rc1
 2017-11-15 19:03 UTC 

[PATCHSET] blkcg: basic accounting and throttling fixes
 2017-11-15 17:22 UTC  (24+ messages)
` [PATCH 1/7] blkcg: relocate __blkg_release_rcu()
` [PATCH 2/7] blkcg: use percpu_ref for blkcg_gq->refcnt
` [PATCH 3/7] blkcg: associate a request with its blkcg_gq instead of request_list
  ` [PATCH v2 "
` [PATCH 4/7] blkcg: refactor blkcg_gq lookup and creation in blkcg_bio_issue_check()
  ` [PATCH 5/7] blkcg: associate blk-mq requests with the matching blkcg_gqs
` [PATCH 6/7] blkcg: account requests instead of bios for request based request_queues
        ` [PATCH v2 "
            ` [PATCH v3 "
` [PATCH 7/7] blk-throtl: don't throttle the same IO multiple times

[PATCH] memcg: hugetlbfs basic usage accounting
 2017-11-15 12:34 UTC  (8+ messages)

[PATCH 1/2] mm: add sysctl to control global OOM logging behaviour
 2017-11-09 12:56 UTC  (6+ messages)
  ` [PATCH 2/2] mm: memcg control oom logging behavior

[PATCH 1/3] mm: memcontrol: eliminate raw access to stat and event counters
 2017-11-07  9:52 UTC  (6+ messages)
` [PATCH 2/3] mm: memcontrol: implement lruvec stat functions on top of each other
` [PATCH 3/3] mm: memcontrol: fix excessive complexity in memory.stat reporting

[PATCH v2 1/2] cgroup: export list of delegatable control files using sysfs
 2017-11-06 20:02 UTC  (3+ messages)
      ` [PATCH v2 2/2] cgroup: export list of cgroups v2 features "

[RESEND v12 0/6] cgroup-aware OOM killer
 2017-11-01 20:42 UTC  (23+ messages)
` [RESEND v12 3/6] mm, oom: "


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).