messages from 2023-03-24 14:42:09 to 2023-03-31 17:25:35 UTC [more...]
move bio cgroup punting into btrfs
2023-03-31 17:25 UTC (17+ messages)
` [PATCH 3/7] btrfs: also use kthread_associate_blkcg for uncompressible ranges
` [PATCH 4/7] btrfs, mm: remove the punt_to_cgroup field in struct writeback_control
` [PATCH 1/7] btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
` [PATCH 2/7] btrfs: don't free the async_extent in submit_uncompressed_range
` [PATCH 5/7] btrfs, block: move REQ_CGROUP_PUNT to btrfs
` [PATCH 7/7] block: make blkcg_punt_bio_submit optional
` [PATCH 6/7] block: async_bio_lock does not need to be bh-safe
[PATCH 0/3] cgroup/cpuset: Fix CLONE_INTO_CGROUP problem & other issues
2023-03-31 14:50 UTC (4+ messages)
` [PATCH 1/3] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
` [PATCH 2/3] cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
` [PATCH 3/3] cgroup/cpuset: Allow only one active attach operation per cpuset
[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
2023-03-31 11:02 UTC (37+ messages)
` [PATCH v2 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates
[PATCH] memcg: Set memory min, low, high values along with max
2023-03-31 8:40 UTC (2+ messages)
[PATCH] blk-throttle: Fix io statistics for cgroup v1
2023-03-31 3:00 UTC (5+ messages)
` [External] "
[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
2023-03-31 1:51 UTC (18+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
2023-03-30 19:30 UTC (10+ messages)
` [PATCH v3 2/8] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 1/8] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v3 3/8] memcg: do not flush stats in irq context
` [PATCH v3 7/8] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates
[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
2023-03-30 16:13 UTC (18+ messages)
` [PATCH 3/6] sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
` [PATCH 1/6] cgroup/cpuset: Rename functions dealing with DEADLINE accounting
` [PATCH 2/6] sched/cpuset: Bring back cpuset_mutex
` [PATCH 4/6] sched/deadline: Create DL BW alloc, free & check overflow interface
` [PATCH 5/6] cgroup/cpuset: Free DL BW in case can_attach() fails
` [PATCH 6/6] cgroup/cpuset: Iterate only if DEADLINE tasks are present
` [PATCH 6/7] cgroup/cpuset: Protect DL BW data against parallel cpuset_attach()
[tj-cgroup:for-6.4] BUILD SUCCESS 1bf33285d98536da6b015627341e4f789fee067e
2023-03-30 7:23 UTC
[tj-cgroup:for-6.3-fixes] BUILD SUCCESS 292fd843de26c551856e66faf134512c52dd78b4
2023-03-30 7:23 UTC
[tj-cgroup:for-next] BUILD SUCCESS d86bd73e834f24e04a7eb67540ec9bbcbffad446
2023-03-30 7:22 UTC
[PATCH 1/4] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
2023-03-29 18:59 UTC (5+ messages)
` [PATCH 2/4] blk-cgroup: delete cpd_bind_fn of blkcg_policy
` [PATCH 3/4] blk-cgroup: delete cpd_init_fn "
` [PATCH 4/4] blk-cgroup: change BLKCG_MAX_POLS back to 5
[PATCH v2 0/4] cgroup/cpuset: Miscellaneous updates
2023-03-29 18:43 UTC (7+ messages)
` [PATCH v2 1/4] cgroup/cpuset: Fix partition root's cpuset.cpus update bug
` [PATCH v2 4/4] cgroup/cpuset: Minor updates to test_cpuset_prs.sh
CLONE_INTO_CGROUP probably needs to call controller attach handlers
2023-03-29 17:43 UTC (7+ messages)
[PATCH v2 0/7] Split a folio to any lower order folios
2023-03-29 16:11 UTC (12+ messages)
` [PATCH v2 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v2 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v2 7/7] mm: huge_memory: enable debugfs to split huge pages to any order
` [PATCH v2 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v2 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages
[PATCH v1 0/9] memcg: make rstat flushing irq and sleep friendly
2023-03-28 22:18 UTC (41+ messages)
` [PATCH v1 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v1 3/9] memcg: do not flush stats in irq context
` [PATCH v1 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v1 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v1 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v1 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v1 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v1 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v1 9/9] memcg: do not modify rstat tree for zero updates
[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
2023-03-28 16:56 UTC (3+ messages)
[RFC] memcg v1: provide read access to memory.pressure_level
2023-03-27 20:40 UTC (4+ messages)
[PATCH] selftests: cgroup: Fix exception handling in test_memcg_oom_group_score_events()
2023-03-27 9:13 UTC (6+ messages)
[PATCH 0/1] Fix vmstat_percpu incorrect subtraction after reparent
2023-03-27 1:29 UTC (5+ messages)
` [PATCH 1/1] mm: memcontrol: fix vmstats_percpu state "
[PATCH 0/5] cgroup/cpuset: Miscellaneous updates
2023-03-25 22:08 UTC (10+ messages)
` [PATCH 3/5] cgroup/cpuset: Find another usable CPU if none found in current cpuset
[RFC v4 00/10] DRM scheduling cgroup controller
2023-03-25 1:43 UTC (2+ messages)
[PATCH 0/5] Split a folio to any lower order folios
2023-03-24 15:22 UTC (4+ messages)
` [PATCH 2/5] mm: page_owner: add support for splitting to any order in split page_owner
[RFC PATCH 0/2] sched/cpuset: Fix DL BW accounting in case can_attach() fails
2023-03-24 14:56 UTC (3+ messages)
[tj-cgroup:for-6.4] BUILD SUCCESS 8e4645226b4931e96d55546a1fb3863aa50b5e62
2023-03-24 14:48 UTC
[tj-cgroup:for-next] BUILD SUCCESS 70a0eb104712a7a657e6869aa69bec6417d4877f
2023-03-24 14:47 UTC
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).