Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-03-04 15:52:51 to 2009-03-16 18:10:37 UTC [more...]

[PATCH] [RFC] c/r: Add UTS support (v2)
 2009-03-16 18:10 UTC 

[RFC] IO Controller
 2009-03-16 13:39 UTC  (31+ messages)
  ` [PATCH 01/10] Documentation
  ` [PATCH 02/10] Common flat fair queuing code in elevaotor layer
  ` [PATCH 03/10] Modify cfq to make use of flat elevator fair queuing
  ` [PATCH 04/10] Common hierarchical fair queuing code in elevaotor layer
  ` [PATCH 05/10] cfq changes to use "
  ` [PATCH 06/10] Separate out queue and data
  ` [PATCH 07/10] Prepare elevator layer for single queue schedulers
  ` [PATCH 08/10] noop changes for hierarchical fair queuing
  ` [PATCH 09/10] deadline "
  ` [PATCH 10/10] anticipatory "

How much of a mess does OpenVZ make? ;) Was: What can OpenVZ do?
 2009-03-16  6:01 UTC  (33+ messages)
                      `  "
          ` [RFC v13][PATCH 00/14] Kernel based checkpoint/restart

[PATCH 0/7][RFC] CGroup hierarchy extensions
 2009-03-16  1:10 UTC  (9+ messages)
  ` [PATCH 1/7] [RFC] Support named cgroups hierarchies
  ` [PATCH 2/7] [RFC]Move the cgroup debug subsys into cgroup.c to access internal state
  ` [PATCH 3/7] [RFC] Add a back-pointer from struct cg_cgroup_link to struct cgroup
  ` [PATCH 4/7] [RFC] Allow cgroup hierarchies to be created with no bound subsystems
  ` [PATCH 5/7] [RFC] Remove cgroup_subsys.root pointer
  ` [PATCH 6/7] [RFC] Support multiply-bindable cgroup subsystems
  ` [PATCH 7/7] [RFC] Example multi-bindable subsystem: a per-cgroup notes field

[PATCH] devcgroup: avoid using cgroup_lock
 2009-03-15  4:41 UTC  (5+ messages)

[PATCH] Document signal-semantics changes of container-init
 2009-03-15  4:06 UTC  (2+ messages)

[PATCH] [RFC] c/r: Add UTS support
 2009-03-13 17:53 UTC  (17+ messages)

[RFC][PATCH 00/11] track files for checkpointability
 2009-03-13 17:53 UTC  (47+ messages)
` [RFC][PATCH 01/11] kill '_data' in cr_hdr_fd_data name
` [RFC][PATCH 02/11] breakout fdinfo sprintf() into its own function
` [RFC][PATCH 03/11] Introduce generic_file_checkpoint()
` [RFC][PATCH 04/11] actually use f_op in checkpoint code
` [RFC][PATCH 05/11] add generic checkpoint f_op to ext fses
` [RFC][PATCH 06/11] add checkpoint_file_generic() to /proc
` [RFC][PATCH 07/11] file c/r: expose functions to query fs support
` [RFC][PATCH 08/11] expose file checkpointability and reasoning in /proc
` [RFC][PATCH 09/11] check files for checkpointability
` [RFC][PATCH 10/11] add checkpoint/restart compile helper
` [RFC][PATCH 11/11] optimize c/r check in dup_fd()
                            ` Ensuring c/r maintainability (WAS Re: [RFC][PATCH 00/11] track files for checkpointability)
          ` what is CONFIG_VZ_GENCALLS

[PATCH 1/3] powerpc: bare minimum checkpoint/restart implementation
 2009-03-13 15:42 UTC  (7+ messages)

[PATCH 0/5] Missing patches in Dave Hansen's tree
 2009-03-13 13:54 UTC  (11+ messages)
  ` [PATCH 1/5] Track in-kernel when we expect checkpoint/restart to work
  ` [PATCH 2/5] Checkpoint multiple processes
  ` [PATCH 3/5] Restart "
  ` [PATCH 4/5] Check 'may_checkpoint()' early
  ` [PATCH 5/5] Deny external checkpoint unless task is frozen

[RFC][PATCH 09/11] check files for checkpointability
 2009-03-12 19:14 UTC 

Order
 2009-03-12 17:36 UTC 

[PATCH] debug cgroup: remove unneeded cgroup_lock
 2009-03-12  2:49 UTC  (2+ messages)

[PATCH] cls_cgroup: remove unneeded cgroup_lock
 2009-03-12  2:41 UTC 

[PATCH] devcgroup: avoid using cgroup_lock
 2009-03-12  1:47 UTC 

[PATCH] debug cgroup: remove unneeded cgroup_lock
 2009-03-12  1:47 UTC 

[PATCH] cls_cgroup: remove unneeded cgroup_lock
 2009-03-12  1:47 UTC 

MD List
 2009-03-11 12:51 UTC 

MD Database in the US
 2009-03-11 12:49 UTC 

[PATCH] s390 sys_clone is backwards
 2009-03-09 19:47 UTC  (2+ messages)

[PATCH 1/1] define s390x signalfd for old headers
 2009-03-09 16:42 UTC  (2+ messages)

[PATCH] liblxc: Remove unused variable
 2009-03-08 16:34 UTC  (2+ messages)

[PATCH] liblxc: Add username and uid lookup/check
 2009-03-08 16:34 UTC  (2+ messages)

[PATCH] liblxc: handle interruption/failure of lxc-debian more gracefully
 2009-03-08 16:34 UTC  (8+ messages)
` [PATCH] liblxc: Update lxc-debian to use the lenny release
          ` [PATCH] liblxc: add scripts/lxc-fedora.in (WAS: Re: [PATCH] liblxc: Update lxc-debian to use the lenny release)

[PATCH 0/7][v8] Container-init signal semantics
 2009-03-07 19:59 UTC  (6+ messages)

[PATCH 0/5][v2] Simplify devpts code
 2009-03-07 17:31 UTC  (4+ messages)
` [v2][PATCH 2/5] Parse mount options just once and copy them to super block

[PATCH 1/3] cr: move CR_BAD_VM_FLAGS to header file
 2009-03-06 20:00 UTC  (3+ messages)
` [PATCH 2/3] cr: add file checkpointability to /proc/pid/status
  ` [PATCH 3/3] cr: track mm checkpointability

lxc : linux container tools cvs migrates to git
 2009-03-06  5:30 UTC  (3+ messages)

[PATCH 1/1] checkpoint: define pid==0 as self-checkpoint
 2009-03-05 18:23 UTC  (2+ messages)

[PATCH 0/3] Fix Network namespace shutdown take 2
 2009-03-05 12:35 UTC  (4+ messages)

[RFC][PATCH 8/8] check files for checkpointability
 2009-03-05  8:20 UTC  (4+ messages)

[PATCH 1/1] checkpoint: Note checkpointability of mm_struct (v2)
 2009-03-04 22:44 UTC  (4+ messages)

[PATCH 0/3] c/r: Add s390 support
 2009-03-04 20:18 UTC  (9+ messages)
` [PATCH 2/3] c/r: Add CR_COPY() macro (v3)

[PATCH 1/1] ipc namespace: initialize init_ipc_ns.count to 1
 2009-03-04 15:52 UTC 


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