Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-12-27 01:04:19 to 2013-01-22 09:19:28 UTC [more...]

[PATCH 00/11] pkg-shadow support subordinate ids with user namespaces
 2013-01-22  9:19 UTC  (12+ messages)
  ` [PATCH 01/11] Documentation for /etc/subuid and /etc/subgid
  ` [PATCH 02/11] login.defs.5: Document the new variables in login.defs
  ` [PATCH 03/11] Implement commonio_append
  ` [PATCH 04/11] Add backend support for suboridnate uids and gids
  ` [PATCH 05/11] Implement find_new_sub_uids find_new_sub_gids
  ` [PATCH 06/11] userdel: Add support for removing subordinate user and group ids
  ` [PATCH 07/11] useradd: Add support for subordinate user identifiers
  ` [PATCH 08/11] Add support for detecting busy subordinate user ids
  ` [PATCH 09/11] usermod: Add support for subordinate uids and gids
  ` [PATCH 10/11] newusers: Add support for assiging "

POWDER COATING MACHINE AND WOOD EFFECT DECORATION MACHINE
 2013-01-21  9:36 UTC 

[PATCH] user_ns: Add support for unprivileged remount
 2013-01-21  7:26 UTC  (8+ messages)

[PATCH RESEND] userns: enable tmpfs support for user namespace
 2013-01-21  5:08 UTC  (23+ messages)
                                ` Constraining the memory used by an unprivilged mount of tmpfs

Diamond segments Supply与您共享了照片
 2013-01-21  2:22 UTC 

[PATCH] cgroup: don't show pid list on tasks/procs in ascending order
 2013-01-16  1:50 UTC  (11+ messages)

[PATCH] cgroup: don't show pid list on tasks/procs in ascending order
 2013-01-15  5:28 UTC 

[PATCH 1/4] proc.5: Document /proc/[pid]/uid_map and /proc/[pid]/gid_map
 2013-01-14  8:59 UTC  (27+ 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 01/13] cpuset: remove unused cpuset_unlock()
 2013-01-11  9:05 UTC  (23+ 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

[GIT PULL] cfq blkcg hierarchy support
 2013-01-09 16:10 UTC 

[PATCH 01/24] cfq-iosched: Properly name all references to IO class
 2013-01-08 18:28 UTC  (55+ 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 2/2] cgroups: fix cgroup_event_listener error handling
 2013-01-08 18:08 UTC  (6+ messages)
  ` [PATCH 1/2] cgroups: move cgroup_event_listener.c to tools/cgroup

[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

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

[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 


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