cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 15:26:55 to 2020-09-02 15:11:44 UTC [more...]

bdi cleanups v3
 2020-09-02 15:11 UTC  (4+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[cgroup:iocost-andys] BUILD SUCCESS fbb8059a4d604bb0e83dba836d75960462493095
 2020-09-02  6:34 UTC 

[PATCHSET for-5.10/block] blk-iocost: iocost: improve donation, debt and excess handling
 2020-09-01 22:57 UTC  (29+ messages)
` [PATCH 01/27] blk-iocost: ioc_pd_free() shouldn't assume irq disabled
  ` [PATCH 02/27] blk-stat: make q->stats->lock irqsafe
  ` [PATCH 03/27] blk-iocost: use local[64]_t for percpu stat
  ` [PATCH 08/27] blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
  ` [PATCH 13/27] blk-iocost: add absolute usage stat
  ` [PATCH 14/27] blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us
  ` [PATCH 16/27] blk-iocost: decouple vrate adjustment from surplus transfers
  ` [PATCH 20/27] blk-iocost: revamp in-period donation snapbacks
  ` [PATCH 21/27] blk-iocost: revamp debt handling
  ` [PATCH 26/27] blk-iocost: add three debug stat - cost.wait, indebt and indelay
` [PATCH 04/27] blk-iocost: rename propagate_active_weights() to propagate_weights()
` [PATCH 05/27] blk-iocost: clamp inuse and skip noops in __propagate_weights()
` [PATCH 06/27] blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
` [PATCH 07/27] blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt
` [PATCH 09/27] blk-iocost: use WEIGHT_ONE based fixed point number for weights
` [PATCH 10/27] blk-iocost: make ioc_now->now and ioc->period_at 64bit
` [PATCH 11/27] blk-iocost: streamline vtime margin and timer slack handling
` [PATCH 12/27] blk-iocost: grab ioc->lock for debt handling
` [PATCH 15/27] blk-iocost: replace iocg->has_surplus with ->surplus_list
` [PATCH 17/27] blk-iocost: restructure surplus donation logic
` [PATCH 18/27] blk-iocost: implement Andy's method for donation weight updates
` [PATCH 19/27] blk-iocost: revamp donation amount determination
` [PATCH 22/27] blk-iocost: implement delay adjustment hysteresis
` [PATCH 23/27] blk-iocost: halve debts if device stays idle
` [PATCH 24/27] blk-iocost: implement vtime loss compensation
` [PATCH 25/27] blk-iocost: restore inuse update tracepoints
` [PATCH 27/27] blk-iocost: update iocost_monitor.py

[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
 2020-08-31 15:37 UTC  (4+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH] cgroup: Delete unnecessary if statement in css_visible()
 2020-08-29 10:03 UTC 

[PATCH v18 00/32] per memcg lru_lock
 2020-08-28  5:22 UTC  (49+ messages)
` [PATCH v18 02/32] mm/memcg: bail out early from swap accounting when memcg is disabled
` [PATCH v18 04/32] mm/thp: clean up lru_add_page_tail
` [PATCH v18 06/32] mm/thp: narrow lru locking
` [PATCH v18 10/32] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v18 11/32] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v18 12/32] mm/memcg: optimize mem_cgroup_page_lruvec
` [PATCH v18 14/32] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v18 15/32] mm/lru: move lock into lru_note_cost
` [PATCH v18 17/32] mm/compaction: do page isolation first in compaction
` [PATCH v18 18/32] mm/thp: add tail pages into lru anyway in split_huge_page()
` [PATCH v18 19/32] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v18 20/32] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v18 21/32] mm/lru: introduce the relock_page_lruvec function
` [PATCH v18 22/32] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock
` [PATCH v18 28/32] mm/compaction: Drop locked from isolate_migratepages_block
` [PATCH v18 30/32] mm: Drop use of test_and_set_skip in favor of just setting skip
  ` [PATCH v18 01/32] mm/memcg: warning on !memcg after readahead page charged
  ` [PATCH v18 03/32] mm/thp: move lru_add_page_tail func to huge_memory.c
  ` [PATCH v18 05/32] mm/thp: remove code path which never got into
  ` [PATCH v18 07/32] mm/swap.c: stop deactivate_file_page if page not on lru
  ` [PATCH v18 08/32] mm/vmscan: remove unnecessary lruvec adding
  ` [PATCH v18 09/32] mm/page_idle: no unlikely double check for idle page counting
  ` [PATCH v18 13/32] mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn
  ` [PATCH v18 16/32] mm/lru: introduce TestClearPageLRU
  ` [PATCH v18 23/32] mm/lru: revise the comments of lru_lock
  ` [PATCH v18 25/32] mm/mlock: remove lru_lock on TestClearPageMlocked in munlock_vma_page
  ` [PATCH v18 26/32] mm/mlock: remove __munlock_isolate_lru_page
  ` [PATCH v18 27/32] mm/swap.c: optimizing __pagevec_lru_add lru_lock
  ` [PATCH v18 29/32] mm: Identify compound pages sooner in isolate_migratepages_block
  ` [PATCH v18 31/32] mm: Add explicit page decrement in exception path for isolate_lru_pages
  ` [PATCH v18 32/32] mm: Split release_pages work into 3 passes

[PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-27 14:22 UTC  (21+ messages)
` [PATCH 1/8] mm: Factor find_get_swap_page out of mincore_page
` [PATCH 2/8] mm: Use find_get_swap_page in memcontrol
` [PATCH 4/8] proc: Optimise smaps for shmem entries
` [PATCH 5/8] i915: Use find_lock_page instead of find_lock_entry
` [PATCH 6/8] mm: Convert find_get_entry to return the head page
` [PATCH 7/8] mm: Return head page from find_lock_entry
` [PATCH 8/8] mm: Hoist find_subpage call further up in pagecache_get_page
  ` [PATCH 3/8] mm: Optimise madvise WILLNEED

[Resend PATCH 1/6] mm/memcg: warning on !memcg after readahead page charged
 2020-08-27  6:00 UTC  (15+ messages)

KASAN: use-after-free Read in cgroup_path_ns
 2020-08-25  6:03 UTC 

[PATCH v7 0/4] Charge loop device i/o to issuing cgroup
 2020-08-24 17:13 UTC  (7+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
  ` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-24 16:58 UTC  (33+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action

[PATCH 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-08-24 16:02 UTC  (11+ messages)
` [PATCH 1/3] mm/memcg: Clean up obsolete enum charge_type
  ` [PATCH 2/3] mm/memcg: Simplify mem_cgroup_get_max()
` [PATCH 3/3] mm/memcg: Unify swap and memsw page counters

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-08-21 20:23 UTC  (8+ messages)

[RFC PATCH v2 0/5] Minor cleanups and performance optimizations for LRU rework
 2020-08-20 17:15 UTC  (20+ messages)
` [RFC PATCH v2 1/5] mm: Identify compound pages sooner in isolate_migratepages_block
  ` [RFC PATCH v2 2/5] mm: Drop use of test_and_set_skip in favor of just setting skip
  ` [RFC PATCH v2 3/5] mm: Add explicit page decrement in exception path for isolate_lru_pages
  ` [RFC PATCH v2 4/5] mm: Split release_pages work into 3 passes
  ` [RFC PATCH v2 5/5] mm: Split move_pages_to_lru into 3 separate passes

[RFC PATCH 0/3] Re: [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
 2020-08-18  6:50 UTC  (7+ messages)
` [RFC PATCH 2/3] mm: Drop use of test_and_set_skip in favor of just setting skip

[PATCH v17 00/21] per memcg lru lock
 2020-08-17 22:58 UTC  (3+ messages)
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction


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