public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-12 23:10:26 to 2023-01-05 09:58:41 UTC [more...]

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2023-01-05  9:58 UTC  (15+ messages)
` [PATCH 02/10] docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks
` [PATCH 03/10] docs: cgroup-v1: wrap remaining admonitions in "
` [PATCH 04/10] docs: cgroup-v1: use code block for locking order schema
` [PATCH 06/10] docs: cgroup-v1: move hierarchy of accounting caption
  ` [PATCH 01/10] docs: cgroup-v1: extend underline of section 8
  ` [PATCH 05/10] docs: cgroup-v1: fix footnotes
  ` [PATCH 07/10] docs: cgroup-v1: use bullet lists for list of stat file tables
` [PATCH 08/10] docs: cgroup-v1: use make swap extension subsections subsections
` [PATCH 09/10] docs: cgroup-v1: add internal cross-references
` [PATCH 10/10] docs: cgroup-v1: use numbered lists for user interface setup

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-05  7:28 UTC  (4+ messages)
      ` [External] "

[PATCH v3 0/5] blk-iocost: random bugfix
 2023-01-05  1:53 UTC  (10+ messages)
` [PATCH v3 2/5] blk-iocost: don't allow to configure bio based device
  ` [PATCH v3 1/5] blk-iocost: check return value of match_u64()
  ` [PATCH v3 3/5] blk-iocost: read params inside lock in sysfs apis
  ` [PATCH v3 4/5] blk-iocost: fix divide by 0 error in calc_lcoefs()
` [PATCH v3 5/5] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-05  1:43 UTC  (3+ messages)

[PATCH -next 0/4] block/rq_qos: protect rq_qos apis with global mutex
 2023-01-05  1:35 UTC  (9+ messages)
` [PATCH -next 1/4] block/rq_qos: move implementions of init/exit rq-qos apis to blk-rq-qos.c
` [PATCH -next 3/4] block/rq_qos: use a global mutex to protect rq_qos apis
  ` [PATCH -next 2/4] block/rq_qos: factor out a helper to add rq_qos and activate policy
  ` [PATCH -next 4/4] block/rq_qos: fail rq_qos_add() after rq_qos_exit()

[PATCH v2 0/2] blk-iocost: add refcounting for iocg and ioc
 2023-01-05  1:14 UTC  (6+ messages)
` [PATCH v2 1/2] blk-iocost: add refcounting for iocg
  ` [PATCH v2 2/2] blk-iocost: add refcounting for ioc

[PATCH] cgroup/cpuset: no need to explicitly init a global static variable
 2023-01-04 22:21 UTC  (6+ messages)

[PATCH] blk-iocost: don't make all constants unsigned long long
 2023-01-04 22:17 UTC  (5+ messages)

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2023-01-04  8:41 UTC  (31+ messages)
  ` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
                  ` Proactive reclaim/demote discussion (was Re: [PATCH] Revert "mm: add nodes= arg to memory.reclaim")

[PATCH] block, bfq: switch 'bfqg->ref' to use atomic refcount apis
 2023-01-03 10:30 UTC  (2+ messages)

[PATCH RFC 0/2] mm: kmem: optimize obj_cgroup pointer retrieval
 2023-01-02 16:09 UTC  (9+ messages)
  ` [PATCH RFC 1/2] mm: kmem: optimize get_obj_cgroup_from_current()
  ` [PATCH RFC 2/2] mm: kmem: add direct objcg pointer to task_struct

[PATCH RFC] block, bfq: switch 'bfqg->ref' to use atomic refcount apis
 2023-01-02 11:22 UTC  (3+ messages)

[PATCH v2 00/10] A few bugfix and cleancode patch for bfq
 2022-12-27  7:26 UTC  (12+ messages)
` [PATCH v2 01/10] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection
` [PATCH v2 02/10] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow
` [PATCH v2 04/10] block, bfq: use helper macro RQ_BFQQ to get bfqq of request
` [PATCH v2 05/10] block, bfq: remove unnecessary dereference to get async_bfqq
` [PATCH v2 06/10] block, bfq: remove redundant bfqd->rq_in_driver > 0 check in bfq_add_request
` [PATCH v2 07/10] block, bfq: remove redundant check in bfq_put_cooperator
` [PATCH v2 08/10] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
` [PATCH v2 09/10] block, bfq: remove unused bfq_wr_max_time in struct bfq_data
` [PATCH v2 10/10] block, bfq: remove check of bfq_wr_max_softrt_rate which is always greater than 0
  ` [PATCH v2 03/10] block, bfq: initialize bfqq->decrease_time_jif correctly

