Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-03-19 19:15:18 to 2013-04-09 01:29:31 UTC [more...]

[PATCH v2 01/28] super: fix calculation of shrinkable objects for small numbers
 2013-04-09  1:29 UTC  (69+ messages)
  ` [PATCH v2 02/28] vmscan: take at least one pass with shrinkers
  ` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v2 04/28] dentry: move to per-sb LRU locks
  ` [PATCH v2 05/28] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v2 06/28] mm: new shrinker API
  ` [PATCH v2 07/28] shrinker: convert superblock shrinkers to new API
  ` [PATCH v2 08/28] list: add a new LRU list type
  ` [PATCH v2 09/28] inode: convert inode lru list to generic lru list code
  ` [PATCH v2 10/28] dcache: convert to use new lru list infrastructure
  ` [PATCH v2 11/28] list_lru: per-node "
  ` [PATCH v2 12/28] shrinker: add node awareness
  ` [PATCH v2 13/28] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v2 14/28] xfs: convert buftarg LRU to generic code
  ` [PATCH v2 15/28] xfs: convert dquot cache lru to list_lru
  ` [PATCH v2 16/28] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v2 17/28] drivers: convert shrinkers to new count/scan API
  ` [PATCH v2 18/28] shrinker: convert remaining shrinkers to "
  ` [PATCH v2 19/28] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v2 20/28] shrinker: Kill old ->shrink API
  ` [PATCH v2 21/28] vmscan: also shrink slab in memcg pressure
  ` [PATCH v2 22/28] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v2 23/28] lru: add an element to a memcg list
  ` [PATCH v2 24/28] list_lru: also include memcg lists in counts and scans
  ` [PATCH v2 25/28] list_lru: per-memcg walks
  ` [PATCH v2 26/28] memcg: per-memcg kmem shrinking
  ` [PATCH v2 27/28] list_lru: reclaim proportionaly between memcgs and nodes
  ` [PATCH v2 28/28] super: targeted memcg reclaim
  ` [PATCH v2 00/28] memcg-aware slab shrinking
    ` [PATCH v2 22/28] memcg, list_lru: duplicate LRUs upon kmemcg creation

cgroup: status-quo and userland efforts
 2013-04-08 23:32 UTC  (11+ messages)
      ` [Workman-devel] "

[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
 2013-04-08 20:51 UTC  (34+ messages)
  ` [PATCH v3 01/32] super: fix calculation of shrinkable objects for small numbers
  ` [PATCH v3 02/32] vmscan: take at least one pass with shrinkers
  ` [PATCH v3 03/32] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v3 04/32] dentry: move to per-sb LRU locks
  ` [PATCH v3 05/32] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v3 06/32] mm: new shrinker API
  ` [PATCH v3 07/32] shrinker: convert superblock shrinkers to new API
  ` [PATCH v3 08/32] list: add a new LRU list type
  ` [PATCH v3 09/32] inode: convert inode lru list to generic lru list code
  ` [PATCH v3 10/32] dcache: convert to use new lru list infrastructure
  ` [PATCH v3 11/32] list_lru: per-node "
  ` [PATCH v3 12/32] shrinker: add node awareness
  ` [PATCH v3 13/32] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v3 14/32] xfs: convert buftarg LRU to generic code
  ` [PATCH v3 15/32] xfs: convert dquot cache lru to list_lru
  ` [PATCH v3 16/32] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v3 17/32] drivers: convert shrinkers to new count/scan API
  ` [PATCH v3 18/32] shrinker: convert remaining shrinkers to "
  ` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v3 20/32] shrinker: Kill old ->shrink API
  ` [PATCH v3 21/32] vmscan: also shrink slab in memcg pressure
  ` [PATCH v3 22/32] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v3 23/32] lru: add an element to a memcg list
  ` [PATCH v3 24/32] list_lru: also include memcg lists in counts and scans
  ` [PATCH v3 25/32] list_lru: per-memcg walks
  ` [PATCH v3 26/32] memcg: per-memcg kmem shrinking
  ` [PATCH v3 27/32] list_lru: reclaim proportionaly between memcgs and nodes
  ` [PATCH v3 28/32] memcg: scan cache objects hierarchically
  ` [PATCH v3 29/32] memcg: move initialization to memcg creation
  ` [PATCH v3 30/32] memcg: shrink dead memcgs upon global memory pressure
  ` [PATCH v3 31/32] super: targeted memcg reclaim
  ` [PATCH v3 32/32] memcg: debugging facility to access dangling memcgs

[PATCH cgroup/for-3.10] devcg: remove broken_hierarchy tag
 2013-04-08 12:24 UTC  (2+ messages)

