cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 14:48:29 to 2020-09-20 09:10:19 UTC [more...]

[PATCH 0/4] Some improvements for blk throttle
 2020-09-20  9:10 UTC  (3+ messages)
` [PATCH 1/4] blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()
` [PATCH 2/4] blk-throttle: Avoid getting the current time if tg->last_finish_time is 0

bdi cleanups v4
 2020-09-19  7:31 UTC  (30+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
  ` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
  ` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
  ` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag

[PATCH v18 00/32] per memcg lru_lock
 2020-09-19  1:00 UTC  (27+ messages)
` [PATCH v18 06/32] mm/thp: narrow lru locking
      ` [PATCH v18 00/32] per memcg lru_lock: reviews

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-19  0:31 UTC  (28+ messages)
` [PATCH 02/13] mm: use page_off_lru()
` [PATCH 03/13] mm: move __ClearPageLRU() into page_off_lru()
` [PATCH 04/13] mm: shuffle lru list addition and deletion functions
` [PATCH 05/13] mm: don't pass enum lru_list to lru list addition functions
` [PATCH 08/13] mm: rename page_off_lru() to __clear_page_lru_flags()
  ` [PATCH 01/13] mm: use add_page_to_lru_list()
  ` [PATCH 06/13] mm: don't pass enum lru_list to trace_mm_lru_insertion()
  ` [PATCH 07/13] mm: don't pass enum lru_list to del_page_from_lru_list()
  ` [PATCH 09/13] mm: inline page_lru_base_type()
  ` [PATCH 10/13] mm: VM_BUG_ON lru page flags
  ` [PATCH 11/13] mm: inline __update_lru_size()
  ` [PATCH 12/13] mm: make lruvec_lru_size() static
  ` [PATCH 13/13] mm: enlarge the int parameter of update_lru_size()

[PATCHSET for-5.10/block] iocost: improve debt forgiveness logic
 2020-09-18 18:41 UTC  (7+ messages)
` [PATCH 1/5] iocost: factor out ioc_forgive_debts()
` [PATCH 2/5] iocost: replace nr_shortages cond in ioc_forgive_debts() with busy_level one
  ` [PATCH 3/5] iocost: recalculate delay after debt reduction
  ` [PATCH 5/5] iocost: add iocg_forgive_debt tracepoint
  ` [PATCH 6/5] iocost: consider iocgs with active delays for debt forgiveness
` [PATCH 4/5] iocost: reimplement debt forgiveness using average usage

[cgroup:iocost-debt-forgiveness] BUILD SUCCESS 83e8ea543f9e76ccc87b20e1001645e197f3f1b1
 2020-09-18 12:37 UTC 

[PATCH] cgroup: Fix a comment in function cgroup_wq_init()
 2020-09-18  8:54 UTC 

[PATCH AUTOSEL 5.4 307/330] mm: memcontrol: fix stat-corrupting race in charge moving
 2020-09-18  2:00 UTC 

[PATCH v2] mm: memcontrol: remove obsolete comment of mem_cgroup_unmark_under_oom()
 2020-09-17 10:59 UTC 

[PATCH] mm: memcontrol: correct the comment of mem_cgroup_unmark_under_oom()
 2020-09-17  1:41 UTC 

[PATCH] mm: memcontrol: correct the comment of mem_cgroup_unmark_under_oom()
 2020-09-16 14:53 UTC  (2+ messages)

[PATCH v5] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-16 14:47 UTC  (5+ messages)
      ` [External] "

[PATCH v6 1/2] mm: memcontrol: Fix missing suffix of workingset_restore
 2020-09-16 14:01 UTC  (3+ messages)
` [PATCH v6 2/2] mm: memcontrol: Add the missing numa_stat interface for cgroup v2

[PATCH] cpuset: Move node_isset() outside of the rcu_read region
 2020-09-16 11:23 UTC 

[BUG] NULL ptr deref in css_free_rwork_fn
 2020-09-16  6:58 UTC 

[PATCH 0/5] Some improvements for blk-throttle
 2020-09-15 18:17 UTC  (5+ messages)

[PATCH v4] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15 16:19 UTC  (5+ messages)
    ` [External] "

[PATCH] cgroup: Add cgroupstats numbers to cgroup.stat file
 2020-09-15 15:53 UTC 

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

[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
 2020-09-15 13:17 UTC  (2+ messages)

[PATCH v2 0/8] Return head pages from find_*_entry
 2020-09-15 13:08 UTC  (19+ messages)
` [PATCH v2 1/8] mm: Factor find_get_incore_page out of mincore_page
` [PATCH v2 2/8] mm: Use find_get_incore_page in memcontrol
` [PATCH v2 3/8] mm: Optimise madvise WILLNEED
` [PATCH v2 4/8] proc: Optimise smaps for shmem entries
` [PATCH v2 5/8] i915: Use find_lock_page instead of find_lock_entry
` [PATCH v2 6/8] mm: Convert find_get_entry to return the head page
  ` [mm] 2037ab69a5: BUG:KASAN:null-ptr-deref_in_t
` [PATCH v2 7/8] mm/shmem: Return head page from find_lock_entry
` [PATCH v2 8/8] mm: Add find_lock_head

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

[PATCH v3] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-15  2:46 UTC  (11+ messages)
  ` [External] "

[PATCH block/for-next] iocost: fix infinite loop bug in adjust_inuse_and_calc_cost()
 2020-09-15  1:47 UTC  (2+ messages)

[PATCH v2 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-09-14 21:32 UTC  (17+ messages)
` [PATCH v2 1/3] mm/memcg: Clean up obsolete enum charge_type
  ` [PATCH v2 2/3] mm/memcg: Simplify mem_cgroup_get_max()
  ` [PATCH v2 3/3] mm/memcg: Unify swap and memsw page counters
  ` [PATCH v3 2/3] mm/memcg: Simplify mem_cgroup_get_max()
  ` [PATCH v4 "

[PATCH] taskstats: fix CGROUPSTATS_CMD_GET for cgroup v2
 2020-09-14 12:48 UTC  (3+ messages)
    ` [Phishing Risk] [External] "

[PATCH] mm: memcontrol: Fix out-of-bounds on the buf returned by memory_stat_format
 2020-09-14 12:05 UTC  (11+ messages)
      ` [External] "

[PATCH] mm: memcontrol: Correct the comment of mem_cgroup_iter()
 2020-09-14 10:52 UTC 

[PATCH] mm: memcontrol: Correct the comment of mem_cgroup_iter()
 2020-09-14 10:46 UTC  (2+ messages)

[PATCH] mm: memcg: yield cpu when we fail to charge pages
 2020-09-14  4:15 UTC  (2+ messages)

[PATCH 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-09-14  0:49 UTC  (6+ messages)
` [PATCH 2/3] mm/memcg: Simplify mem_cgroup_get_max()

[PATCH RESEND] mm: memcontrol: Correct the comment of mem_cgroup_iter()
 2020-09-13  9:44 UTC 

[PATCH v2] mm: memcontrol: Add the missing numa_stat interface for cgroup v2
 2020-09-12 15:40 UTC 

inconsistent lock state in sco_conn_del
 2020-09-12 12:59 UTC 

[PATCH block/for-next] blk-iocost: fix divide-by-zero in transfer_surpluses()
 2020-09-11 22:44 UTC  (5+ messages)
    ` [PATCH v2 "

[PATCH] mm: memcontrol: Add the missing numa stat of anon and file for cgroup v2
 2020-09-11 21:51 UTC  (7+ messages)
    ` [External] "

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-10 16:34 UTC  (4+ messages)

[PATCH] [v2] blkcg: add plugging support for punt bio
 2020-09-10 15:56 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).