messages from 2022-12-05 09:32:17 to 2022-12-17 03:05:25 UTC [more...]
[PATCH -next 0/4] blk-iocost: make sure parent iocg is exited before child
2022-12-17 3:05 UTC (3+ 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 v9 0/8] sched/deadline: fix cpusets bandwidth accounting
2022-12-17 2:26 UTC (4+ messages)
` [PATCH v9 3/8] cpuset: Rebuild root domain deadline accounting information
[PATCH v3] mm: Add nodes= arg to memory.reclaim
2022-12-16 18:18 UTC (27+ messages)
` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"
[PATCH v2 00/10] A few bugfix and cleancode patch for bfq
2022-12-16 11:12 UTC (11+ 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 03/10] block, bfq: initialize bfqq->decrease_time_jif correctly
` [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
[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 (7+ messages)
` [PATCH 2/2 block/for-6.2] blk-iolatency: Make initialization lazy
` (subset) [PATCH 1/2 block/for-6.2] blk-iolatency: Fix memory leak on add_disk() failures
[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 1/2] block, bfq: don't return bfqg from __bfq_bic_change_cgroup()
` [PATCH 2/2] block, bfq: replace 0/1 with false/true in bic apis
[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 (12+ messages)
` [PATCH-block v2 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg
` [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 (15+ messages)
` [PATCH -next v2 7/9] blk-iocost: fix UAF in ioc_pd_free
` [PATCH -next v2 8/9] block: fix null-pointer dereference in ioc_pd_init
` [PATCH -next v2 9/9] blk-iocost: fix walk_list corruption
[tj-cgroup:test-merge-for-6.2] BUILD SUCCESS 2d9b8d3cdccefbe671c36772bae76c1f0192c3de
2022-12-12 18:23 UTC
[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
2022-12-12 18:09 UTC (37+ messages)
` [PATCH v2 03/18] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
` [PATCH v2 06/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
` [PATCH v2 07/18] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
` [PATCH v2 08/18] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
` [PATCH v2 09/18] x86/sgx: Return the number of EPC pages that were successfully reclaimed
` [PATCH v2 10/18] x86/sgx: Add option to ignore age of page during EPC reclaim
` [PATCH v2 11/18] x86/sgx: Prepare for multiple LRUs
` [PATCH v2 12/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [PATCH v2 13/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
` [PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
` [PATCH v2 15/18] cgroup/misc: Add per resource callbacks for css events
` [PATCH v2 16/18] cgroup/misc: Prepare for SGX usage
` [PATCH v2 17/18] x86/sgx: Add support for misc cgroup controller
[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
2022-12-10 9:18 UTC (10+ messages)
[PATCH-block 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
2022-12-09 15:58 UTC (6+ messages)
` [PATCH-block 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg
` [PATCH-block 2/3] blk-cgroup: Don't flush a blkg if destroyed
` [PATCH-block 3/3] blk-cgroup: Flush stats at blkgs destruction path
[PATCH 0/2] cgroup/cpuset: Task migration optimization
2022-12-08 19:56 UTC (3+ messages)
` [PATCH 1/2] cgroup/cpuset: Use cpuset_rwsem read lock in cpuset_can_attach()
` [PATCH 2/2] cgroup/cpuset: Make percpu cpuset_rwsem operation depending on DYNMODS state
[PATCH v3] blk-cgroup: Fix typo in comment
2022-12-08 16:20 UTC (3+ messages)
[PATCH v2 0/5] blk-iocost: random patches to improve configuration
2022-12-08 15:59 UTC (10+ messages)
` [PATCH v2 4/5] blk-iocost: fix sleeping in atomic context warnning
[PATCH for-6.1-fixes] memcg: Fix possible use-after-free in memcg_write_event_control()
2022-12-08 14:36 UTC (3+ messages)
[PATCH v2 0/3] mm: push down lock_page_memcg()
2022-12-08 0:36 UTC (14+ messages)
` [PATCH 1/3] mm: memcontrol: skip moving non-present pages that are mapped elsewhere
` [PATCH 2/3] mm: rmap: remove lock_page_memcg()
` [PATCH 3/3] mm: memcontrol: deprecate charge moving
Low TCP throughput due to vmpressure with swap enabled
2022-12-08 0:31 UTC (14+ messages)
[PATCH] mm: memcontrol: speedup memory cgroup resize
2022-12-07 12:18 UTC (5+ messages)
[PATCH] selftests: cgroup: Fix the invalid check in proc_read_text()
2022-12-07 8:40 UTC (2+ messages)
[PATCH v3 0/9] A few bugfix and cleanup patches for blk-throttle
2022-12-06 1:17 UTC (13+ messages)
` [PATCH v3 1/9] blk-throttle: correct stale comment in throtl_pd_init
` [PATCH v3 2/9] blk-throttle: Fix that bps of child could exceed bps limited in parent
` [PATCH v3 3/9] blk-throttle: ignore cgroup without io queued in blk_throtl_cancel_bios
` [PATCH v3 4/9] blk-throttle: correct calculation of wait time in tg_may_dispatch
` [PATCH v3 5/9] blk-throttle: simpfy low limit reached check in throtl_tg_can_upgrade
` [PATCH v3 6/9] blk-throttle: fix typo in comment of throtl_adjusted_limit
` [PATCH v3 7/9] blk-throttle: remove incorrect comment for tg_last_low_overflow_time
` [PATCH v3 8/9] blk-throttle: remove repeat check of elapsed time from last upgrade in throtl_hierarchy_can_downgrade
` [PATCH v3 9/9] blk-throttle: Use more siutable time_after check for update of slice_start
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