[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
 2022-12-26 20:43 UTC  (7+ messages)
` [PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC

[PATCH -next 0/4] blk-iocost: make sure parent iocg is exited before child
 2022-12-26  1:10 UTC  (10+ messages)
  ` [PATCH -next 1/4] blk-iocost: track whether iocg is still online
` [PATCH -next 2/4] blk-iocost: don't throttle bio if iocg is offlined
` [PATCH -next 3/4] blk-iocost: dispatch all throttled bio in ioc_pd_offline
` [PATCH -next 4/4] blk-iocost: guarantee the exit order of iocg

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 UTC  (5+ messages)

[PATCH] blk-throtl: Introduce sync and async queues for blk-throtl
 2022-12-23  9:52 UTC  (7+ messages)
    ` [External] "
  ` [PATCH v2] "
        ` [External] "

[PATCH -next 0/4] blk-cgroup: synchronize del_gendisk() with configuring cgroup policy
 2022-12-21 10:37 UTC  (12+ messages)
  ` [PATCH -next 1/4] block/rq_qos: protect 'q->rq_qos' with queue_lock in rq_qos_exit()
  ` [PATCH -next 2/4] block/rq_qos: fail rq_qos_add() after del_gendisk()
` [PATCH -next 3/4] blk-cgroup: add a new interface blkcg_conf_close_bdev()
` [PATCH -next 4/4] blk-cgroup: synchronize del_gendisk() with configuring cgroup policy

[PATCH v9 0/8] sched/deadline: fix cpusets bandwidth accounting
 2022-12-20 11:43 UTC  (7+ messages)
` [PATCH v9 3/8] cpuset: Rebuild root domain deadline accounting information

[PATCH 0/2] Defer checking wildcard exceptions to parent
 2022-12-19 17:21 UTC  (4+ messages)
  ` [PATCH 1/2] devcg: Move match_exception_partial before match_exception PSBM-144033
  ` [PATCH 2/2] devcg: Allow wildcard exceptions in DENY child cgroups PSBM-144033

[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-19 12:06 UTC  (3+ messages)

[RFC PATCH] blk-throtl: Introduce sync queue for write ios
 2022-12-16  1:36 UTC  (7+ messages)
    ` [External] "

[PATCH v4 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
 2022-12-15  3:31 UTC  (3+ messages)
  ` [PATCH v4 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH v4 2/2] blk-cgroup: Flush stats at blkgs destruction path

[RFC PATCH 0/2] mm: multi-gen LRU: working set extensions
 2022-12-14 22:51 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: multi-gen LRU: periodic aging
  ` [RFC PATCH 2/2] mm: multi-gen LRU: cgroup working set stats

[PATCH 1/2 block/for-6.2] blk-iolatency: Fix memory leak on add_disk() failures
 2022-12-14 19:43 UTC  (2+ messages)
  ` (subset) "

[PATCH v3] block/blk-iocost (gcc13): keep large values in a new enum
 2022-12-14 16:56 UTC  (3+ messages)

[PATCH 0/2] block, bfq: minor cleanups
 2022-12-14 16:56 UTC  (6+ messages)
` [PATCH 2/2] block, bfq: replace 0/1 with false/true in bic apis
  ` [PATCH 1/2] block, bfq: don't return bfqg from __bfq_bic_change_cgroup()

[PATCH-block v3 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
 2022-12-14 16:55 UTC  (9+ messages)
` [PATCH-block v3 1/2] bdi, blk-cgroup: Fix potential UAF of blkcg
  ` [PATCH-block v3 2/2] blk-cgroup: Flush stats at blkgs destruction path

[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints
 2022-12-13 12:58 UTC  (15+ messages)

[PATCH v2] block/blk-iocost (gcc13): move large values to a new enum
 2022-12-13 11:55 UTC  (2+ messages)

[GIT PULL] cgroup changes for v6.2-rc1
 2022-12-13  0:36 UTC  (2+ messages)

[PATCH-block v2 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
 2022-12-13  0:21 UTC  (8+ messages)
` [PATCH-block v2 2/3] blk-cgroup: Don't flush a blkg if destroyed
` [PATCH-block v2 3/3] blk-cgroup: Flush stats at blkgs destruction path

[PATCH -next v2 0/9] iocost bugfix
 2022-12-12 23:10 UTC  (9+ messages)
` [PATCH -next v2 8/9] block: fix null-pointer dereference in ioc_pd_init


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox