Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-12-17 06:43:31 to 2013-01-07 16:52:29 UTC [more...]

[PATCH 1/3] cpuset: implement cgroup_rightmost_descendant()
 2013-01-07 16:52 UTC  (6+ messages)
  ` [PATCH 2/3] cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()
  ` [PATCH 3/3] cpuset: remove cpuset->parent
  ` [PATCHSET] cpuset: drop cpuset->stack_list and ->parent, take#2

[PATCH 01/13] cpuset: remove unused cpuset_unlock()
 2013-01-07 16:44 UTC  (18+ messages)
  ` [PATCH 02/13] cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
  ` [PATCH 03/13] cpuset: introduce ->css_on/offline()
  ` [PATCH 04/13] cpuset: introduce CS_ONLINE
  ` [PATCH 05/13] cpuset: introduce cpuset_for_each_child()
  ` [PATCH 06/13] cpuset: cleanup cpuset[_can]_attach()
  ` [PATCH 07/13] cpuset: reorganize CPU / memory hotplug handling
  ` [PATCH 08/13] cpuset: don't nest cgroup_mutex inside get_online_cpus()
  ` [PATCH 09/13] cpuset: drop async_rebuild_sched_domains()
  ` [PATCH 10/13] cpuset: make CPU / memory hotplug propagation asynchronous
  ` [PATCH 11/13] cpuset: pin down cpus and mems while a task is being attached
  ` [PATCH 12/13] cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty
  ` [PATCH 13/13] cpuset: replace cgroup_mutex locking with cpuset internal locking
  ` [PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2

[PATCH 01/24] cfq-iosched: Properly name all references to IO class
 2013-01-07 16:34 UTC  (38+ messages)
  ` [PATCH 02/24] cfq-iosched: More renaming to better represent wl_class and wl_type
  ` [PATCH 03/24] cfq-iosched: Rename "service_tree" to "st" at some places
  ` [PATCH 04/24] cfq-iosched: Rename few functions related to selecting workload
  ` [PATCH 05/24] cfq-iosched: Get rid of unnecessary local variable
  ` [PATCH 06/24] cfq-iosched: Print sync-noidle information in blktrace messages
  ` [PATCH 07/24] blkcg: fix minor bug in blkg_alloc()
  ` [PATCH 08/24] blkcg: reorganize blkg_lookup_create() and friends
  ` [PATCH 09/24] blkcg: cosmetic updates to blkg_create()
  ` [PATCH 10/24] blkcg: make blkcg_gq's hierarchical
  ` [PATCH 11/24] cfq-iosched: add leaf_weight
  ` [PATCH 12/24] cfq-iosched: implement cfq_group->nr_active and ->children_weight
  ` [PATCH 13/24] cfq-iosched: implement hierarchy-ready cfq_group charge scaling
  ` [PATCH 14/24] cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction
  ` [PATCH 15/24] cfq-iosched: enable full blkcg hierarchy support
  ` [PATCH 16/24] blkcg: add blkg_policy_data->plid
  ` [PATCH 17/24] blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online
  ` [PATCH 18/24] blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/
  ` [PATCH 19/24] blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()
  ` [PATCH 20/24] block: RCU free request_queue
  ` [PATCH 21/24] blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lock
  ` [PATCH 22/24] cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()
  ` [PATCH 23/24] cfq-iosched: collect stats from dead cfqgs
  ` [PATCH 24/24] cfq-iosched: add hierarchical cfq_group statistics
  ` [PATCH 18.5/24] blkcg: export __blkg_prfill_rwstat() take#2
  ` [PATCHSET] block: implement blkcg hierarchy support in cfq, take#2
    ` [PATCH UPDATED 15/24] cfq-iosched: enable full blkcg hierarchy support

[PATCH 1/4] proc.5: Document /proc/[pid]/uid_map and /proc/[pid]/gid_map
 2013-01-07  9:51 UTC  (25+ messages)
` [PATCH 3/4] proc.5: Document the proc files for the user, mount, and pid namespaces
    ` [PATCH 2/4] clone.2: Describe the user namespace
    ` [PATCH 4/4] setns.2: Document the pid, user, and mount namespace support

[PATCH 06/13] cpuset: cleanup cpuset[_can]_attach()
 2013-01-06 23:28 UTC  (12+ messages)
  ` [PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core

[PATCH 2/2] cgroups: fix cgroup_event_listener error handling
 2013-01-04 21:05 UTC 

[PATCH 1/2] cgroups: move cgroup_event_listener.c to tools/cgroup
 2013-01-04 21:05 UTC 

您喜欢的表到货了!赶紧下手~春节的礼物!(AD)containers@lists.linux-foundation.org
 2013-01-04 10:06 UTC 

[PATCHSET] cpuset: drop cpuset->stack_list and ->parent, take#2
 2013-01-03 21:44 UTC 

[PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2
 2013-01-03 21:35 UTC 

Tracking Number (304)42-304-304-1185-1185
 2013-01-02 17:31 UTC 

[PATCH] userns: Allow unprivileged reboot
 2013-01-02 15:13 UTC  (2+ messages)

Ckptinfo error i.e unexpected end of file (read 0 of 8) and restart error i.e Bad file discriptor
 2013-01-02 14:36 UTC  (2+ messages)

[PATCH/RFC] user_ns: fix missing limiting of user_ns counts
 2012-12-30 11:00 UTC  (8+ messages)

[PATCH 1/7] cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
 2012-12-28 21:22 UTC  (3+ messages)
      ` [PATCH] cgroup: remove unused dummy cgroup_fork_callbacks()

[PATCHSET] block: implement blkcg hierarchy support in cfq, take#2
 2012-12-28 20:35 UTC 

[GIT PULL] namespace fixes for v3.8-rc2
 2012-12-27 18:51 UTC  (3+ messages)

[PATCH] userns: Allow unprivileged reboot
 2012-12-27  3:39 UTC 

[PATCH review] f2fs: Don't assign e_id in f2fs_acl_from_disk
 2012-12-26  2:48 UTC  (2+ messages)

[PATCH review 0/3] pid namespaces fixes
 2012-12-25 16:59 UTC  (10+ messages)
  ` [PATCH review 1/3] pidns: Outlaw thread creation after unshare(CLONE_NEWPID)
  ` [PATCH review 2/3] pidns: Stop pid allocation when init dies
          ` [PATCH review 2/3 take 2] "
  ` [PATCH review 3/3] proc: Allow proc_free_inum to be called from any context

Merry Christmas and a Very Happy New Year ... 2013 ! from Geobis International
 2012-12-25  7:58 UTC 

[REVIEW][PATCH 0/11] pid namespace cleanups and enhancements
 2012-12-21 22:58 UTC  (16+ messages)
` [PATCH 01/11] procfs: Use the proc generic infrastructure for proc/self
  ` [PATCH 11/11] pidns: Support unsharing the pid namespace
                        ` namespace documentation
      ` [PATCH 07/11] pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1

[GIT PULL] user namespace and namespace infrastructure changes for 3.8
 2012-12-21  7:47 UTC  (3+ messages)

[PATCH] cgroup: remove redundant check
 2012-12-20 19:24 UTC  (3+ messages)

[RFC PATCH 5/9] cgroup: add container support for cgroup
 2012-12-19 21:39 UTC  (13+ messages)
  ` [RFC PATCH 6/9] pidns: move next_tgid to kernel/pid.c
  ` [RFC PATCH 7/9] cgroup: attach container's tasks to proper cgroup
  ` [RFC PATCH 8/9] cgroup: disallow container to change top cgroup's subsys files
  ` [RFC PATCH 9/9] cgroup: rework cgroup_path
  ` [RFC PATCH 0/9] Add container support for cgroup

[PATCH 01/12] blkcg: fix minor bug in blkg_alloc()
 2012-12-18 19:26 UTC  (33+ messages)
` [PATCH 03/12] blkcg: cosmetic updates to blkg_create()
` [PATCH 04/12] blkcg: make blkcg_gq's hierarchical
` [PATCH 06/12] cfq-iosched: implement cfq_group->nr_active and ->level_weight
` [PATCH 07/12] cfq-iosched: implement hierarchy-ready cfq_group charge scaling
` [PATCH 09/12] cfq-iosched: enable full blkcg hierarchy support
  ` [PATCHSET] block: implement blkcg hierarchy support in cfq
    ` [PATCH 02/12] blkcg: reorganize blkg_lookup_create() and friends
    ` [PATCH 12/12] cfq-iosched: add hierarchical cfq_group statistics

[GIT PULL] user namespace and namespace infrastructure changes for 3.8
 2012-12-17 23:18 UTC 

[PATCH 0/4] user namespace fixes
 2012-12-17 21:01 UTC  (9+ messages)
` [PATCH 4/4] userns: Fix typo in description of the limitation of userns_install
    ` [PATCH 2/4] userns: Require CAP_SYS_ADMIN for most uses of setns
      ` [PATCH 3/4] userns: Add a more complete capability subset test to commit_creds


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