Linux Container Development
 help / color / mirror / Atom feed
 messages from 2011-03-18 14:29:50 to 2011-05-07 14:09:34 UTC [more...]

[PATCH 0/7] Network namespace manipulation with file descriptors
 2011-05-07 14:09 UTC  (14+ messages)
` [PATCH 1/7] ns: proc files for namespace naming policy
  ` [PATCH 3/7] ns proc: Add support for the network namespace
  ` [PATCH 4/7] ns proc: Add support for the uts namespace
  ` [PATCH 5/7] ns proc: Add support for the ipc namespace
    ` [PATCH 2/7] ns: Introduce the setns syscall
    ` [PATCH 6/7] net: Allow setting the network namespace by fd
  ` [PATCH 7/7] ns: Wire up the setns system call

[PATCH 1/1] templates: don't put devpts in $confdir/container/fstab
 2011-05-06 23:36 UTC  (2+ messages)

failure notice
 2011-05-06 18:36 UTC 

memcg: fix fatal livelock in kswapd
 2011-05-05 21:00 UTC  (8+ messages)

[C/R PATCH] reject checkpoint of fd subject to F_SETSIG
 2011-05-04  4:53 UTC  (7+ messages)

Bridges and network unsharing
 2011-05-02 16:57 UTC 

Containers and threads
 2011-05-02 16:55 UTC  (2+ messages)

izvp
 2011-04-30  5:03 UTC 

CLONE_NEWNET + unix domain sockets
 2011-04-28 20:03 UTC  (6+ messages)

Undeliverable Mail
 2011-04-26  9:20 UTC 

c/r failure
 2011-04-25 15:12 UTC  (6+ messages)

linux-cr: ckpt-v23-rc2 pushed
 2011-04-24  9:34 UTC  (9+ messages)

Out of Office: I live in Russia
 2011-04-22 20:27 UTC 

&^%發#@票tel/136-51424-009刘/生
 2011-04-21 16:07 UTC 

[PATCH] c/r: Initialize msg_msg security pointer at restart
 2011-04-17  0:51 UTC  (5+ messages)

Ero-empowers
 2011-04-16 21:01 UTC 

[PATCH v8 3/3] cgroups: make procs file writable
 2011-04-13  2:07 UTC  (17+ messages)
              ` [PATCH v8.5 "
        ` [PATCH v8 4/3] cgroups: use flex_array in attach_proc
          ` [PATCH v8.5 "
  ` [PATCH v8.75 0/4] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
    ` [PATCH v8.75 1/4] cgroups: read-write lock CLONE_THREAD forking per threadgroup
    ` [PATCH v8.75 2/4] cgroups: add per-thread subsystem callbacks
    ` [PATCH v8.75 3/4] cgroups: make procs file writable
    ` [PATCH v8.75 4/4] cgroups: use flex_array in attach_proc

[RFC] tracing: Adding cgroup aware tracing functionality
 2011-04-12 21:38 UTC  (19+ messages)

[PATCH 3/3] Compare namespaces when comparing addresses in auth_unix cache
 2011-04-11 17:45 UTC  (6+ messages)

Does Linux-CR+LXC support FUSE
 2011-04-10 16:18 UTC  (3+ messages)

opt-in data for sale: businesses, professionals, medical etc
 2011-04-09 23:50 UTC 

[PATCH 1/3] Add network context to struct nfs_client and make NFSv3 use it
 2011-04-08 13:29 UTC  (2+ messages)

OOM and Cgroups. How Cgroups could help OOM Killer do its job better
 2011-04-07  0:36 UTC 

[RFC] tracing: Adding cgroup aware tracing functionality
 2011-04-06 18:50 UTC 

[PATCH 2/3] Supply network namespace to rpcbind
 2011-04-06 11:48 UTC  (3+ messages)

[PATCH v3, RESEND 00/16] make rpc_pipefs be mountable multiple time
 2011-04-06  0:55 UTC 

[RFC 00/10] container-based checkpoint/restart prototype
 2011-04-05 19:18 UTC  (29+ messages)
` [PATCH 01/10] Make exec_mmap extern
    ` [PATCH 03/10] Introduce has_locks_with_owner() helper
    ` [PATCH 04/10] Introduce vfs_fcntl() helper
    ` [PATCH 05/10] Core checkpoint/restart support code

c/r support on FUSE filesystems
 2011-04-04  4:38 UTC  (6+ messages)

[PATCH 1/3] memcg: mark init_section_page_cgroup() properly
 2011-04-01  1:18 UTC  (11+ messages)
    ` [PATCH 2/3] memcg: fix off-by-one when calculating swap cgroup map length
    ` [PATCH 3/3] memcg: move page-freeing code outside of lock

[PATCH 3/3] Compare namespaces when comparing addresses in auth_unix cache
 2011-03-31  7:48 UTC 

[PATCH 2/3] Supply network namespace to rpcbind
 2011-03-31  7:47 UTC 

[PATCH 1/3] Add network context to struct nfs_client and make NFSv3 use it
 2011-03-31  7:47 UTC 

[PATCH 0/3] Fix NFSv3 to work with network namespaces
 2011-03-31  7:46 UTC 

2.6.38 containers bug: Infinite loop in /proc/sys/net/ipv6/neigh/neigh/neigh
 2011-03-30 11:27 UTC  (6+ messages)

2.6.38 containers bug: Infinite loop in /proc/sys/net/ipv6/neigh/neigh/neigh
 2011-03-30  8:29 UTC 

[PATCH 00/18] user-cr: Miscellaneous Fixes
 2011-03-30  1:00 UTC  (15+ messages)
` [PATCH 08/18] user-cr: Remove eclone from header extraction
  ` [PATCH 09/18] user-cr: Include arch-dependent enums in ckptinfo_types.c
    ` [PATCH 10/18] user-cr: Avoid redundant definitions
      ` [PATCH 11/18] user-cr: Adapt to eclone syscall numbers from kernel source
        ` [PATCH 12/18] user-cr: Fix nread unitialized case
          ` [PATCH 13/18] user-cr: Handle EINTR and fix EAGAIN
            ` [PATCH 14/18] user-cr: nleft should always be 0 on success
              ` [PATCH 15/18] user-cr: Zero-length reads on zero-length payloads are OK
                ` [PATCH 16/18] user-cr: Return proper success code
                  ` [PATCH 17/18] user-cr: Fix double free
                    ` [PATCH 18/18] [RFC] user-cr: Cleanup __filepos

[PATCH][cr]: Fix ghost task bug
 2011-03-28 15:24 UTC  (15+ messages)

[PATCH] Remove update_freezer_state()
 2011-03-26  2:10 UTC  (2+ messages)

[PATCH] powerpc: Remove remaining debugreg bits from forward port of v22-dev patches
 2011-03-26  2:09 UTC  (2+ messages)

[PATCH 1/2] c/r: Do not crash if socket has no peercred
 2011-03-26  2:08 UTC  (2+ messages)

cr: fix trivial compile error
 2011-03-26  2:08 UTC  (2+ messages)

[user-cr PATCH 1/1] Fix x86-64 syscall numbers
 2011-03-26  2:08 UTC  (2+ messages)

[linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers
 2011-03-26  2:06 UTC  (2+ messages)

[RFC PATCH] Teach auth_unix cache to check network namespace in comparisons
 2011-03-25 17:00 UTC 

[PATCH] NFSv2/3 containerization: add network context to nfs_client
 2011-03-25 16:39 UTC 

Tests for cpusets and cgroup performance measurement
 2011-03-24 21:16 UTC  (4+ messages)

[PATCH] memcg: move page-freeing code out of lock
 2011-03-23 23:37 UTC  (2+ messages)

[PATCH 0/5] blk-throttle: writeback and swap IO control
 2011-03-23 18:48 UTC  (2+ messages)

[PATCH v6 0/9] memcg: per cgroup dirty page accounting
 2011-03-23  9:06 UTC  (16+ messages)

[PATCH 1/2] list.h: add debug version of list_empty
 2011-03-22 10:18 UTC  (3+ messages)

Tests for cpusets and cgroup performance measurement
 2011-03-21 10:42 UTC 


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