Linux Container Development
 help / color / mirror / Atom feed
 messages from 2008-09-05 12:00:17 to 2008-09-12 17:51:35 UTC [more...]

[PATCH 0/10][v4]: Enable multiple devpts instances
 2008-09-12 17:51 UTC  (4+ messages)
  ` [PATCH 01/10] Remove devpts_root global
  ` [PATCH 02/10] Per-mount allocated_ptys
  ` [PATCH 03/10] Per-mount 'config' object

[RFC v4][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart
 2008-09-12 16:57 UTC  (42+ messages)
  ` [RFC v4][PATCH 2/9] General infrastructure for checkpoint restart
  ` [RFC v4][PATCH 3/9] x86 support for checkpoint/restart
  ` [RFC v4][PATCH 4/9] Memory management (dump)
  ` [RFC v4][PATCH 5/9] Memory managemnet (restore)
  ` [RFC v4][PATCH 6/9] Checkpoint/restart: initial documentation
  ` [RFC v4][PATCH 7/9] Infrastructure for shared objects
  ` [RFC v4][PATCH 8/9] File descriprtors (dump)
  ` [RFC v4][PATCH 9/9] File descriprtors (restore)
  ` [RFC v4][PATCH 0/9] Kernel based checkpoint/restart`
        ` Cleanups for [PATCH 4/9] Memory management (dump)