[PATCH 1/5] cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()
 2013-04-07 16:30 UTC  (7+ messages)
  ` [PATCH 2/5] cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
  ` [PATCH 3/5] cgroup: unexport locking interface and cgroup_attach_task()
  ` [PATCH 4/5] cgroup: kill cgroup_[un]lock()
  ` [PATCH 5/5] cgroup: remove cgroup_lock_is_held()
  ` [PATCHSET] cgroup: unexport locking interface

[PATCHSET] cgroup: unexport locking interface
 2013-04-04 23:36 UTC 

Social network for 2D and 3D artists
 2013-04-04 16:02 UTC 

Curso de Gestão e Controle do Orçamento Público
 2013-04-02 16:12 UTC 

[PATCH 00/10] cgroups: Task counter subsystem v8
 2013-04-02  0:07 UTC  (12+ messages)

Stone mosaic and Glass mosaic and Metal mosaic Supply与您共享了相册。
 2013-04-01 13:30 UTC 

謝謝啦歷女士!
 2013-03-31 22:32 UTC 

Undelivered Mail Returned to Sender
 2013-03-30  4:13 UTC 

iPhone5 incluso Vodafone relax Basic
 2013-03-30  1:41 UTC 

c帶j锎7嘌h2
 2013-03-29 20:59 UTC 

[PATCH v2 00/28] memcg-aware slab shrinking
 2013-03-29  9:13 UTC 

For review (v2): user_namespaces(7) man page
 2013-03-29  2:21 UTC  (3+ messages)

Delivery Status Notification (Failure)
 2013-03-27  9:54 UTC 

Delivery Status Notification (Failure)
 2013-03-26 23:07 UTC 

failure notice
 2013-03-26  4:53 UTC 

Messaggio Non Consegnato e Rispedito al Mittente
 2013-03-25 23:56 UTC 

Returned mail: see transcript for details
 2013-03-25 23:13 UTC 

Undelivered Mail Returned to Sender
 2013-03-25 20:16 UTC 

Механизмы прибыльной работы с Китаем
 2013-03-25 18:08 UTC 

Undelivered Mail Returned to Sender
 2013-03-25 13:18 UTC 

Undelivered Mail Returned to Sender
 2013-03-25 13:08 UTC 

ERRORE: Messaggio rifiutato dal sistema
 2013-03-25 11:50 UTC 

Undelivered Mail Returned to Sender
 2013-03-25 10:46 UTC 

Undelivered Mail Returned to Sender
 2013-03-25 10:20 UTC 

Undelivered Mail Returned to Sender
 2013-03-25  8:32 UTC 

Undelivered Mail Returned to Sender
 2013-03-25  7:53 UTC 

failure notice
 2013-03-25  7:27 UTC 

Undelivered Mail Returned to Sender
 2013-03-25  7:25 UTC 

Returned Mail: Ordine N030321101
 2013-03-25  6:44 UTC 

Mail delivery failed: returning message to sender
 2013-03-25  6:04 UTC 

Undelivered Mail Returned to Sender
 2013-03-25  5:12 UTC 

Undelivered Mail Returned to Sender
 2013-03-25  4:50 UTC 

failure notice
 2013-03-25  4:36 UTC 

Undelivered Mail Returned to Sender
 2013-03-25  2:52 UTC 

Mail delivery failed: returning message to sender
 2013-03-25  1:46 UTC 

сделать Значимый презент
 2013-03-24 22:02 UTC 

AS IRREGULARIDADES MAIS FREQUENTES EM CONVÊNIOS
 2013-03-22 13:03 UTC 

(unknown),
 2013-03-22  2:21 UTC 

[PATCH 0/3] Clean up and fix SCM_CREDENTIALS code
 2013-03-21 17:52 UTC  (9+ messages)
  ` [PATCH 1/3] net: Clean up "
  ` [PATCH 2/3] netlink: Remove an unused pointer in netlink_skb_parms
  ` [PATCH 3/3] net: Remove sock_iocb.scm

O PROCESSO INTEGRADO DA EXECUÇÃO ORÇAMENTÁRIA E FINANCEIRA
 2013-03-21 17:01 UTC 

GESTÃO INTEGRAL DE DOCUMENTOS EM MEIO ELETRÔNICO
 2013-03-21 16:21 UTC 

CONTRATAÇÃO DIRETA
 2013-03-21 16:21 UTC 

For review: user_namespaces(7) man page
 2013-03-21 15:52 UTC 

[PATCH RFC] audit: provide namespace information in user originated records
 2013-03-21  4:48 UTC  (15+ messages)

[PATCH 0/4] fix depvpts in user namespaces
 2013-03-19 23:29 UTC  (9+ messages)
` [PATCH 2/4] fs: allow dev accesses in userns in controlled situations


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox