Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-10-18 16:55:17 to 2013-11-29 08:52:57 UTC [more...]

[PATCH 01/12] cgroup, sched: convert away from cftype->read_map()
 2013-11-29  8:52 UTC  (19+ messages)
  ` [PATCH 02/12] cpuset: convert away from cftype->read()
  ` [PATCH 03/12] memcg: convert away from cftype->read() and ->read_map()
  ` [PATCH 04/12] netprio_cgroup: convert away from cftype->read_map()
  ` [PATCH 05/12] hugetlb_cgroup: convert away from cftype->read()
  ` [PATCH 06/12] cgroup: remove cftype->read(), ->read_map() and ->write()
  ` [PATCH 07/12] cgroup: unify cgroup_write_X64() and cgroup_write_string()
  ` [PATCH 08/12] cgroup: unify read path so that seq_file is always used
  ` [PATCH 09/12] cgroup: generalize cgroup_pidlist_open_file
  ` [PATCH 10/12] cgroup: attach cgroup_open_file to all cgroup files
  ` [PATCH 11/12] cgroup: replace cftype->read_seq_string() with cftype->seq_show()
  ` [PATCH 12/12] cgroup: unify pidlist and other file handling

Q: use vlan in container
 2013-11-29  6:40 UTC  (3+ messages)

[PATCH 1/9] cgroup: don't skip seq_open on write only opens on pidlist files
 2013-11-29  1:03 UTC  (12+ messages)
  ` [PATCH 2/9] cgroup: remove cftype->release()
  ` [PATCH 3/9] cgroup: implement delayed destruction for cgroup_pidlist
  ` [PATCH 4/9] cgroup: introduce struct cgroup_pidlist_open_file
  ` [PATCH 5/9] cgroup: refactor cgroup_pidlist_find()
  ` [PATCH 6/9] cgroup: remove cgroup_pidlist->rwsem
  ` [PATCH 7/9] cgroup: load and release pidlists from seq_file start and stop respectively
  ` [PATCH 8/9] cgroup: remove cgroup_pidlist->use_count
  ` [PATCH 9/9] cgroup: don't guarantee cgroup.procs is sorted if sane_behavior
  ` [PATCHSET cgroup-for-3.14] cgroup: restructure pidlist handling

[PATCH for-3.13-fixes] cgroup: fix cgroup_subsys_state leak for seq_files
 2013-11-28  9:06 UTC  (2+ messages)

[PATCHSET cgroup/for-3.14] cgroup: consolidate file handling
 2013-11-27 23:42 UTC 

Regression wrt mounting /proc in user namespace in 3.13
 2013-11-27 20:41 UTC  (32+ 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
                                      ` [REVIEW][PATCH 2/3] fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)
                                      ` [REVIEW][PATCH 3/3] vfs: Fix a regression in mounting proc

userns idea: preventing SCM_CREDENTIALS from leaking out
 2013-11-27 18:47 UTC  (11+ messages)

[stable bug] NFSd NULL pointer trigger kernel panic
 2013-11-27  8:07 UTC  (2+ messages)

[Announce] Checkpoint-restore tool v1.0
 2013-11-25 16:32 UTC 

[PATCHSET v2 cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-11-25 10:33 UTC  (4+ messages)

[PATCHSET cgroup-for-3.14] cgroup: restructure pidlist handling
 2013-11-24 22:11 UTC 

Network for creative people
 2013-11-22 14:42 UTC 

[Suggestion] kernel: cgroup: mount failure in LTP cgroup_regression_test.sh
 2013-11-22  5:49 UTC  (10+ messages)
        ` Fwd: "

[REVIEW][PATCH 0/4] vfs: Detach mounts on unlink
 2013-11-21 20:58 UTC  (15+ messages)
                ` [REVIEW][PATCH 2/4] vfs: Keep a list of mounts on a mount point
                ` [REVIEW][PATCH 3/4] vfs: Add a function to lazily unmount all mounts from any dentry. v3
                ` [REVIEW][PATCH 4/4] vfs: Lazily remove mounts on unlinked files and directories. v2
                    ` [REVIEW][PATCH 1/4] vfs: Don't allow overwriting mounts in the current mount namespace

[RFC Part1 PATCH 00/20 v2] Add namespace support for audit
 2013-11-21  7:57 UTC  (29+ messages)
  ` [PATCH 01/20] Audit: make audit netlink socket net namespace unaware
  ` [PATCH 02/20] audit: introduce configure option CONFIG_AUDIT_NS
  ` [PATCH 03/20] audit: make audit_skb_queue per audit namespace
  ` [PATCH 04/20] audit: make audit_skb_hold_queue "
  ` [PATCH 05/20] audit: make audit_pid "
  ` [PATCH 06/20] audit: make kauditd_task "
  ` [PATCH 07/20] aduit: make audit_nlk_portid "
  ` [PATCH 08/20] audit: make kaudit_wait queue "
  ` [PATCH 09/20] audit: make audit_backlog_wait "
  ` [PATCH 10/20] audit: allow un-init audit ns to change pid and portid only
  ` [PATCH 11/20] audit: use proper audit namespace in audit_receive_msg
  ` [PATCH 12/20] audit: use proper audit_namespace in kauditd_thread
  ` [PATCH 13/20] audit: introduce new audit logging interface for audit namespace
  ` [PATCH 14/20] audit: pass proper audit namespace to audit_log_common_recv_msg
  ` [PATCH 15/20] audit: Log audit pid config change in audit namespace
  ` [PATCH 16/20] audit: allow GET, SET, USER MSG operations "
  ` [PATCH 17/20] nsproxy: don't make create_new_namespaces static
  ` [PATCH 18/20] audit: add new message type AUDIT_CREATE_NS
  ` [PATCH 19/20] audit: make audit_backlog_limit per audit namespace
  ` [PATCH 20/20] audit: introduce /proc/<pid>/audit_backlog_limit

Vodafone tutto in Relax da fisso e mobile!
 2013-11-15 23:26 UTC 

Getting userns enabled in vendor kernels
 2013-11-15  8:52 UTC  (7+ messages)

[REVIEW][PATCH 1/2] userns: Better restrictions on when proc and sysfs can be mounted
 2013-11-15  8:37 UTC  (13+ messages)

[PATCH] userns: allow privileged user to operate locked mount
 2013-11-15  1:38 UTC  (4+ messages)

memcg creates an unkillable task in 3.2-rc2
 2013-11-12 16:00 UTC  (8+ messages)
            ` memcg creates an unkillable task in 3.11-rc2

Solar Windows Webinar - US AIR FORCE APPROVED - See thru radiant barrier
 2013-11-11  0:29 UTC 

allocate specific port range for container?
 2013-11-09  1:49 UTC  (8+ messages)

[PATCH 01/10] netfilter: make /proc/net/netfilter pernet
 2013-11-06  2:00 UTC  (4+ messages)
` [PATCH 02/10] netfilter: nf_log: prepar net namespace support for nf_log

[RFC PATCH 1/2] devices cgroup: allow can_attach() if ns_capable
 2013-11-04 22:06 UTC  (12+ messages)

Case 1A (Ubuntu 12.10, 12.04): If you'd removed
 2013-11-03 22:28 UTC 

Case 1A (Ubuntu 12.10, 12.04): If you'd removed
 2013-11-03 21:56 UTC 

RFC: Device Namespaces
 2013-10-28 23:31 UTC  (10+ messages)
              `  "

[PATCH 00/11] pkg-shadow support subordinate ids with user namespaces
 2013-10-27 23:53 UTC  (7+ messages)
` [PATCH 11/11] newuidmap, newgidmap: New suid helpers for using subordinate uids and gids
    ` [PATCH 11/11] newuidmap,newgidmap: "

[PATCH 3/3] cgroups: remove calls to simple_kstrtoll
 2013-10-27 15:12 UTC  (2+ messages)

[PATCH 3/3] cgroups: remove calls to simple_kstrtoll
 2013-10-26  2:33 UTC 

United Nations Inspection Unit
 2013-10-25 22:08 UTC 

[PATCH 0/6] ipv4: tcp_memcontrol and userns sysctls
 2013-10-21 22:44 UTC  (8+ messages)
  ` [PATCH 1/6] tcp_memcontrol: Remove tcp_max_memory
  ` [PATCH 2/6] tcp_memcontrol: Remove setting cgroup settings via sysctl
  ` [PATCH 3/6] tcp_memcontrol: Remove the per netns control
  ` [PATCH 4/6] tcp_memcontrol: Kill struct tcp_memcontrol
  ` [PATCH 5/6] ipv4: Use math to point per net sysctls into the appropriate struct net
  ` [PATCH 6/6] ipv4: Allow unprivileged users to use per net sysctls

[Announceme] Checkpoint-restore tool v0.8
 2013-10-18 16:55 UTC 


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