Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-06-19 00:02:29 to 2013-07-04 03:30:19 UTC [more...]

[Part1 PATCH 00/22] Add namespace support for audit
 2013-07-04  3:30 UTC  (39+ messages)
  ` [PATCH 01/22] Audit: change type of audit_ever_enabled to bool
  ` [PATCH 02/22] Audit: remove duplicate comments
  ` [PATCH 03/22] Audit: make audit kernel side netlink sock per userns
  ` [PATCH 04/22] netlink: Add compare function for netlink_table
  ` [PATCH 05/22] Audit: implement audit self-defined compare function
  ` [PATCH 06/22] Audit: make audit_skb_queue per user namespace
  ` [PATCH 07/22] Audit: make audit_skb_hold_queue "
  ` [PATCH 08/22] Audit: make kauditd_task "
  ` [PATCH 09/22] Audit: make audit_nlk_portid per user namesapce
  ` [PATCH 10/22] Audit: make audit_enabled per user namespace
  ` [PATCH 11/22] Audit: make audit_ever_enabled "
  ` [PATCH 12/22] Audit: make audit_initialized "
  ` [PATCH 13/22] Audit: only allow init user namespace to change rate limit
  ` [PATCH 14/22] Audit: only allow init user namespace to change audit_failure
  ` [PATCH 15/22] Audit: only allow init user namespace to change backlog_limit
  ` [PATCH 16/22] Audit: make kauditd_wait per user namespace
  ` [PATCH 17/22] Audit: make audit_backlog_wait "
  ` [PATCH 18/22] Audit: introduce new audit logging interface for "
  ` [PATCH 19/22] Audit: pass proper user namespace to audit_log_common_recv_msg
  ` [PATCH 20/22] Audit: Log audit config change in uninit user namespace
  ` [PATCH 21/22] Audit: send reply message to the auditd in proper "
  ` [PATCH 22/22] Audit: Allow GET, SET, USER MSG operations in uninit "

[PATCH v3 23/25] cgroup: Change how dentry's d_lock field is accessed
 2013-07-03 20:22 UTC 

cgroup: status-quo and userland efforts
 2013-07-03 17:11 UTC  (53+ messages)
                      ` [Workman-devel] "

I need the list member, thanks
 2013-07-03  6:37 UTC 

[GIT PULL] cpuset changes for v3.11-rc1
 2013-07-03  2:47 UTC 

Passa a Vodafone con Relax summer è Superconveniente
 2013-07-03  0:28 UTC 

Interaction user namespace, /proc/1 ownership & cap_set
 2013-07-02 20:24 UTC  (14+ messages)

Undelivered Mail Returned to Sender
 2013-07-02 16:03 UTC 

[GIT PULL] cgroup changes for v3.11-rc1
 2013-07-02 15:38 UTC 

PROBLEM: Processes writing large files in memory-limited LXC container are killed by OOM
 2013-07-02 12:42 UTC  (14+ messages)

[Announce] Checkpoint-restore tool v0.6
 2013-07-01 18:19 UTC 

[PATCH cgroup/for-3.11 1/2] cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
 2013-06-29 21:17 UTC  (3+ messages)
  ` [PATCH cgroup/for-3.11 2/2] cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
    ` [PATCH cgroup/for-3.11 3/2] cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy

[PATCH 2/2] cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()
 2013-06-29  4:13 UTC 

[PATCH cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()
 2013-06-29  4:12 UTC 

[PATCH 1/9] cgroup: minor updates around cgroup_clear_directory()
 2013-06-29  0:10 UTC  (11+ messages)
  ` [PATCH 2/9] cgroup: fix error path of cgroup_addrm_files()
  ` [PATCH 3/9] cgroup: fix cgroup_add_cftypes() error handling
  ` [PATCH 4/9] cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir()
  ` [PATCH 5/9] cgroup: update error handling in cgroup_populate_dir()
  ` [PATCH 6/9] cgroup: make rebind_subsystems() handle file additions and removals with proper error handling
  ` [PATCH 7/9] cgroup: cosmetic follow-up cleanups
  ` [PATCH 8/9] cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount()
  ` [PATCH 9/9] blkcg: make blkcg_policy_register() correctly handle cgroup_add_cftypes() failures
    ` [PATCH v2 6/9] cgroup: make rebind_subsystems() handle file additions and removals with proper error handling

[PATCHSET] cgroup: fix and clean up cgroup file creations and removals
 2013-06-28 23:45 UTC 

cgroup access daemon
 2013-06-28 19:48 UTC  (7+ messages)

fatiguer de payer vos cigarettes trop cher ? alors cliquez ici
 2013-06-27 18:45 UTC 

cgroup access daemon
 2013-06-27 16:53 UTC 

[PATCH RFC] procfs: add pidnr file
 2013-06-26 20:26 UTC  (2+ messages)

[PATCH cgroup/for-3.11 2/3] cgroup: fix RCU accesses around task->cgroups
 2013-06-26 17:49 UTC  (10+ messages)
      ` [PATCH cgroup/for-3.11 3/3] cgroup: always use RCU accessors for protected accesses
  ` [PATCH cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups
  ` [PATCH v2 "

[PATCH RFC] procfs: add pidnr file
 2013-06-26 16:18 UTC 

[PATCH cgroup/for-3.11] cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
 2013-06-25 18:44 UTC  (3+ messages)

[PATCH 1/6] cgroup: convert CFTYPE_* flags to enums
 2013-06-25 18:42 UTC  (21+ messages)
  ` [PATCH 2/6] cgroup: prefix global variables with "cgroup_"
  ` [PATCH 3/6] cgroup: remove cgroup->actual_subsys_mask
  ` [PATCH 4/6] cgroup: clean up find_css_set() and friends
  ` [PATCH 5/6] cgroup: s/for_each_subsys()/for_each_root_subsys()/
  ` [PATCH 6/6] cgroup: implement for_each_[builtin_]subsys()
  ` [PATCHSET cgroup/for-3.11] cgroup: miscellaneous cleanups
  ` [PATCH 5.5/6] cgroup: move init_css_set initialization inside cgroup_mutex
    ` [PATCH v2 6/6] cgroup: implement for_each_[builtin_]subsys()
    ` [PATCH v2 3/6] cgroup: remove cgroup->actual_subsys_mask

cgroup with correct cpu time
 2013-06-25 10:07 UTC 

[PATCHSET cgroup/for-3.11] cgroup: miscellaneous cleanups
 2013-06-22  1:34 UTC 

[PATCH cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups
 2013-06-21 22:51 UTC 

Orange Alert: Please review your June 2013 monthly statement
 2013-06-21 12:46 UTC 

Oranges Alerts: Please review your personalized financial statement - June 2013
 2013-06-21 12:44 UTC 

[PATCH cgroup/for-3.11] cgroup: disallow rename(2) if sane_behavior
 2013-06-21  8:35 UTC  (4+ messages)

GEOBIS INTERNATIONAL NEW PRODUCTS AND SERVICES: Worldwide Digital Maps, Databases, Cloud Platforms and Consulting
 2013-06-21  5:34 UTC 

Mail System Error - Returned Mail
 2013-06-19 18:31 UTC 

[PATCH ] cgroup: rename cont to cgrp
 2013-06-19  8:23 UTC  (2+ messages)

[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
 2013-06-19  0:02 UTC 


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