Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-03-28 22:51:22 to 2012-04-09 13:32:53 UTC [more...]

Undeliverable Mail
 2012-04-09 13:32 UTC 

failure notice
 2012-04-09 11:27 UTC 

Delivery Status Notification (Failure)
 2012-04-09  7:38 UTC 

Delivery Status Notification (Failure)
 2012-04-09  7:38 UTC 

Delivery Status Notification (Failure)
 2012-04-09  7:38 UTC 

Delivery Status Notification (Failure)
 2012-04-09  7:38 UTC 

Delivery Status Notification (Failure)
 2012-04-09  7:38 UTC 

Returned mail: see transcript for details
 2012-04-09  7:10 UTC 

Sr: containers - Bases Reales
 2012-04-08 23:01 UTC 

[REVIEW][PATCH 0/43] Completing the user namespace
 2012-04-08 22:52 UTC  (49+ messages)
  ` [PATCH 01/43] vfs: Don't allow a user namespace root to make device nodes
  ` [PATCH 02/43] userns: Kill bogus declaration of function release_uids
  ` [PATCH 03/43] userns: Replace netlink uses of cap_raised with capable
  ` [PATCH 04/43] userns: Remove unnecessary cast to struct user_struct when copying cred->user
  ` [PATCH 05/43] cred: Add forward declaration of init_user_ns in all cases
  ` [PATCH 06/43] userns: Use cred->user_ns instead of cred->user->user_ns
  ` [PATCH 07/43] cred: Refcount the user_ns pointed to by the cred
  ` [PATCH 08/43] userns: Add an explicit reference to the parent user namespace
  ` [PATCH 09/43] mqueue: Explicitly capture the user namespace to send the notification to
  ` [PATCH 10/43] userns: Deprecate and rename the user_namespace reference in the user_struct
  ` [PATCH 11/43] userns: Start out with a full set of capabilities
  ` [PATCH 12/43] userns: Replace the hard to write inode_userns with inode_capable
  ` [PATCH 13/43] userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h
  ` [PATCH 14/43] userns: Add a Kconfig option to enforce strict kuid and kgid type checks
  ` [PATCH 15/43] userns: Disassociate user_struct from the user_namespace
  ` [PATCH 16/43] userns: Simplify the user_namespace by making userns->creator a kuid
  ` [PATCH 17/43] userns: Rework the user_namespace adding uid/gid mapping support
  ` [PATCH 18/43] userns: Convert group_info values from gid_t to kgid_t
  ` [PATCH 19/43] userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
  ` [PATCH 20/43] userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
  ` [PATCH 21/43] userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
  ` [PATCH 22/43] userns: Convert capabilities related permsion checks
  ` [PATCH 23/43] userns: Convert setting and getting uid and gid system calls to use kuid and kgid
  ` [PATCH 24/43] userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
  ` [PATCH 25/43] userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
  ` [PATCH 26/43] userns: Convert in_group_p and in_egroup_p to use kgid_t
  ` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
  ` [PATCH 28/43] userns: Convert user specfied uids and gids in chown into kuids and kgid
  ` [PATCH 29/43] userns: Convert stat to return values mapped from kuids and kgids
  ` [PATCH 30/43] userns: Fail exec for suid and sgid binaries with ids outside our user namespace
  ` [PATCH 31/43] userns: Teach inode_capable to understand inodes whose uids map to other namespaces
  ` [PATCH 32/43] userns: signal remove unnecessary map_cred_ns
  ` [PATCH 33/43] userns: Convert binary formats to use kuid/kgid where appropriate
  ` [PATCH 34/43] userns: Convert devpts "
  ` [PATCH 35/43] userns: Convert ext2 "
  ` [PATCH 36/43] userns: Convert ext3 "
  ` [PATCH 37/43] userns: Convert ext4 to user "
  ` [PATCH 38/43] userns: Convert proc to use "
  ` [PATCH 39/43] userns: Convert sysctl permission checks to use kuid and kgids
  ` [PATCH 40/43] userns: Convert sysfs to use kgid/kuid where appropriate
  ` [PATCH 41/43] userns: Convert tmpfs to use kuid and kgid "
  ` [PATCH 42/43] userns: Convert cgroup permission checks to use uid_eq
  ` [PATCH 43/43] userns: Convert the move_pages, and migrate_pages "

做更有魅力的男人!3刀头可水洗,飞利浦电动剃须刀正品抢购!(AD)containers@lists.linux-foundation.org
 2012-04-08 11:03 UTC 

Returned mail: Data format error
 2012-04-08  4:17 UTC 

[RFC] writeback and cgroup
 2012-04-07  8:00 UTC  (21+ messages)
    ` [Lsf] "

Delivery Status Notification (Failure)
 2012-04-05 14:16 UTC 

[PATCH 5/6] memcg: fix broken boolen expression
 2012-04-05 10:17 UTC  (2+ messages)

