Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-12-21 18:22:26 to 2014-02-08 16:15:27 UTC [more...]

[PATCH 01/13] cgroup: improve css_from_dir() into css_tryget_from_dir()
 2014-02-08 16:15 UTC  (13+ messages)
  ` [PATCH 02/13] cgroup: introduce cgroup_tree_mutex
  ` [PATCH 03/13] cgroup: release cgroup_mutex over file removals
  ` [PATCH 04/13] cgroup: restructure locking and error handling in cgroup_mount()
  ` [PATCH 05/13] cgroup: factor out cgroup_setup_root() from cgroup_mount()
  ` [PATCH 06/13] cgroup: update cgroup name handling
  ` [PATCH 07/13] cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
  ` [PATCH 08/13] cgroup: update the meaning of cftype->max_write_len
  ` [PATCH 09/13] cgroup: introduce cgroup_init/exit_cftypes()
  ` [PATCH 10/13] cgroup: introduce cgroup_ino()
  ` [PATCH 11/13] cgroup: misc preps for kernfs conversion
  ` [PATCH 12/13] cgroup: relocate functions in preparation of "
  ` [PATCH 13/13] cgroup: convert to kernfs

[PATCHSET v2 cgroup/for-3.15] cgroup: convert to kernfs
 2014-02-08 16:15 UTC 

[PATCHSET v2 cgroup/for-3.15] cgroup: drop module support and cgroup_root_mutex
 2014-02-08 15:36 UTC  (17+ messages)
  ` [PATCH 1/6] cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()
  ` [PATCH 2/6] cgroup: drop module support
  ` [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization
  ` [PATCH 4/6] cgroup: rename cgroup_subsys->subsys_id to ->id
  ` [PATCH 5/6] cgroup: update locking in cgroup_show_options()
  ` [PATCH 6/6] cgroup: remove cgroup_root_mutex
    ` [PATCH v3 2/6] cgroup: drop module support

[PATCH 1/4] cgroup: fix error return value in cgroup_mount()
 2014-02-08 15:25 UTC  (10+ messages)
  ` [PATCH 2/4] cgroup: fix error return from cgroup_create()
  ` [PATCH 3/4] cgroup: fix locking in cgroup_cfts_commit()
  ` [PATCH 4/4] cgroup: move the one-off opts sanity check in cgroup_root_from_opts() to parse_cgroupfs_options()
  ` [PATCHSET cgroup/for-3.14-fixes] cgroup: four misc fixes

[PATCH 7/9] mm: Mark functions as static in page_cgroup.c
 2014-02-07 20:56 UTC  (2+ messages)

Regression wrt mounting /proc in user namespace in 3.13
 2014-02-07  2:24 UTC  (18+ messages)
        ` [REVIEW][PATCH 0/3] userns fixes for v3.13-rc1
          ` [REVIEW][PATCH 1/3] vfs: In d_path don't call d_dname on a mount point
                            ` [PATCH 0/4] d_dname cleanups
                                ` [PATCH 1/4] perfmon: Use d_alloc_pseudo like all of the d_dname callers
                                ` [PATCH 2/4] vfs: Simply when d_alloc_dname is called
                                ` [PATCH 3/4] vfs: Move the call of d_op->d_dname from d_path to prepend_path
                                ` [PATCH 4/4] vfs: Call d_dname from dentry_path

network namespaces
 2014-02-04  7:57 UTC  (2+ messages)

[PATCH] nfs: include xattr.h from fs/nfs/nfs3proc.c
 2014-02-03 20:45 UTC  (3+ messages)

[PATCH] nfs: include xattr.h from fs/nfs/nfs3proc.c
 2014-02-03 19:31 UTC 

