Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-04-16 14:43:41 to 2013-05-07 02:20:51 UTC [more...]

[PATCH RFC 00/48] Add namespace support for audit
 2013-05-07  2:20 UTC  (31+ messages)
  ` [PATCH RFC 01/48] Audit: make audit kernel side netlink sock per userns
  ` [PATCH RFC 02/48] netlink: Add compare function for netlink_table
  ` [PATCH RFC 03/48] Audit: implement audit self-defined compare function
  ` [PATCH RFC 04/48] Audit: make audit_skb_queue per user namespace
  ` [PATCH RFC 05/48] Audit: make audit_skb_hold_queue "
  ` [PATCH RFC 06/48] Audit: make kauditd_task "
  ` [PATCH RFC 07/48] Audit: make audit_pid "
  ` [PATCH RFC 08/48] Audit: make audit_nlk_portid per user namesapce
  ` [PATCH RFC 09/48] Audit: make audit_enabled per user namespace
  ` [PATCH RFC 10/48] Audit: change type of audit_ever_enabled to bool
  ` [PATCH RFC 11/48] Audit: make audit_ever_enabled per user namespace
  ` [PATCH RFC 12/48] Audit: make audit_initialized "
  ` [PATCH RFC 13/48] Audit: only allow init user namespace to change audit_rate_limit
  ` [PATCH RFC 14/48] Audit: only allow init user namespace to change audit_failure
  ` [PATCH RFC 15/48] Audit: allow to send netlink message to auditd in uninit user namespace
  ` [PATCH RFC 16/48] Audit: user proper user namespace in audit_log_config_change
  ` [PATCH RFC 17/48] Audit: make kauditd_wait per user namespace
  ` [PATCH RFC 18/48] Audit: make audit_backlog_wait "
  ` [PATCH RFC 19/48] Audit: remove duplicate comments
  ` [PATCH RFC 20/48] Audit: introduce new audit logging interface for user namespace
  ` [PATCH RFC 21/48] Audit: pass proper user namespace to audit_log_common_recv_msg
  ` [PATCH RFC 22/48] Audit: Log audit config change in uninit user namespace
  ` [PATCH RFC 23/48] Audit: netfilter: Log xt table replace behavior in proper "
  ` [PATCH RFC 24/48] Audit: xt_AUDIT: Log audit message "
  ` [PATCH RFC 25/48] Audit: send reply message to the auditd "
  ` [PATCH RFC 26/48] Audit: make audit_inode_hash per "
  ` [PATCH RFC 27/48] Audit: make tree_list "
  ` [PATCH RFC 28/48] Audit: make audit filter list "
  ` [PATCH RFC 29/48] Audit: make audit_krule belongs to "
  ` [PATCH RFC 30/48] Audit: reply audit filter list request to proper "

[PATCH 01/33] blkcg: fix error return path in blkg_create()
 2013-05-06 22:46 UTC  (33+ messages)
  ` [PATCH 02/33] blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.h
  ` [PATCH 03/33] blkcg: implement blkg_for_each_descendant_post()
  ` [PATCH 04/33] blkcg: invoke blkcg_policy->pd_init() after parent is linked
  ` [PATCH 05/33] blkcg: move bulk of blkcg_gq release operations to the RCU callback
  ` [PATCH 06/33] blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()
  ` [PATCH 07/33] blk-throttle: removed deferred config application mechanism
  ` [PATCH 08/33] blk-throttle: collapse throtl_dispatch() into the work function
  ` [PATCH 09/33] blk-throttle: relocate throtl_schedule_delayed_work()
  ` [PATCH 10/33] blk-throttle: remove pointless throtl_nr_queued() optimizations
  ` [PATCH 11/33] blk-throttle: rename throtl_rb_root to throtl_service_queue
  ` [PATCH 12/33] blk-throttle: simplify throtl_grp flag handling
  ` [PATCH 13/33] blk-throttle: add backlink pointer from throtl_grp to throtl_data
  ` [PATCH 14/33] blk-throttle: pass around throtl_service_queue instead of throtl_data
  ` [PATCH 15/33] blk-throttle: reorganize throtl_service_queue passed around as argument
  ` [PATCH 16/33] blk-throttle: add throtl_grp->service_queue
  ` [PATCH 17/33] blk-throttle: move bio_lists[] and friends to throtl_service_queue
  ` [PATCH 18/33] blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]
  ` [PATCH 19/33] blk-throttle: generalize update_disptime optimization in blk_throtl_bio()
  ` [PATCH 20/33] blk-throttle: add throtl_service_queue->parent_sq
  ` [PATCH 21/33] blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()
  ` [PATCH 22/33] blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats update with it
  ` [PATCH 23/33] blk-throttle: separate out throtl_service_queue->pending_timer from throtl_data->dispatch_work
  ` [PATCH 24/33] blk-throttle: implement dispatch looping
  ` [PATCH 25/33] blk-throttle: dispatch from throtl_pending_timer_fn()
  ` [PATCH 26/33] blk-throttle: make blk_throtl_drain() ready for hierarchy
  ` [PATCH 27/33] blk-throttle: make blk_throtl_bio() "
  ` [PATCH 28/33] blk-throttle: make tg_dispatch_one_bio() "
  ` [PATCH 29/33] blk-throttle: make throtl_pending_timer_fn() "
  ` [PATCH 30/33] blk-throttle: add throtl_qnode for dispatch fairness
  ` [PATCH 31/33] blk-throttle: Account for child group's start time in parent while bio climbs up
  ` [PATCH 32/33] blk-throttle: implement throtl_grp->has_rules[]
  ` [PATCH 33/33] blk-throttle: implement proper hierarchy support

[PATCHSET v2] blk-throttle: implement proper hierarchy support
 2013-05-06 22:45 UTC 

[PATCHSET] blk-throttle: implement proper hierarchy support
 2013-05-06 20:43 UTC  (68+ messages)
  ` [PATCH 01/31] blkcg: fix error return path in blkg_create()
  ` [PATCH 02/31] blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.h
  ` [PATCH 03/31] blkcg: implement blkg_for_each_descendant_post()
  ` [PATCH 04/31] blkcg: invoke blkcg_policy->pd_init() after parent is linked
  ` [PATCH 05/31] blkcg: move bulk of blkcg_gq release operations to the RCU callback
  ` [PATCH 06/31] blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()
  ` [PATCH 07/31] blk-throttle: removed deferred config application mechanism
  ` [PATCH 08/31] blk-throttle: collapse throtl_dispatch() into the work function
  ` [PATCH 09/31] blk-throttle: relocate throtl_schedule_delayed_work()
  ` [PATCH 10/31] blk-throttle: remove pointless throtl_nr_queued() optimizations
  ` [PATCH 11/31] blk-throttle: rename throtl_rb_root to throtl_service_queue
  ` [PATCH 12/31] blk-throttle: simplify throtl_grp flag handling
  ` [PATCH 13/31] blk-throttle: add backlink pointer from throtl_grp to throtl_data
  ` [PATCH 14/31] blk-throttle: pass around throtl_service_queue instead of throtl_data
  ` [PATCH 15/31] blk-throttle: reorganize throtl_service_queue passed around as argument
  ` [PATCH 16/31] blk-throttle: add throtl_grp->service_queue
  ` [PATCH 17/31] blk-throttle: move bio_lists[] and friends to throtl_service_queue
  ` [PATCH 18/31] blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]
  ` [PATCH 19/31] blk-throttle: generalize update_disptime optimization in blk_throtl_bio()
  ` [PATCH 20/31] blk-throttle: add throtl_service_queue->parent_sq
  ` [PATCH 21/31] blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()
  ` [PATCH 22/31] blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats update with it
  ` [PATCH 23/31] blk-throttle: separate out throtl_service_queue->pending_timer from throtl_data->dispatch_work
  ` [PATCH 24/31] blk-throttle: implement dispatch looping
  ` [PATCH 25/31] blk-throttle: dispatch from throtl_pending_timer_fn()
  ` [PATCH 26/31] blk-throttle: make blk_throtl_drain() ready for hierarchy
  ` [PATCH 27/31] blk-throttle: make blk_throtl_bio() "
  ` [PATCH 28/31] blk-throttle: make tg_dispatch_one_bio() "
  ` [PATCH 29/31] blk-throttle: make throtl_pending_timer_fn() "
  ` [PATCH 30/31] blk-throttle: implement throtl_grp->has_rules[]
  ` [PATCH 31/31] blk-throttle: implement proper hierarchy support
  ` [PATCH 29.5/32] blk-throttle: add throtl_qnode for dispatch fairness

