messages from 2012-04-13 18:12:57 to 2012-04-22 23:53:40 UTC [more...]
[PATCH 00/23] slab+slub accounting for memcg
2012-04-22 23:53 UTC (24+ messages)
` [PATCH 01/23] slub: don't create a copy of the name string in kmem_cache_create
` [PATCH 02/23] slub: always get the cache from its page in kfree
` [PATCH 03/23] slab: rename gfpflags to allocflags
` [PATCH 04/23] memcg: Make it possible to use the stock for more than one page
` [PATCH 05/23] memcg: Reclaim when more than one page needed
` [PATCH 06/23] slab: use obj_size field of struct kmem_cache when not debugging
` [PATCH 07/23] change defines to an enum
` [PATCH 08/23] don't force return value checking in res_counter_charge_nofail
` [PATCH 09/23] kmem slab accounting basic infrastructure
` [PATCH 10/23] slab/slub: struct memcg_params
` [PATCH 11/23] slub: consider a memcg parameter in kmem_create_cache
` [PATCH 12/23] slab: pass memcg parameter to kmem_cache_create
` [PATCH 13/23] slub: create duplicate cache
` [PATCH 14/23] slub: provide kmalloc_no_account
` [PATCH 15/23] slab: create duplicate cache
` [PATCH 16/23] slab: provide kmalloc_no_account
` [PATCH 17/23] kmem controller charge/uncharge infrastructure
` [PATCH 18/23] slub: charge allocation to a memcg
` [PATCH 19/23] slab: per-memcg accounting of slab caches
` [PATCH 20/23] memcg: disable kmem code when not in use
` [PATCH 21/23] memcg: Track all the memcg children of a kmem_cache
` [PATCH 22/23] memcg: Per-memcg memory.kmem.slabinfo file
` [PATCH 23/23] slub: create slabinfo file for memcg
[RFC] writeback and cgroup
2012-04-22 14:46 UTC (46+ messages)
` [Lsf] "
[PATCH 0/3] Fix problem with static_key decrement
2012-04-21 6:47 UTC (14+ messages)
` [PATCH 1/3] don't attach a task to a dead cgroup
` [PATCH 2/3] don't take cgroup_mutex in destroy()
` [PATCH 3/3] decrement static keys on real destroy time
[PATCH 00/23] slab+slub accounting for memcg
2012-04-20 22:01 UTC (10+ messages)
` [PATCH 01/23] slub: don't create a copy of the name string in kmem_cache_create
` [PATCH 02/23] slub: always get the cache from its page in kfree
` [PATCH 03/23] slab: rename gfpflags to allocflags
` [PATCH 04/23] memcg: Make it possible to use the stock for more than one page
` [PATCH 05/23] memcg: Reclaim when more than one page needed
` [PATCH 06/23] slab: use obj_size field of struct kmem_cache when not debugging
` [PATCH 07/23] change defines to an enum
` [PATCH 08/23] don't force return value checking in res_counter_charge_nofail
[PATCHSET] block: per-queue policy activation, take#2
2012-04-20 19:08 UTC (31+ messages)
` [PATCH 01/11] cfq: fix build breakage & warnings
` [PATCH 02/11] blkcg: kill blkio_list and replace blkio_list_lock with a mutex
` [PATCH 03/11] blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()
` [PATCH 04/11] blkcg: remove static policy ID enums
` [PATCH 06/11] blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing
` [PATCH UPDATED "
` [PATCH 07/11] blkcg: make request_queue bypassing on allocation
` [PATCH 09/11] blkcg: implement per-queue policy activation
` [PATCH 05/11] blkcg: make blkg_conf_prep() take @pol and return with queue lock held
` [PATCH 08/11] blkcg: add request_queue->root_blkg
` [PATCH 10/11] blkcg: drop stuff unused after per-queue policy activation update
` [PATCH 11/11] blkcg: shoot down blkgs if all policies are deactivated
[PATCHSET] block: fixes for long standing issues
2012-04-20 17:26 UTC (7+ messages)
` [PATCH 1/4] block: collapse blk_alloc_request() into get_request()
` [PATCH 2/4] block: fix elvpriv allocation failure handling
` [PATCH 3/4] blkcg: fix blkcg->css ref leak in __blkg_lookup_create()
` [PATCH 4/4] blkcg: use radix tree to index blkgs from blkcg
[PATCHSET] block: cosmetic updates to blkcg API
2012-04-20 8:10 UTC (8+ messages)
` [PATCH 1/6] blkcg: blkg_rwstat_read() was missing inline
` [PATCH 2/6] blkcg: remove blkio_group->path[]
` [PATCH 3/6] blkcg: style cleanups for blk-cgroup.h
` [PATCH 4/6] blkcg: mass rename of blkcg API
` [PATCH 5/6] blkcg: embed struct blkg_policy_data in policy specific data
` [PATCH 6/6] blkcg: collapse blkcg_policy_ops into blkcg_policy
Integrated IO controller for buffered+direct writes
2012-04-19 19:12 UTC (2+ messages)
[PATCH v2 0/5] per-cgroup /proc/stat statistics
2012-04-19 15:00 UTC (10+ messages)
` [PATCH v2 4/5] expose fine-grained per-cpu data for cpuacct stats
` [PATCH v2 5/5] expose per-taskgroup schedstats in cgroup
[PATCH RESEND] memcg: Free spare array to avoid memory leak
2012-04-19 8:54 UTC
[RFD] Merge task counter into memcg
2012-04-19 3:34 UTC (35+ messages)
` Cgroup in a single hierarchy (Was: Re: [RFD] Merge task counter into memcg)
[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
2012-04-18 22:36 UTC (19+ messages)
` [PATCH -V6 01/14] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V6 02/14] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V6 03/14] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V6 04/14] hugetlb: Use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V6 05/14] hugetlb: Avoid taking i_mmap_mutex in unmap_single_vma for hugetlb
` [PATCH -V6 06/14] hugetlb: Simplify migrate_huge_page
` [PATCH -V6 07/14] memcg: Add HugeTLB extension
` [PATCH -V6 08/14] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V6 09/14] memcg: track resource index in cftype private
` [PATCH -V6 10/14] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH] memcg: Use scnprintf instead of sprintf
` [PATCH -V6 11/14] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V6 12/14] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V6 13/14] hugetlb: migrate memcg info from oldpage to new page during migration
` [PATCH -V6 14/14] memcg: Add memory controller documentation for hugetlb management
[PATCH v1 0/7] memcg remove pre_destroy
2012-04-18 17:03 UTC (28+ messages)
` [PATCH 1/7] res_counter: add a function res_counter_move_parent()
` [PATCH 2/7] memcg: move charge to parent only when necessary
` [PATCH 3/7] memcg: move charges to root at rmdir()
` [PATCH 5/7] memcg: divide force_empty into 2 functions, avoid memory reclaim at rmdir
` [PATCH 6/7] memcg: remove pre_destroy()
question about memsw of memory cgroup-subsystem
2012-04-17 8:18 UTC (6+ messages)
[PATCHSET] block: per-queue policy activation
2012-04-16 22:41 UTC (9+ messages)
` [PATCH 5/8] blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing
` [PATCH 7/8] blkcg: implement per-queue policy activation
[RFC v0 0/4] cgroup classid & netprio 'cleanups'
2012-04-16 17:27 UTC (6+ messages)
` [RFC v0 1/4] net: Only update sk_cgrp_prioidx on change
` [RFC v0 2/4] net: Do not double rcu_read_lock()
` [RFC v0 3/4] net: Move in_interrupt() check one function call up
` [RFC v0 4/4] net: Allow updating sk_class id to 0
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).