cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-30 17:53:32 to 2023-09-14 02:37:05 UTC [more...]

split up ->kill_sb
 2023-09-14  2:37 UTC  (31+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
  ` [PATCH 01/19] fs: reflow deactivate_locked_super
  ` [PATCH 02/19] fs: make ->kill_sb optional
  ` [PATCH 04/19] NFS: remove the s_dev field from struct nfs_server
  ` [PATCH 05/19] fs: assign an anon dev_t in common code
  ` [PATCH 06/19] qibfs: use simple_release_fs
  ` [PATCH 07/19] hypfs: use d_genocide to kill fs entries
  ` [PATCH 08/19] pstore: shrink the pstore_sb_lock critical section in pstore_kill_sb
  ` [PATCH 09/19] zonefs: remove duplicate cleanup in zonefs_fill_super
  ` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex
  ` [PATCH 11/19] fs: add new shutdown_sb and free_sb methods
  ` [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb
  ` [PATCH 13/19] fs: convert kill_block_super to block_free_sb
  ` [PATCH 14/19] jffs2: convert to ->shutdown_sb and ->free_sb
  ` [PATCH 15/19] kernfs: split ->kill_sb
  ` [PATCH 16/19] x86/resctrl: release rdtgroup_mutex and the CPU hotplug lock in rdt_shutdown_sb
  ` [PATCH 17/19] NFS: move nfs_kill_super to fs_context.c
  ` [PATCH 18/19] fs: simple ->shutdown_sb and ->free_sb conversions
  ` [PATCH 19/19] fs: remove ->kill_sb

[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
 2023-09-13 22:33 UTC 

[PATCH v3] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 21:33 UTC  (4+ messages)

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-13 16:26 UTC  (6+ messages)
  ` [PATCH 1/3] mm: memcg: change flush_next_time to flush_last_time
  ` [PATCH 2/3] mm: memcg: rename stats_flush_threshold to stats_updates_order
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[PATCH v2] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 15:52 UTC  (2+ messages)

[PATCH v4 00/18] Add Cgroup support for SGX EPC memory
 2023-09-13 15:48 UTC  (32+ messages)
  ` [PATCH v4 01/18] cgroup/misc: Add per resource callbacks for CSS events
  ` [PATCH v4 02/18] cgroup/misc: Add SGX EPC resource type and export APIs for SGX driver
  ` [PATCH v4 03/18] x86/sgx: Add sgx_epc_lru_lists to encapsulate LRU lists
  ` [PATCH v4 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
  ` [PATCH v4 05/18] x86/sgx: Store reclaimable EPC pages in sgx_epc_lru_lists
  ` [PATCH v4 06/18] x86/sgx: Introduce EPC page states
  ` [PATCH v4 07/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS state
  ` [PATCH v4 08/18] x86/sgx: Use a list to track to-be-reclaimed pages
  ` [PATCH v4 09/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
  ` [PATCH v4 10/18] x86/sgx: Add EPC page flags to identify owner types
  ` [PATCH v4 11/18] x86/sgx: store unreclaimable pages in LRU lists
  ` [PATCH v4 12/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [PATCH v4 13/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [PATCH v4 14/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [PATCH v4 15/18] x86/sgx: Prepare for multiple LRUs
  ` [PATCH v4 16/18] x86/sgx: Limit process EPC usage with misc cgroup controller
  ` [PATCH v4 17/18] Docs/x86/sgx: Add description for cgroup support
  ` [PATCH v4 18/18] selftests/sgx: Add scripts for epc cgroup testing

[RFC PATCH 0/3] Helpers for debugging dying cgroups
 2023-09-13 10:35 UTC  (8+ messages)
  ` [RFC PATCH 1/3] cgroup: list all subsystem states in debugfs files
  ` [RFC PATCH 2/3] proc/kpagecgroup: report also inode numbers of offline cgroups
  ` [RFC PATCH 3/3] tools/mm/page-types: add flag for showing inodes "

[PATCH] selftests: cgroup: fix test_zswap error path and meaningless check
 2023-09-13  7:17 UTC  (3+ messages)

[PATCH v4 0/4] memcg: non-unified flushing for userspace stats
 2023-09-12 11:09 UTC  (29+ messages)
` [PATCH v4 1/4] mm: memcg: properly name and document unified stats flushing
` [PATCH v4 3/4] mm: memcg: let non-unified root stats flushes help unified flushes
  ` [PATCH v4 2/4] mm: memcg: add a helper for non-unified stats flushing
  ` [PATCH v4 4/4] mm: memcg: use non-unified stats flushing for userspace reads

[PATCH 1/2] cgroup: Check for ret during cgroup1_base_files cft addition
 2023-09-12  7:04 UTC  (2+ messages)
  ` [PATCH 2/2] cgroup: Avoid extra dereference in css_populate_dir()

[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
 2023-09-12  3:30 UTC  (18+ messages)
  ` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "
  ` [RFC PATCH bpf-next 2/5] bpf: Enable cgroup_array map "
  ` [RFC PATCH bpf-next 3/5] selftests/bpf: Fix issues in setup_classid_environment()
  ` [RFC PATCH bpf-next 4/5] selftests/bpf: Add new cgroup helper open_classid()
  ` [RFC PATCH bpf-next 5/5] selftests/bpf: Add selftests for current_under_cgroupv1v2

[PATCH] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-12  1:49 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 7bc675554773f09d88101bf1ccfc8537dc7c0be9
 2023-09-11 16:52 UTC 

[PATCH 0/2] workload-specific and memory pressure-driven zswap writeback
 2023-09-11 16:40 UTC  (3+ messages)
` [PATCH 1/2] zswap: make shrinking memcg-aware
` [PATCH 2/2] zswap: shrinks zswap pool based on memory pressure

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-08 18:04 UTC 

[linux-next:master] BUILD REGRESSION af3c30d33476bc2694b0d699173544b07f7ae7de
 2023-09-08 16:10 UTC 

Kernel crash during ltp(min_free_kbytes) test run (zone_reclaimable_pages)
 2023-09-08  8:42 UTC  (3+ messages)

[PATH v2] cgroup: add cgroup_favordynmods= command-line option
 2023-09-08  7:04 UTC  (11+ messages)
      ` [External] : "

[PATCH] mm, memcg: expose swapcache stat for memcg v1
 2023-09-07 15:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cd04b2fab5ee58862674e9bab3cbc8e9a8576845
 2023-09-07 14:31 UTC 

[linux-next:master] BUILD REGRESSION 66d9573193967138cd12e232d4b5bc2b57e0d1ac
 2023-09-06 17:38 UTC 

[PATH] cgroup: add cgroup_favordynmods= command-line option
 2023-09-05 19:09 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION c50216cfa084d5eb67dc10e646a3283da1595bb6
 2023-09-05 16:14 UTC 

[PATCH v8 0/7] cgroup/cpuset: Support remote partitions
 2023-09-05 13:32 UTC  (8+ messages)
` [PATCH v8 5/7] cgroup/cpuset: Check partition conflict with housekeeping setup
  ` [PATCH v8 1/7] cgroup/cpuset: Fix load balance state in update_partition_sd_lb()
  ` [PATCH v8 2/7] cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2
  ` [PATCH v8 3/7] cgroup/cpuset: Add cpuset.cpus.exclusive "
  ` [PATCH v8 4/7] cgroup/cpuset: Introduce remote partition
  ` [PATCH v8 6/7] cgroup/cpuset: Documentation update for partition
  ` [PATCH v8 7/7] cgroup/cpuset: Extend test_cpuset_prs.sh to test remote partition

[PATCH v5] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-09-05  2:51 UTC  (3+ messages)

mainline build failure due to d1d4ff5d11a5 ("cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED")
 2023-09-03  6:24 UTC  (7+ messages)
` [PATCH cgroup/for-6.6-fixes] cgroup: Put cgroup_local_stat_show() inside CONFIG_CGROUP_SCHED

[GIT PULL] cgroup: Changes for v6.6
 2023-09-01 23:20 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a47fc304d2b678db1a5d760a7d644dac9b067752
 2023-08-31 19:50 UTC 

[PATCH v3 0/4] memcg: non-unified flushing for userspace stats
 2023-08-31 16:40 UTC  (8+ messages)
  ` [PATCH v3 1/4] mm: memcg: properly name and document unified stats flushing
  ` [PATCH v3 2/4] mm: memcg: add a helper for non-unified "
  ` [PATCH v3 3/4] mm: memcg: let non-unified root stats flushes help unified flushes
` [PATCH v3 4/4] mm: memcg: use non-unified stats flushing for userspace reads

[PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads
 2023-08-31  9:05 UTC  (11+ messages)

[PATCH-cgroup v7 0/6] cgroup/cpuset: Support remote partitions
 2023-08-30 20:01 UTC  (3+ 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).