containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-30 00:46:45 to 2013-08-22 18:21:18 UTC [more...]

RFC: Device Namespaces
 2013-08-22 18:21 UTC  (2+ messages)

[PATCH] netns: unix: only allow to find out unix socket in same net namespace
 2013-08-22  1:36 UTC  (9+ messages)
                ` [systemd-devel] "

[PATCH 01/12] cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
 2013-08-21 20:12 UTC  (13+ messages)
  ` [PATCH 02/12] cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys
  ` [PATCH 03/12] cgroup: implement CFTYPE_NO_PREFIX
  ` [PATCH 04/12] cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup
  ` [PATCH 05/12] cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp()
  ` [PATCH 06/12] cgroup, memcg: move cgroup_event implementation to memcg
  ` [PATCH 07/12] memcg: cgroup_write_event_control() now knows @css is for memcg
  ` [PATCH 08/12] cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
  ` [PATCH 09/12] memcg: remove cgroup_event->cft
  ` [PATCH 10/12] memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state
  ` [PATCH 11/12] memcg: rename cgroup_event to mem_cgroup_event
  ` [PATCH 12/12] cgroup: unexport cgroup_css() and remove __file_cft()
  ` [PATCHSET v2 cgroup/for-3.12] cgroup: make cgroup_event specific to memcg

[PATCH 01/11] cgroup: allow subsystems to create files for sane_behavior only
 2013-08-21 14:21 UTC  (21+ messages)
  ` [PATCH 02/11] cpuset: add cs->real_cpus_allowed and cs->real_mems_allowed
  ` [PATCH 03/11] cpuset: update cpuset->real_{cpus,mems}_allowed at hotplug
  ` [PATCH 04/11] cpuset: update cs->real_{cpus, mems}_allowed when config changes
  ` [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus, mems}_allowed become empty
      ` [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus,mems}_allowed "
  ` [PATCH 06/11] cpuset: apply cs->real_{cpus,mems}_allowed
  ` [PATCH 07/11] cpuset: use effective cpumask to build sched domains
  ` [PATCH 08/11] cpuset: separate configured masks and efffective masks
  ` [PATCH 09/11] cpuset: enable onlined cpu/node in effective masks
  ` [PATCH 10/11] cpuset: allow writing offlined masks to cpuset.cpus/mems
  ` [PATCH 11/11] cpuset: export effective masks to userspace
  ` [PATCH 00/11] cpuset: separate configured masks and effective masks
    ` [PATCH 04/11] cpuset: update cs->real_{cpus,mems}_allowed when config changes

[PATCH 00/11] cpuset: separate configured masks and effective masks
 2013-08-21  9:58 UTC 

[PATCH cgroup/for-3.12 1/2] cgroup: fix subsystem file accesses on the root cgroup
 2013-08-19 13:57 UTC  (6+ messages)
  ` [PATCH cgroup/for-3.12 2/2] cgroup: fix cgroup_write_event_control()

[GIT PULL] cgroup fixes for v3.11-rc5
 2013-08-18 11:20 UTC 

[PATCH v3 00/11] Add namespace support for syslog
 2013-08-17 13:38 UTC  (23+ messages)
  ` [PATCH v3 01/11] syslog_ns: add syslog_namespace and put/get_syslog_ns
  ` [PATCH v3 02/11] syslog_ns: add syslog_ns into user_namespace
  ` [PATCH v3 03/11] syslog_ns: add init syslog_ns for global syslog
  ` [PATCH v3 04/11] syslog_ns: make syslog handling per namespace
  ` [PATCH v3 05/11] syslog_ns: make permisiion check per user namespace
  ` [PATCH v3 06/11] syslog_ns: use init syslog_ns for console action
  ` [PATCH v3 07/11] syslog_ns: implement function for creating syslog ns
  ` [PATCH v3 08/11] syslog_ns: implement ns_printk for specific syslog_ns
  ` [PATCH v3 09/11] syslog_ns: implement ns_printk_emit "
  ` [PATCH v3 10/11] syslog_ns: implement ns_console_unlock "
  ` [PATCH v3 11/11] netfilter: use ns_printk in iptable context

