Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-04-18 06:30:00 to 2012-05-30 23:55:40 UTC [more...]

Re:
 2012-05-30 23:55 UTC 

[PATCH] meminfo: show /proc/meminfo base on container's memcg
 2012-05-30 23:20 UTC  (3+ messages)

container disk quota
 2012-05-30 15:55 UTC  (14+ messages)
  ` [PATCH 01/12] container quota: add kernel configuration for container quota
  ` [PATCH 02/12] container quota: lock/unlock mount namespace when performing quotactl
  ` [PATCH 03/12] container quota: introduce container quota format identifier
  ` [PATCH 04/12] container quota: introduce container disk quota data header file
  ` [PATCH 05/12] container quota: bind disk quota stuff on mount namespace
  ` [PATCH 06/12] container quota: implementations and header for block/inode bill up
  ` [PATCH 07/12] container quota: add quota control source file
  ` [PATCH 08/12] container quota: let quotactl(2) works for container
  ` [PATCH 09/12] container quota: add container disk quota entry to Makefile
  ` [PATCH 10/12] container quota: bill container inodes alloc/free on ext4
  ` [PATCH 11/11] container quota: bill container disk blocks "
  ` [PATCH 12/12] container quota: init/destroy container dqinfo on mount namespace

[PATCH 1/3] container quota tool: add LXC quota format identifier
 2012-05-30 15:07 UTC  (3+ messages)
  ` [PATCH 2/3] container quota tool: add quotaio for lxc
  ` [PATCH 3/3] container quota tool: teach quota tools to detect and perfrom quota if desired

[PATCH] meminfo: show /proc/meminfo base on container's memcg
 2012-05-29  2:56 UTC 

[PATCH 1/2] cgroup: use negative bias on css->refcnt to block css_tryget()
 2012-05-28  0:18 UTC  (9+ messages)
` [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional
                      ` [PATCH] cgroup: superblock can't be released with active dentries

[GIT PULL] user namespace enhancements for Linux 3.5-rc1
 2012-05-27 23:23 UTC  (6+ messages)

Let Us Invest This Fund With You. Get Back
 2012-05-23 16:03 UTC 

[GIT PULL] cgroup changes for 3.5-rc1
 2012-05-22 17:34 UTC 

[PATCH] cgroup: fix device deny of DEV_ALL
 2012-05-22 12:48 UTC  (8+ messages)

Order Enquiry
 2012-05-20 15:35 UTC 

关于举办企事业单位科技管理研讨会的通知(青岛市)
 2012-05-17 11:07 UTC 

International Order
 2012-05-16 12:53 UTC 

[REVIEW][PATCH 0/43] Completing the user namespace
 2012-05-13 23:35 UTC  (56+ messages)
` [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 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 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 21/43] userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
    ` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
  ` Please include user-namespace.git in linux-next

Digital Photo Editing Services - Photo Cutout - Photo Retouching
 2012-05-12 11:52 UTC 

Mail delivery failed: returning message to sender
 2012-05-12  3:27 UTC 

failure notice
 2012-05-11 17:30 UTC 

Undelivered Mail Returned to Sender
 2012-05-11  0:09 UTC 

About cgroup memory limits
 2012-05-10 21:38 UTC 

DELIVERY FAILURE: User e096f658 (e096f658-K03YZeKAAS1UgOyQZvm8Rg@public.gmane.org) not listed in Domino Directory
 2012-05-10 21:10 UTC 

Undelivered Mail Returned to Sender
 2012-05-10 19:08 UTC 

NOTICE: mail delivery status
 2012-05-10 18:55 UTC 

Undelivered Mail Returned to Sender
 2012-05-10 15:05 UTC 

failure notice
 2012-05-10 13:07 UTC 

Undeliverable: Re: prezzo
 2012-05-10  7:45 UTC 

Undelivered Mail Returned to Sender
 2012-05-10  2:09 UTC 

Undelivered Mail Returned to Sender
 2012-05-10  0:15 UTC 

WARNING: delayed mail
 2012-05-09 21:51 UTC 

Undelivered Mail Returned to Sender
 2012-05-09 19:57 UTC 

Undelivered Mail Returned to Sender
 2012-05-09  8:39 UTC 

Undelivered Mail Returned to Sender
 2012-05-03  1:08 UTC 

[PATCHSET] block: implement per-blkg request allocation
 2012-05-02  4:55 UTC  (33+ messages)
  ` [PATCH 01/11] blkcg: fix blkg_alloc() failure path
  ` [PATCH 02/11] blkcg: __blkg_lookup_create() doesn't have to fail on radix tree preload failure
      ` [PATCH UPDATED 02/11] blkcg: __blkg_lookup_create() doesn't need radix preload
  ` [PATCH 03/11] blkcg: make root blkcg allocation use %GFP_KERNEL
      ` [PATCH UPDATED "
  ` [PATCH 04/11] mempool: add @gfp_mask to mempool_create_node()
  ` [PATCH 05/11] block: drop custom queue draining used by scsi_transport_{iscsi|fc}
  ` [PATCH 06/11] block: refactor get_request[_wait]()
  ` [PATCH 07/11] block: allocate io_context upfront
  ` [PATCH 08/11] blkcg: inline bio_blkcg() and friends
  ` [PATCH 09/11] block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv
  ` [PATCH 10/11] block: prepare for multiple request_lists
  ` [PATCH 11/11] blkcg: implement per-blkg request allocation

(青岛市)关于举办2012年企业自主创新专项资金申报与产业发展专题研讨班的通知
 2012-05-01 10:42 UTC 

The New Loclville - A hyper-local shout out!
 2012-04-30 15:08 UTC 

Digital Photo Editing Services - Photo Cutout
 2012-04-29 15:55 UTC 

[PATCHSET] block: per-queue policy activation, take#2
 2012-04-25 18:19 UTC  (11+ messages)
` [PATCH 07/11] blkcg: make request_queue bypassing on allocation

[RFC] writeback and cgroup
 2012-04-25 15:47 UTC  (37+ messages)
          ` [Lsf] "

Integrated IO controller for buffered+direct writes
 2012-04-23  8:28 UTC  (2+ messages)

[PATCH 1/4] block: collapse blk_alloc_request() into get_request()
 2012-04-20 17:26 UTC  (6+ messages)
  ` [PATCH 2/4] block: fix elvpriv allocation failure handling
  ` [PATCH 3/4] blkcg: fix blkcg->css ref leak in __blkg_lookup_create()
  ` [PATCH 4/4] blkcg: use radix tree to index blkgs from blkcg
  ` [PATCHSET] block: fixes for long standing issues

[PATCHSET] block: cosmetic updates to blkcg API
 2012-04-20  8:10 UTC  (2+ messages)

[PATCHSET] block: fixes for long standing issues
 2012-04-19 23:29 UTC 

Integrated IO controller for buffered+direct writes
 2012-04-19  5:28 UTC 

[RFD] Merge task counter into memcg
 2012-04-19  3:34 UTC  (8+ messages)

Checking memory limit inside a container
 2012-04-19  1:24 UTC  (2+ messages)

[RFD] Merge task counter into memcg
 2012-04-18 11:00 UTC  (10+ messages)


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