[RFC v3][PATCH 4/9] Memory management (dump)
 2008-09-12 16:34 UTC  (15+ messages)
    ` [RFC v3][PATCH 5/9] Memory managemnet (restore)
            ` Cleanups for: [PATCH "
  ` [RFC v3][PATCH 8/9] File descriprtors (dump)
      ` [Devel] Re: [RFC v3][PATCH 1/9] Create syscalls: sys_checkpoint, sys_restart

[RFC] [PATCH -mm 2/2] use collected memory cgroup statistics for page writeback
 2008-09-12 15:09 UTC 

[RFC] [PATCH -mm 1/2] memcg dirty_ratio and additional page statistics
 2008-09-12 15:09 UTC 

[RFC] [PATCH -mm 0/2] memcg: per cgroup dirty_ratio
 2008-09-12 15:09 UTC 

[PATCH] memory.min_usage
 2008-09-12  9:46 UTC  (5+ messages)
  ` [PATCH][RFC] memory.min_usage again

[PATCH 11/15] sysfs: Implement sysfs_delete_link and sysfs_rename_link
 2008-09-12  6:32 UTC  (11+ messages)
` [PATCH 12/15] driver core: Implement tagged directory support for device classes

ptem01 LTP failure in ttydev-0909
 2008-09-11 20:11 UTC 

[PATCH] igmp: make /proc/net/{igmp,mcfilter} per netns
 2008-09-11 19:59 UTC 

[PATCH] igmp: make /proc/net/{igmp,mcfilter} per netns
 2008-09-11 17:15 UTC 

sysfs question
 2008-09-11 16:40 UTC  (7+ messages)

[RFC][PATCH] sunrpc: fix oops in rpc_create() when the mount namespace is unshared
 2008-09-11 16:39 UTC  (22+ messages)

培训管理体系建立与需求量化
 2008-09-10 23:12 UTC 

采购必备的法律知识和合同管理
 2008-09-10 11:45 UTC 

[RFC][PATCH -mm] blktrace: adds ioprio to blktrace
 2008-09-10  9:21 UTC 

[RFC] [PATCH -mm] cgroup: limit the amount of dirty file pages
 2008-09-10  7:26 UTC  (4+ messages)

[RFC] [PATCH -mm] cgroup: limit the amount of dirty file pages
 2008-09-09 15:38 UTC 

[PATCH 01/33] nf_conntrack_sip: de-static helper pointers
 2008-09-09  7:51 UTC  (55+ messages)
  ` [PATCH 02/33] nf_conntrack_gre: more locking around keymap list
  ` [PATCH 03/33] nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet
  ` [PATCH 04/33] Fix {ip,6}_route_me_harder() in netns
  ` [PATCH 05/33] netns ct: per-netns expectations
  ` [PATCH 06/33] netns ct: per-netns unconfirmed list
  ` [PATCH 07/33] netns ct: pass netns pointer to nf_conntrack_in()
  ` [PATCH 08/33] netns ct: pass netns pointer to L4 protocol's ->error hook
  ` [PATCH 09/33] netns ct: per-netns /proc/net/nf_conntrack, /proc/net/stat/nf_conntrack
  ` [PATCH 10/33] netns ct: per-netns /proc/net/nf_conntrack_expect
  ` [PATCH 11/33] netns ct: per-netns /proc/net/ip_conntrack, /proc/net/stat/ip_conntrack, /proc/net/ip_conntrack_expect
  ` [PATCH 12/33] netns ct: export netns list
  ` [PATCH 13/33] netns ct: unregister helper in every netns
  ` [PATCH 14/33] netns ct: cleanup after L3 and L4 proto unregister "
  ` [PATCH 15/33] netns ct: pass conntrack to nf_conntrack_event_cache() not skb
  ` [PATCH 16/33] netns ct: per-netns event cache
  ` [PATCH 17/33] netns ct: final init_net tweaks
  ` [PATCH 19/33] netns ct: per-netns /proc/net/stat/nf_conntrack, /proc/net/stat/ip_conntrack
  ` [PATCH 20/33] netns ct: per-netns net.netfilter.nf_conntrack_count sysctl
  ` [PATCH 21/33] netns ct: per-netns net.netfilter.nf_conntrack_checksum sysctl
  ` [PATCH 22/33] netns ct: per-netns net.netfilter.nf_conntrack_log_invalid sysctl
  ` [PATCH 24/33] netns ct: SIP conntracking in netns
  ` [PATCH 25/33] netns ct: H323 "
  ` [PATCH 26/33] netns ct: GRE "
  ` [PATCH 27/33] netns ct: PPTP "
  ` [PATCH 28/33] netns nat: fix ipt_MASQUERADE "
  ` [PATCH 29/33] netns nat: per-netns NAT table
  ` [PATCH 30/33] netns nat: per-netns bysource hash
  ` [PATCH 31/33] netns ct: fixup DNAT in netns
  ` [PATCH 32/33] netns nat: PPTP NAT "
  ` [PATCH 33/33] Enable netfilter "

[RFC v4][PATCH 0/9] Kernel based checkpoint/restart`
 2008-09-09  7:42 UTC 

Windows Server 2008
 2008-09-09  5:35 UTC 

[PATCH 2/2] netns bridge: cleanup bridges during netns stop
 2008-09-08 23:20 UTC  (4+ messages)

[PATCH 1/2] netns bridge: allow bridges in netns!
 2008-09-08 23:20 UTC  (2+ messages)

Re: [PATCH] cgroup(fix critical bug): new handling for tasks file
 2008-09-08 22:05 UTC  (4+ messages)
                `  "

[PATCH 06/15] Introduce sysfs_sd_setattr and fix sysfs_chmod
 2008-09-08 18:39 UTC  (11+ messages)
` [PATCH 09/15] sysfs: Implement sysfs tagged directory support
  ` [PATCH 0/8] sysfs namespace support
    ` [PATCH 1/8] sysfs: Implement sysfs tagged directory support

[PATCH] igmp: make /proc/net/{igmp,mcfilter} per netns
 2008-09-08 18:17 UTC 

RFC: Attaching threads to cgroups is OK?
 2008-09-08 12:47 UTC  (7+ messages)

[PATCH] igmp: make /proc/net/{igmp,mcfilter} per netns
 2008-09-08  9:35 UTC 

制造型企业车间管理能力提升训练
 2008-09-08  5:03 UTC 

[PATCH] igmp: allow IPPROTO_IGMP sockets in netns
 2008-09-08  1:29 UTC 

[PATCH] igmp: make /proc/net/{igmp,mcfilter} per netns
 2008-09-08  1:28 UTC 

[PATCH 0/11][v3]: Enable multiple mounts of devpts
 2008-09-06 21:45 UTC  (15+ messages)
` [PATCH 11/11][v3]: Enable multiple instances "

[RFC][PATCH -mm 0/5] cgroup: block device i/o controller (v9)
 2008-09-05 17:38 UTC  (4+ messages)

[PATCH 20/38] netns ct: NOTRACK in netns
 2008-09-05 13:10 UTC  (3+ messages)

Write Error: No space left on device
 2008-09-05 13:00 UTC  (2+ messages)


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