[PATCHSET cgroup/for-3.15] cgroup: convert to kernfs
 2014-01-29 16:10 UTC  (18+ messages)
  ` [PATCH 01/13] cgroup: improve css_from_dir() into css_tryget_from_dir()
  ` [PATCH 02/13] cgroup: introduce cgroup_tree_mutex
  ` [PATCH 03/13] cgroup: release cgroup_mutex over file removals
  ` [PATCH 04/13] cgroup: restructure locking and error handling in cgroup_mount()
  ` [PATCH 05/13] cgroup: factor out cgroup_setup_root() from cgroup_mount()
  ` [PATCH 06/13] cgroup: update cgroup name handling
  ` [PATCH 07/13] cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
  ` [PATCH 08/13] cgroup: update the meaning of cftype->max_write_len
  ` [PATCH 09/13] cgroup: introduce cgroup_init/exit_cftypes()
  ` [PATCH 10/13] cgroup: introduce cgroup_ino()
  ` [PATCH 11/13] cgroup: misc preps for kernfs conversion
  ` [PATCH 12/13] cgroup: relocate functions in preparation of "
  ` [PATCH 13/13] cgroup: convert to kernfs
    ` [PATCH v2 "

[PATCH 1/8] cgroup: warn if "xattr" is specified with "sane_behavior"
 2014-01-29 16:06 UTC  (12+ messages)
  ` [PATCH 2/8] cgroup: relocate cgroup_rm_cftypes()
  ` [PATCH 3/8] cgroup: remove cftype_set
  ` [PATCH 4/8] cgroup: simplify dynamic cftype addition and removal
  ` [PATCH 5/8] cgroup: make cgroup hold onto its kernfs_node
  ` [PATCH 6/8] cgroup: remove cgroup->name
      ` [PATCH v2 "
  ` [PATCH 7/8] cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t
  ` [PATCH 8/8] cgroup: remove cgroupfs_root->refcnt

[PATCHSET cgroup/for-3.15] cgroup: cleanups after kernfs conversion
 2014-01-28 23:59 UTC 

[PATCHSET cgroup/for-3.14-fixes] cgroup: four misc fixes
 2014-01-28 15:32 UTC 

[Announce] Checkpoint-restore tool v1.1
 2014-01-28  9:19 UTC 

[PATCH 0/4] x86: Add Cache QoS Monitoring (CQM) support
 2014-01-27 17:34 UTC  (29+ messages)
  ` [PATCH 3/4] cgroup: Add new cacheqos cgroup subsys to support Cache QoS Monitoring
  ` [PATCH 4/4] Documentation: Add documentation for cacheqos cgroup

[PATCH RFC 0/9] cgroups: add res_counter_write_u64() API
 2014-01-26 15:56 UTC  (3+ messages)

Expedite- bags,etc. and accessories
 2014-01-25  5:10 UTC 

[GIT PULL] user namespaces work for 3.14-rc1
 2014-01-24 22:58 UTC 

[PATCH RFC 7/8] audit: report namespace information along with USER events
 2014-01-24  6:19 UTC 

[PATCH v4 0/3] Send audit/procinfo/cgroup data in socket-level control message
 2014-01-23 19:31 UTC  (15+ messages)
      ` [PATCH v4 1/3] Send loginuid and sessionid in SCM_AUDIT
      ` [PATCH v4 2/3] Send comm and cmdline in SCM_PROCINFO
      ` [PATCH v4 3/3] Send cgroup_path in SCM_CGROUP

a work for lxc monitor network interface
 2014-01-23  1:59 UTC  (7+ messages)

Pass a fd to program in another mount namespace?
 2014-01-22 13:40 UTC  (3+ messages)

[GIT PULL] cgroup changes for v3.14-rc1
 2014-01-21 10:04 UTC 

[PATCHSET cgroup/for-3.14] cgroup: drop module support and cgroup_root_mutex
 2014-01-20 13:13 UTC  (18+ messages)
  ` [PATCH 1/6] cgroup: make CONFIG_NET_CLS_CGROUP and CONFIG_NETPRIO_CGROUP bool instead of tristate
  ` [PATCH 2/6] cgroup: drop module support
  ` [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization
  ` [PATCH 4/6] cgroup: rename cgroup_subsys->subsys_id to ->id
  ` [PATCH 5/6] cgroup: update locking in cgroup_show_options()
  ` [PATCH 6/6] cgroup: remove cgroup_root_mutex

[Announce] Checkpoint-restore tool v1.1-rc2
 2014-01-20 11:39 UTC 

[PATCH audit-next 1/2] audit: revert commit listen in all network namespaces
 2014-01-17  1:37 UTC  (4+ messages)
  ` [PATCH audit-next 2/2] Audit: make audit netlink socket net namespace unaware

[RFC PATCH net-next 0/4] net_cls for sys container
 2014-01-15  0:50 UTC  (6+ messages)

[PATCH 0/2] Namespace support for Android binder (under ipc-ns)
 2014-01-08 23:49 UTC  (5+ messages)
  ` [PATCH 1/2] ipc namespace: a generic per-ipc pointer and peripc_ops
  ` [PATCH 2/2] binder: implement namepsace support for Android binder driver

[PATCH] userns: Relax the posix_acl_valid() checks
 2014-01-07 23:57 UTC  (2+ messages)

[RFC PATCH net-next 1/4] net: introduce backup_classid to struct skbuff
 2014-01-07 12:54 UTC  (4+ messages)

Program Space, a new lightweight virtualization technology
 2014-01-06 12:17 UTC 

[RFC PATCH net-next 3/4] veth: backup classid befor switch net_ns
 2014-01-06  2:16 UTC  (3+ messages)

[RFC PATCH net-next 4/4] cls_cgroup: restore classid from skb->sk_classid
 2014-01-03  3:11 UTC 

[RFC PATCH net-next 2/4] cls_cgroup: introduce a helper: bk_cls_classid()
 2014-01-03  3:11 UTC 

[RFC PATCH net-next 1/4] net: introduce backup_classid to struct skbuff
 2014-01-03  3:11 UTC 

[Announce] Checkpoint-restore tool v1.1-rc1
 2013-12-31 10:28 UTC 

G00d day! ,ph0nes -Surprise gift. -Online
 2013-12-27 15:58 UTC 

[GIT PULL] cgroup fixes for v3.13-rc5
 2013-12-24 14:29 UTC 

[RFC Part1 PATCH 00/20 v2] Add namespace support for audit
 2013-12-24  9:53 UTC  (15+ messages)


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