[PATCH] cgroup.h: remove some functions that are now gone
 2013-05-06 19:08 UTC  (3+ messages)

hi regarding the Linux containers
 2013-04-30 22:05 UTC  (3+ messages)

[Announce] Checkpoint-restore tool v0.5
 2013-04-30 17:30 UTC 

Re: ERRORE: Messaggio rifiutato dal sistema
 2013-04-30 12:48 UTC 

[PATCH 02/10] freezer: skip waking up tasks with PF_FREEZER_SKIP set
 2013-04-30 11:48 UTC  (7+ messages)

Your Wire Transfer 30466932 canceled
 2013-04-30  5:40 UTC 

[GIT PULL] cgroup changes for v3.10-rc1
 2013-04-30  0:52 UTC 

For review: user_namespaces(7) man page
 2013-04-29 20:35 UTC  (2+ messages)

For review (v2): user_namespaces(7) man page
 2013-04-29 20:21 UTC  (5+ messages)

For review: user_namespaces(7) man page
 2013-04-29  7:45 UTC 

Adelaide GPS Tracker与您共享了相册。
 2013-04-29  3:34 UTC 

Soluzione Mobile Wind All Inclusive special edition
 2013-04-28 11:07 UTC 

RE:Present for New Year!
 2013-04-23  7:53 UTC 

cgroup: status-quo and userland efforts
 2013-04-22 22:33 UTC  (5+ messages)

(unknown),
 2013-04-22 21:29 UTC 

[PATCH 01/10] cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
 2013-04-21  1:42 UTC  (17+ messages)
  ` [PATCH 02/10] cpuset: cleanup guarantee_online_{cpus|mems}()
  ` [PATCH 03/10] cpuset: remove unnecessary variable in cpuset_attach()
  ` [PATCH 04/10] cpuset: remove cpuset_test_cpumask()
  ` [PATCH 05/10] cpuset: don't update tasks' cpumask and nodemask in an empty cpuset
  ` [PATCH 06/10] cpuset: re-structure update_cpumask() a bit
  ` [PATCH 07/10] cpuset: record old_mems_allowed in struct cpuset
  ` [PATCH 08/10] cpuset: introduce effective_{cpumask|nodemask}_cpuset()
  ` [PATCH 09/10] cpuset: allow to keep tasks in empty cpusets
  ` [PATCH 10/10] cpuset: allow to move tasks to "

очень нужная подборка инфы управленцу
 2013-04-20 21:18 UTC 

Индивидуальнaя база клиентов в тeчение сyтok
 2013-04-20  7:55 UTC 

[PATCH 00/10] cpuset: implement sane hierarchy behaviors
 2013-04-19 12:25 UTC 

[PATCH] cgroup: fix broken file xattrs
 2013-04-19  6:13 UTC 

[PATCH] cgroup: fix broken file xattrs
 2013-04-19  5:53 UTC 

the NULL deref on umount in the 3.9.0-rc7 kernel
 2013-04-19  3:22 UTC  (2+ messages)

[PATCH 25/28] proc: Supply an accessor to get the process ID associated with some proc files [RFC]
 2013-04-18 18:39 UTC  (3+ messages)

[PATCH] devcg: remove parent_cgroup
 2013-04-18 18:36 UTC  (5+ messages)

unique watch -true!
 2013-04-16 20:25 UTC 

[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
 2013-04-16 14:43 UTC  (2+ messages)
        ` [PATCH v3 08/32] list: add a new LRU list type


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