[PATCH 08/21] blkcg: blkg_conf_prep()
 2012-04-04 18:36 UTC  (45+ messages)
  ` [PATCH 12/21] cfq: collapse cfq.h into cfq-iosched.c
  ` [PATCH 13/21] blkcg: move statistics update code to policies
  ` [PATCH 14/21] blkcg: cfq doesn't need per-cpu dispatch stats
  ` [PATCH 15/21] blkcg: add blkio_policy_ops operations for exit and stat reset
  ` [PATCH 16/21] blkcg: move blkio_group_stats to cfq-iosched.c
  ` [PATCH 17/21] blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c
  ` [PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq
                        ` IOPS based scheduler (Was: Re: [PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq)
  ` [PATCH 19/21] blkcg: move blkio_group_conf->iops and ->bps to blk-throttle
  ` [PATCH 20/21] blkcg: pass around pd->pdata instead of pd itself in prfill functions
  ` [PATCH 21/21] blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros
  ` [PATCHSET] block: modularize blkcg config and stat file handling

自主创新专项资金申报与科研项目经费预算专题研讨班(青岛市)
 2012-04-04  6:58 UTC 

ERRORE: Messaggio rifiutato dal sistema
 2012-04-04  3:23 UTC 

[PATCH 11/12] cgroup: introduce struct cfent
 2012-04-03 20:37 UTC  (14+ messages)
    ` [PATCH UPDATED "
  ` [PATCHSET] cgroup: cftype based file interface, take #2

[RFC] writeback and cgroup
 2012-04-03 18:36 UTC 

Undelivered Mail Returned to Sender
 2012-04-03  9:11 UTC 

Mail delivery failed: returning message to sender
 2012-04-03  9:03 UTC 

Undeliverable: il tuo ordine
 2012-04-03  5:05 UTC 

Delayed Mail (still being retried)
 2012-04-03  4:47 UTC 

failure notice
 2012-04-03  3:20 UTC 

Impossibile recapitare: Re: Richiesta
 2012-04-03  2:05 UTC  (4+ messages)
  ` Undeliverable: "
  ` Recapito ritardato: "

Delivery failure
 2012-04-03  1:43 UTC 

Betr.: Grazie per l'inserimento di un ordine con noi (Uw sollicitatie/reactie)
 2012-04-03  1:30 UTC 

Undelivered Mail Returned to Sender
 2012-04-03  0:37 UTC 

Undelivered Mail Returned to Sender
 2012-04-02 23:59 UTC 

Undelivered Mail Returned to Sender
 2012-04-02 23:34 UTC 

Undeliverable: Errore di pagamento!
 2012-04-02 23:33 UTC 

Returned mail: see transcript for details
 2012-04-02 23:14 UTC 

Undeliverable Mail
 2012-04-02 22:05 UTC 

failure notice
 2012-04-02 22:04 UTC 

failure notice
 2012-04-02 22:04 UTC 

Undelivered Mail Returned to Sender
 2012-04-02 21:57 UTC 

Delivery Status Notification (Failure)
 2012-04-02 21:56 UTC 

failure notice
 2012-04-02 21:34 UTC 

failure notice
 2012-04-02 21:17 UTC 

failure notice
 2012-04-02 21:16 UTC 

failure notice
 2012-04-02 21:09 UTC 

failure notice
 2012-04-02 21:09 UTC 

failure notice
 2012-04-02 20:54 UTC 

failure notice
 2012-04-02 20:54 UTC 

failure notice
 2012-04-02 20:54 UTC 

failure notice
 2012-04-02 20:54 UTC 

Warning: message 1SDXbn-00080d-62 delayed 72 hours
 2012-04-02 16:03 UTC 

[PATCH 1/2] cgroup: use negative bias on css->refcnt to block css_tryget()
 2012-04-01 19:48 UTC  (6+ messages)
  ` [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional

Warning: message 1SDXbn-00080d-62 delayed 48 hours
 2012-04-01 13:48 UTC 

[PATCH] cgroup: deprecate remount option changes mount option
 2012-03-31 16:41 UTC  (2+ messages)

Warning: message 1SDXbn-00080d-62 delayed 24 hours
 2012-03-31 10:02 UTC 

Undelivered Mail Returned to Sender
 2012-03-31  0:48 UTC 

[PATCH v2] futex: mark get_robust_list as deprecated
 2012-03-30 22:51 UTC  (4+ messages)

Undelivered Mail Returned to Sender
 2012-03-30 17:45 UTC 

[GIT PULL] cgroup: urgent fix for 3.4-rc1 merge window
 2012-03-30  5:26 UTC 

Undelivered Mail Returned to Sender
 2012-03-30  3:45 UTC 

failure notice
 2012-03-30  1:15 UTC 

Mail delivery failed: returning message to sender
 2012-03-30  1:05 UTC 

Returned mail: see transcript for details
 2012-03-29 23:05 UTC 

[PATCH] cgroup: update MAINTAINERS entry
 2012-03-29 15:53 UTC  (2+ messages)

Delivery Status Notification (Failure)
 2012-03-29 14:36 UTC 

Delivery Status Notification (Failure)
 2012-03-29 11:20 UTC 

About Purchasing of JV 5 used Chip
 2012-03-29  9:38 UTC 

failure notice
 2012-03-29  0:21 UTC 


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