cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-17 19:37:57 to 2020-07-31 10:32:16 UTC [more...]

[PATCH 5.4 00/19] 5.4.55-rc1 review
 2020-07-31 10:32 UTC 

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

[PATCH] mm/memcg: remove useless check on page->mem_cgroup
 2020-07-31  3:34 UTC 

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

[PATCH v17 00/21] per memcg lru lock
 2020-07-30  6:08 UTC  (43+ messages)
` [PATCH v17 01/21] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v17 02/21] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v17 03/21] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v17 06/21] mm/thp: clean up lru_add_page_tail
` [PATCH v17 07/21] mm/thp: remove code path which never got into
` [PATCH v17 08/21] mm/thp: narrow lru locking
` [PATCH v17 10/21] mm/swap: fold vm event PGROTATED into pagevec_move_tail_fn
` [PATCH v17 11/21] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
` [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 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 04/21] mm/compaction: rename compact_deferred as compact_should_defer
  ` [PATCH v17 05/21] mm/thp: move lru_add_page_tail func to huge_memory.c
  ` [PATCH v17 09/21] mm/memcg: add debug checking in lock_page_memcg
  ` [PATCH v17 12/21] mm/lru: move lock into lru_note_cost
  ` [PATCH v17 13/21] mm/lru: introduce TestClearPageLRU
  ` [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

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 01/14] fs: remove the unused SB_I_MULTIROOT flag
 2020-07-28 19:20 UTC  (25+ messages)
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 08/14] block: add helper macros for queue sysfs entries
  ` [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
  ` [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 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  (11+ messages)
      ` 答复: "
                  ` 答复: "

bdi cleanups v2
 2020-07-26  9:01 UTC  (29+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [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
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [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 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
  ` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
  ` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

BUG at mm/vmalloc.c:3089! - invalid opcode: 0000 [#1] SMP KASAN PTI
 2020-07-22 16:16 UTC  (3+ messages)

[PATCH v16 00/22] per memcg lru_lock
 2020-07-21 13:51 UTC  (52+ messages)
` [PATCH v16 05/22] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v16 06/22] mm/thp: clean up lru_add_page_tail
` [PATCH v16 07/22] mm/thp: remove code path which never got into
` [PATCH v16 13/22] mm/lru: introduce TestClearPageLRU
` [PATCH v16 14/22] mm/thp: add tail pages into lru anyway in split_huge_page()
` [PATCH v16 15/22] mm/compaction: do page isolation first in compaction
` [PATCH v16 16/22] mm/mlock: reorder isolation sequence during munlock
` [PATCH v16 18/22] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v16 19/22] mm/lru: introduce the relock_page_lruvec function
` [PATCH v16 20/22] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v16 21/22] mm/pgdat: remove pgdat lru_lock

bdi cleanups
 2020-07-21  5:46 UTC  (22+ 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 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [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 08/14] block: add helper macros for queue sysfs entries
` [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 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[patch] mm, memcg: provide a stat to describe reclaimable memory
 2020-07-20  7:37 UTC  (6+ messages)

[PATCH] memcontrol: drop duplicate word and fix spello in <linux/memcontrol.h>
 2020-07-18  7:16 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).