messages from 2023-01-27 22:33:39 to 2023-02-03 15:13:10 UTC [more...]
[PATCH 0/2] Fix broken cpuset affinity handling on heterogeneous systems
2023-02-03 15:13 UTC (26+ messages)
` [PATCH 1/2] cpuset: Fix cpuset_cpus_allowed() to not filter offline CPUs
` [PATCH 2/2] cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
switch blk-cgroup to work on gendisk v4
2023-02-03 15:04 UTC (20+ messages)
` [PATCH 01/19] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 02/19] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 03/19] blk-cgroup: improve error unwinding in blkg_alloc
` [PATCH 04/19] blk-cgroup: simplify blkg freeing from initialization failure paths
` [PATCH 05/19] blk-cgroup: remove the !bdi->dev check in blkg_dev_name
` [PATCH 07/19] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 08/19] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 10/19] blk-wbt: move private information from blk-wbt.h to blk-wbt.c
` [PATCH 13/19] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 14/19] blk-rq-qos: constify rq_qos_ops
` [PATCH 15/19] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 17/19] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 19/19] blk-cgroup: move the cgroup information to struct gendisk
` [PATCH 06/19] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 09/19] blk-wbt: pass a gendisk to wbt_init
` [PATCH 11/19] blk-wbt: open code wbt_queue_depth_changed in wbt_init
` [PATCH 12/19] blk-rq-qos: move rq_qos_add and rq_qos_del out of line
` [PATCH 16/19] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 18/19] blk-cgroup: pass a gendisk to blkg_lookup
[PATCH v2 0/2] cgroup/cpuset: Make hotplug code more efficient
2023-02-03 12:07 UTC (5+ messages)
` [PATCH v2 1/2] cgroup/cpuset: Skip task update if hotplug doesn't affect current cpuset
` [PATCH v2 2/2] cgroup/cpuset: Don't update tasks' cpumasks for cpu offline events
[PATCH v2 0/4] Track exported dma-buffers with memcg
2023-02-03 9:46 UTC (15+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers
[PATCH] mm: introduce entrance for root_mem_cgroup's current
2023-02-03 8:58 UTC (6+ messages)
switch blk-cgroup to work on gendisk v3
2023-02-03 8:06 UTC (28+ messages)
` [PATCH 04/19] blk-cgroup: simplify blkg freeing from initialization failure paths
` [PATCH 05/19] blk-cgroup: remove the !bdi->dev check in blkg_dev_name
` [PATCH 06/19] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 07/19] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 09/19] blk-wbt: pass a gendisk to wbt_init
` [PATCH 11/19] blk-wbt: open code wbt_queue_depth_changed in wbt_init
` [PATCH 12/19] blk-rq-qos: move rq_qos_add and rq_qos_del out of line
` [PATCH 15/19] blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos
` [PATCH 16/19] blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy
` [PATCH 01/19] block: don't call blk_throtl_stat_add for non-READ/WRITE commands
` [PATCH 02/19] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 03/19] blk-cgroup: improve error unwinding in blkg_alloc
` [PATCH 08/19] blk-wbt: pass a gendisk to wbt_{enable,disable}_default
` [PATCH 10/19] blk-wbt: move private information from blk-wbt.h to blk-wbt.c
` [PATCH 13/19] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 14/19] blk-rq-qos: constify rq_qos_ops
` [PATCH 17/19] blk-cgroup: pass a gendisk to pd_alloc_fn
` [PATCH 18/19] blk-cgroup: pass a gendisk to blkg_lookup
` [PATCH 19/19] blk-cgroup: move the cgroup information to struct gendisk
[PATCH] blk-ioprio: Introduce promote-to-rt policy
2023-02-03 1:48 UTC (7+ messages)
[PATCH] fscrypt: Copy the memcg information to the ciphertext page
2023-02-03 1:07 UTC (5+ messages)
[PATCH v4 0/2] blk-cgroup: Fix potential UAF & flush rstat at blkgs destruction path
2023-02-02 22:35 UTC (5+ messages)
` [PATCH v4 2/2] blk-cgroup: Flush stats "
[RFC v3 00/12] DRM scheduling cgroup controller
2023-02-02 20:00 UTC (5+ messages)
` [RFC 10/12] cgroup/drm: Introduce weight based drm cgroup control
cgroup user-after-free
2023-02-02 19:50 UTC (5+ messages)
[PATCH v2] sched: cpuset: Don't rebuild sched domains on suspend-resume
2023-02-02 19:20 UTC (12+ messages)
[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
2023-02-02 18:54 UTC (10+ messages)
` [PATCH 1/9] Documentation: admin-guide: correct spelling
` [dm-devel] [PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
[RFC PATCH] mm: memcontrol: don't account swap failures not due to cgroup limits
2023-02-02 18:30 UTC (3+ messages)
switch blk-cgroup to work on gendisk v2
2023-02-02 17:57 UTC (20+ messages)
` [PATCH 01/15] blk-cgroup: don't defer blkg_free to a workqueue
` [PATCH 03/15] blk-cgroup: delay blk-cgroup initialization until add_disk
` [PATCH 04/15] blk-cgroup: pin the gendisk in struct blkcg_gq
` [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct
` [PATCH 08/15] blk-wbt: open code wbt_queue_depth_changed in wbt_update_limits
` [PATCH 09/15] blk-rq-qos: make rq_qos_add and rq_qos_del more useful
` [PATCH 15/15] blk-cgroup: move the cgroup information to struct gendisk
[PATCH -next v3] block, bfq: cleanup 'bfqg->online'
2023-02-02 13:49 UTC
[PATCH -next v2] block, bfq: cleanup 'bfqg->online'
2023-02-02 13:45 UTC
[PATCH 0/2] cgroup/cpuset: Make hotplug code more efficient
2023-02-02 3:17 UTC (3+ messages)
` [PATCH 1/2] cgroup/cpuset: Skip task update if hotplug doesn't affect current cpuset
` [PATCH 2/2] cgroup/cpuset: Don't update tasks' cpumasks for cpu offline events
[PATCH -next] block, bfq: cleanup 'bfqg->online'
2023-02-02 1:16 UTC (3+ messages)
[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
2023-02-01 18:31 UTC (24+ messages)
[tj-cgroup:for-6.2-fixes] BUILD SUCCESS e5ae8803847b80fe9d744a3174abe2b7bfed222a
2023-02-01 10:40 UTC
[tj-cgroup:for-next] BUILD SUCCESS 54b970021f92dc38f266926a31549bb88764f37d
2023-02-01 10:40 UTC
[tj-cgroup:test-merge-for-6.2-fixes] BUILD SUCCESS 40deb00b6ec5658946b313c70b54cbce24236fda
2023-02-01 10:40 UTC
[GIT PULL] cgroup fixes for v6.2-rc6
2023-02-01 0:06 UTC (2+ messages)
[PATCH] cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
2023-01-31 22:21 UTC (2+ messages)
[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
2023-01-31 19:49 UTC (38+ messages)
` [RFC PATCH 01/19] mm: Introduce vm_account
` [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account
` [RFC PATCH 05/19] RMDA/siw: "
` "
` [RFC PATCH 06/19] RDMA/usnic: convert "
` [RFC PATCH 09/19] io_uring: "
` [RFC PATCH 10/19] net: skb: Switch to using vm_account
` [RFC PATCH 14/19] mm: Introduce a cgroup for pinned memory
cpuset.cpus.partition : Segmentation fault (core dumped)
2023-01-30 19:34 UTC
[PATCH] cgroup: /proc/cgroups output alignment
2023-01-30 8:58 UTC
[PATCH v2 block-6.2] block, bfq: fix uaf for bfqq in bic_set_bfqq()
2023-01-30 3:04 UTC (2+ messages)
[PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq()
2023-01-30 1:06 UTC (6+ messages)
[PATCH -next v3 0/3] blk-cgroup: make sure pd_free_fn() is called in order
2023-01-29 22:20 UTC (5+ messages)
[PATCH v6] blk-throtl: Introduce sync and async queues for blk-throtl
2023-01-28 15:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).