[PATCHSET v2 cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-15 16:02 UTC 

[PATCH cgroup/for-3.12 1/2] cgroup: fix cgroup_write_event_control()
 2013-08-15 15:41 UTC 

[PATCH cgroup/for-3.12 1/2] cgroup: fix cgroup_write_event_control()
 2013-08-15 15:40 UTC 

[PATCHSET cgroup/for-3.12] cgroup: decouple cgroup_subsys_state lifetime from that of cgroup
 2013-08-14  0:27 UTC  (21+ messages)
  ` [PATCH 01/14] cgroup: always use cgroup_css()
  ` [PATCH 02/14] cgroup: rename cgroup_subsys_state->dput_work and its callback function
  ` [PATCH 03/14] cgroup: add cgroup_subsys_state->parent
  ` [PATCH 04/14] cgroup: cgroup_css_from_dir() now should be called with RCU read locked
  ` [PATCH 05/14] cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css
  ` [PATCH 06/14] cgroup: add __rcu modifier to cgroup->subsys[]
  ` [PATCH 07/14] cgroup: reorganize css init / exit paths
      ` [PATCH v2 "
  ` [PATCH 08/14] cgroup: move cgroup->subsys[] assignment to online_css()
      ` [PATCH v2 "
  ` [PATCH 09/14] cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item
  ` [PATCH 10/14] cgroup: replace cgroup->css_kill_cnt with ->nr_css
  ` [PATCH 11/14] cgroup: decouple cgroup_subsys_state destruction from cgroup destruction
  ` [PATCH 12/14] cgroup: factor out kill_css()
  ` [PATCH 13/14] cgroup: move subsys file removal to kill_css()
  ` [PATCH 14/14] cgroup: RCU protect each cgroup_subsys_state release

Ask for a long-term and friendly cooperative relations with you!
 2013-08-10  7:03 UTC 

[PATCH 00/11] pkg-shadow support subordinate ids with user namespaces
 2013-08-09 18:40 UTC  (8+ messages)
` [Pkg-shadow-devel] "

So good things, How could you miss them?
 2013-08-09  1:01 UTC 

[PATCH cgroup/for-3.12] cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
 2013-08-09  0:13 UTC  (6+ messages)

[PATCH 01/23] cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
 2013-08-09  0:12 UTC  (59+ messages)
  ` [PATCH 02/23] cpuset: drop "const" qualifiers from struct cpuset instances
  ` [PATCH 03/23] netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state
  ` [PATCH 04/23] hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroup
  ` [PATCH 05/23] cgroup: add subsystem pointer to cgroup_subsys_state
  ` [PATCH 06/23] cgroup: add/update accessors which obtain subsys specific data from css
  ` [PATCH 07/23] cgroup: add css_parent()
  ` [PATCH 08/23] cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
  ` [PATCH 09/23] cgroup: add subsys backlink pointer to cftype
  ` [PATCH 10/23] cgroup: pin cgroup_subsys_state when opening a cgroupfs file
  ` [PATCH 11/23] cgroup: add cgroup->dummy_css
  ` [PATCH 12/23] cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
  ` [PATCH 13/23] cgroup: convert cgroup_next_sibling() to cgroup_next_child()
  ` [PATCH 14/23] cgroup: always use cgroup_next_child() to walk the children list
  ` [PATCH 15/23] cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
  ` [PATCH 16/23] cgroup: relocate cgroup_advance_iter()
  ` [PATCH 17/23] cgroup: rename cgroup_iter to cgroup_task_iter
  ` [PATCH 18/23] cgroup: make cgroup_task_iter remember the cgroup being iterated
  ` [PATCH 19/23] cgroup: remove struct cgroup_scanner
  ` [PATCH 20/23] cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
  ` [PATCH 21/23] cgroup: make cftype->[un]register_event() "
  ` [PATCH 22/23] cgroup: make cgroup_taskset "
  ` [PATCH 23/23] cgroup: unexport cgroup_css()
  ` [PATCHSET cgroup/for-3.12] cgroup: use cgroup_subsys_state as the primary subsystem interface handle
    ` [PATCH v2 08/23] cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
    ` [PATCH v2 21/23] cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup

[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
 2013-08-07 17:46 UTC 

Mail delivery failed
 2013-08-05 13:24 UTC 

Delivery status notification
 2013-08-05 10:49 UTC 

[GIT PULL] cgroup fixes for 3.11-rc4
 2013-08-05  0:15 UTC 

Cold room
 2013-08-04 18:50 UTC 

[PATCHSET cgroup/for-3.12] cgroup: use cgroup_subsys_state as the primary subsystem interface handle
 2013-08-01 21:49 UTC 

memcg creates an unkillable task in 3.2-rc2
 2013-08-01  9:06 UTC  (14+ messages)
                ` memcg creates an unkillable task in 3.11-rc2

[PATCH 7/9] syslog_ns: implement function for creating syslog ns
 2013-08-01  6:29 UTC  (14+ messages)
` [PATCH 0/9] Add namespace support for syslog v2
  ` [PATCH 1/9] syslog_ns: add syslog_namespace and put/get_syslog_ns
    ` [PATCH 4/9] syslog_ns: make syslog handling per namespace

Invitation: Bank Manager. @ Tue 30 Jul 2013 10:00 - 11:00 (kaboremichel4-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org)
 2013-07-30 13:42 UTC 

[PATCH review 00/16] userns: Completion of kuid/kgid/kprojid pushdown
 2013-07-30  4:04 UTC  (8+ messages)
` [PATCH review 01/16] xfs: Convert uids and gids in xfs acls to/from kuids and kgids
  ` [PATCH review 05/16] xfs: Update xfs_ioctl_setattr to handle projids in any user namespace


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).