cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-25 12:59:51 to 2020-08-18 09:59:10 UTC [more...]

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-18  9:59 UTC  (21+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action
` [RFC PATCH 2/8] memcg, mm: Return ENOMEM or delay if memcg_over_limit
` [RFC PATCH 4/8] fs/proc: Support a new procfs memctl file
` [RFC PATCH 5/8] memcg: Allow direct per-task memory limit checking
` [RFC PATCH 6/8] memcg: Introduce additional memory control slowdown if needed
` [RFC PATCH 8/8] memcg: Add over-high action prctl() documentation
  ` [RFC PATCH 3/8] memcg: Allow the use of task RSS memory as over-high action trigger
  ` [RFC PATCH 7/8] memcg: Enable logging of memory control mitigation action

[PATCH v17 00/21] per memcg lru lock
 2020-08-18  6:50 UTC  (92+ messages)
` [PATCH v17 01/21] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v17 03/21] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v17 11/21] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v17 13/21] mm/lru: introduce TestClearPageLRU
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
                                      ` [RFC PATCH 0/3] "
                                          ` [RFC PATCH 1/3] mm: Drop locked from isolate_migratepages_block
                                          ` [RFC PATCH 2/3] mm: Drop use of test_and_set_skip in favor of just setting skip
                                          ` [RFC PATCH 3/3] mm: Identify compound pages sooner in isolate_migratepages_block
` [PATCH v17 16/21] mm/swap: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v17 18/21] mm/lru: introduce the relock_page_lruvec function
    ` [PATCH RFC] mm: Add function for testing if the current lruvec lock is valid
` [PATCH v17 19/21] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v17 20/21] mm/pgdat: remove pgdat lru_lock
` [PATCH v17 21/21] mm/lru: revise the comments of lru_lock
  ` [PATCH v17 15/21] mm/thp: add tail pages into lru anyway in split_huge_page()
  ` [PATCH v17 17/21] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH v3 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup
 2020-08-13 23:27 UTC  (2+ messages)

linux-next boot error: WARNING in mem_cgroup_css_alloc
 2020-08-13 23:25 UTC  (2+ messages)

upstream boot error: WARNING in mem_cgroup_css_alloc
 2020-08-13 15:29 UTC  (4+ messages)

[Resend PATCH 1/6] mm/memcg: warning on !memcg after readahead page charged
 2020-08-13 11:01 UTC  (10+ messages)
  ` [Resend PATCH 2/6] mm/memcg: remove useless check on page->mem_cgroup

[RFC PROPOSAL] memcg: per-memcg user space reclaim interface
 2020-08-12 20:47 UTC  (7+ messages)

[PATCH] mm/memcg: remove useless check on page->mem_cgroup
 2020-08-10 12:29 UTC  (13+ messages)

[PATCH] blkcg: add plugging support for punt bio
 2020-08-06 15:16 UTC  (3+ messages)

[PATCH] block-throttle: set q->td to NULL if blkcg_activate_policy failed
 2020-08-05 13:37 UTC 

[PATCH 0/2][next] Use flexible_array_size() helper in memcpy()
 2020-08-04 13:25 UTC  (5+ messages)
  ` [PATCH 1/2][next] mm: memcontrol: Use flex_array_size() "
  ` [PATCH 2/2][next] mm: memcontrol: Use the preferred form for passing the size of a structure type

[PATCH 5.4 00/19] 5.4.55-rc1 review
 2020-07-31 17:15 UTC  (3+ messages)

[PATCH] mm: memcontrol: restore proper dirty throttling when memory.high changes
 2020-07-31  8:18 UTC  (4+ messages)

[PATCH] mm: memcontrol: don't count limit-setting reclaim as memory pressure
 2020-07-30 12:00 UTC  (5+ messages)

bdi cleanups v3
 2020-07-30  2:14 UTC  (20+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
  ` [PATCH 02/14] drbd: remove dead code in device_to_statistics
  ` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
  ` [PATCH 05/14] md: update the optimal I/O size on reshape
  ` [PATCH 06/14] block: lift setting the readahead size into the block layer
  ` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
    ` [block] 54529aac98: fsmark.files_per_sec -13.6% regression
    ` [block] 54529aac98: blktests.block.005.fail
  ` [PATCH 08/14] block: add helper macros for queue sysfs entries
  ` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[PATCH 0/3] Memory reclaim documentation fixes
 2020-07-29 14:05 UTC  (4+ messages)
` [PATCH 1/3] docs: cgroup: Explain reclaim protection target
  ` [PATCH 2/3] docs: cgroup: Note about sibling relative reclaim protection
` [PATCH 3/3] docs: cgroup: No special handling of unpopulated memcgs

[PATCH 02/14] drbd: remove dead code in device_to_statistics
 2020-07-28 19:20 UTC  (20+ messages)
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
` bdi cleanups v3

PROBLEM: cgroup cost too much memory when transfer small files to tmpfs
 2020-07-27 13:40 UTC  (6+ messages)
  ` 答复: "
            ` 答复: "

bdi cleanups v2
 2020-07-26  9:01 UTC  (4+ messages)
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK


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