messages from 2013-04-20 01:06:44 to 2013-05-07 16:50:18 UTC [more...]
[PATCH 01/33] blkcg: fix error return path in blkg_create()
2013-05-07 16:50 UTC (38+ 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] "
` [PATCH v2 33/33] "
[PATCH RFC 00/48] Add namespace support for audit
2013-05-07 15:44 UTC (50+ 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 RFC 31/48] Audit: pass proper user namespace to audit_filter_syscall
` [PATCH RFC 32/48] Audit: pass proper user namespace to audit_filter_inode_name
` [PATCH RFC 33/48] Audit: Log filter related audit message to proper user namespace
` [PATCH RFC 34/48] Log audit tree related message in "
` [PATCH RFC 35/48] Audit: Log task related audit message to "
` [PATCH RFC 36/48] Audit: Log watch "
` [PATCH RFC 37/48] Audit: translate audit_log_start to audit_log_start_ns
` [PATCH RFC 38/48] Audit: tty: "
` [PATCH RFC 39/48] Audit: netlabel: "
` [PATCH RFC 40/48] Audit: ima: "
` [PATCH RFC 41/48] Audit: lsm: "
` [PATCH RFC 42/48] Audit: selinux: "
` [PATCH RFC 43/48] Audit: xfrm: "
` [PATCH RFC 44/48] Audit: rename audit_log_start_ns to audit_log_start
` [PATCH RFC 45/48] Audit: user audit_enabled_ns to replace audit_enabled
` [PATCH RFC 46/48] Audit: rename audit_enabled_ns to audit_enabled
` [PATCH RFC 47/48] Audit: make audit_log user namespace awared
` [PATCH RFC 48/48] Audit: allow root user of un-init user namespace to set audit
[Suggestion] kernel/cgroup.c: about kfree after 'get_new_cssid'
2013-05-07 11:20 UTC (2+ messages)
[Suggestion] kernel/cgroup.c: about kfree after 'get_new_cssid'
2013-05-07 10:46 UTC
[PATCH] Use CAP_SYS_RESOURCE as magic for escaping user namespaces
2013-05-07 10:30 UTC (3+ messages)
[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 (3+ messages)
(unknown),
2013-04-22 21:29 UTC
[PATCH 05/10] cpuset: don't update tasks' cpumask and nodemask in an empty cpuset
2013-04-21 1:42 UTC (5+ messages)
` [PATCH 09/10] cpuset: allow to keep tasks in empty cpusets
очень нужная подборка инфы управленцу
2013-04-20 21:18 UTC
Индивидуальнaя база клиентов в тeчение сyтok
2013-04-20 7:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox