containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-15 03:25:51 to 2013-08-08 20:13:49 UTC [more...]

[PATCHSET cgroup/for-3.12] cgroup: decouple cgroup_subsys_state lifetime from that of cgroup
 2013-08-08 20:13 UTC  (13+ 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 08/14] cgroup: move cgroup->subsys[] assignment to online_css()
  ` [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 cgroup/for-3.12] cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
 2013-08-08 14:33 UTC  (5+ messages)

[PATCH v3 00/11] Add namespace support for syslog
 2013-08-08 11:13 UTC  (20+ 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

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

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

[PATCH 01/23] cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
 2013-08-06  7:19 UTC  (58+ 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

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  (21+ messages)
                          ` memcg creates an unkillable task in 3.11-rc2

[PATCH 1/9] syslog_ns: add syslog_namespace and put/get_syslog_ns
 2013-08-01  6:29 UTC  (32+ messages)
  ` [PATCH 2/9] syslog_ns: add syslog_ns into user_namespace
  ` [PATCH 3/9] syslog_ns: add init syslog_ns for global syslog
  ` [PATCH 4/9] syslog_ns: make syslog handling per namespace
  ` [PATCH 5/9] syslog_ns: make permisiion check per user namespace
  ` [PATCH 6/9] syslog_ns: use init syslog_ns for console action
  ` [PATCH 7/9] syslog_ns: implement function for creating syslog ns
  ` [PATCH 8/9] syslog_ns: implement ns_printk for specific syslog_ns
  ` [PATCH 9/9] netfilter: use ns_printk in iptable context
  ` [PATCH 0/9] Add namespace support for syslog v2

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  (9+ 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

Con Wind Unlimited servizi illimitati e fatture sicure!
 2013-07-29 18:37 UTC 

[PATCH 0/9] Add namespace support for syslog v2
 2013-07-29  2:31 UTC 

[REVIEW][PATCH] vfs: Lock in place mounts from more privileged users
 2013-07-24 16:49 UTC  (8+ messages)

[RFC PATCH 1/2] devices cgroup: allow can_attach() if ns_capable
 2013-07-24  8:07 UTC  (10+ messages)
` [RFC PATCH 2/2] capabilities: allow nice if we are privileged

[GIT PULL] cgroup changes for 3.11-rc2
 2013-07-23 17:47 UTC 

cgroup: status-quo and userland efforts
 2013-07-23 14:48 UTC  (4+ messages)
              ` [Workman-devel] "

GPS tracker with multi discret shared an album with you
 2013-07-20  6:05 UTC 

Single process controlling all cgroups sounds like looking in right direction but wrong solution
 2013-07-19 20:01 UTC  (7+ messages)

prima delle vacanze passa a Wind regalati un Top smartphone
 2013-07-17 18:39 UTC 

[PATCH v2 cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()
 2013-07-16 11:29 UTC  (3+ messages)


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