Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-04-02 21:57:38 to 2012-04-12 23:29:37 UTC [more...]

[PATCH 1/8] blkcg: kill blkio_list and replace blkio_list_lock with a mutex
 2012-04-12 23:29 UTC  (5+ messages)
  ` [PATCH 2/8] blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()
  ` [PATCH 3/8] blkcg: remove static policy ID enums
  ` [PATCH 4/8] blkcg: make blkg_conf_prep() take @pol and return with queue lock held
  ` [PATCH 5/8] blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing

[PATCHSET] block: per-queue policy activation
 2012-04-12 23:29 UTC 

[RFC] writeback and cgroup
 2012-04-12 20:51 UTC  (35+ messages)
      ` [Lsf] "

Impossibile recapitare: Re: document 333210
 2012-04-12 19:18 UTC 

Undelivered Mail Returned to Sender
 2012-04-12 18:46 UTC 

Undelivered Mail Returned to Sender
 2012-04-12 18:29 UTC 

[RFD] Merge task counter into memcg
 2012-04-12 17:53 UTC  (23+ messages)
                      ` Cgroup in a single hierarchy (Was: Re: [RFD] Merge task counter into memcg)

Delivery Failure
 2012-04-12  8:48 UTC 

Undelivered Mail Returned to Sender
 2012-04-12  0:52 UTC 

Mail System Error - Returned Mail
 2012-04-11 21:50 UTC 

[RFD] Merge task counter into memcg
 2012-04-11 18:57 UTC 

[PATCH for-3.5] cgroup: remove cgroup_subsys->populate()
 2012-04-11 16:16 UTC  (2+ messages)

Consegna ritardata: richiesta
 2012-04-11 14:33 UTC 

Delivery Status Notification (Failure)
 2012-04-11 13:24 UTC 

Delivery Status Notification (Failure)
 2012-04-11 13:08 UTC 

Delivery Status Notification (Failure)
 2012-04-11 13:04 UTC 

Undelivered Mail Returned to Sender
 2012-04-11 12:35 UTC 

Undeliverable: De leveringen van apparatuur
 2012-04-11 12:25 UTC 

Undelivered Mail Returned to Sender
 2012-04-11 11:02 UTC 

Undelivered Mail Returned to Sender
 2012-04-11  8:36 UTC 

Undelivered Mail Returned to Sender
 2012-04-11  6:56 UTC 

Undelivered Mail Returned to Sender
 2012-04-11  6:54 UTC 

Undelivered Mail Returned to Sender
 2012-04-11  6:32 UTC 

Undelivered Mail Returned to Sender
 2012-04-11  1:48 UTC 

Mail System Error - Returned Mail
 2012-04-10 21:16 UTC 

Undelivered Mail Returned to Sender
 2012-04-10 17:26 UTC 

[PATCH for-3.5] cgroup: remove cgroup_subsys->populate()
 2012-04-10 17:16 UTC 

Undelivered Mail Returned to Sender
 2012-04-09 14:12 UTC 

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 

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 18/21] blkcg: move blkio_group_conf->weight to cfq
 2012-04-04 18:36 UTC  (27+ messages)
                      ` IOPS based scheduler (Was: Re: [PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq)
` [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 

[PATCHSET] cgroup: cftype based file interface, take #2
 2012-04-03 20:37 UTC  (5+ messages)

[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 

Recapito ritardato: Re: Richiesta
 2012-04-03  2:05 UTC 

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 


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