Linux Container Development
 help / color / mirror / Atom feed
 messages from 2007-11-27 15:43:56 to 2007-12-03 16:16:59 UTC [more...]

[patch 00/38][IPV6] ipv6 per network namespace
 2007-12-03 16:16 UTC  (24+ messages)
` [patch 01/38][IPV6] net-2.6.25 - make netns cleanup to run in a separate queue
` [patch 02/38][IPV6] Makefile - Activate netns configuration when sysctl is off
` [patch 03/38][IPV6] inet6_addr - isolate inet6 addresses from proc file
` [patch 04/38][IPV6] inet6_addr - check ipv6 address per namespace
` [patch 05/38][IPV6] inet6_addr - make use of the new ipv6_chk_addr function
` [patch 06/38][IPV6] inet6_addr - ipv6_chk_same_addr namespace aware
` [patch 07/38][IPV6] inet6_addr - ipv6_get_ifaddr "
` [patch 08/38][IPV6] inet6_addr - remove ipv6_get_ifaddr wrapper
` [patch 09/38][IPV6] inet6_addr - make ipv6_chk_home_addr namespace aware
` [patch 10/38][IPV6] ip6_fib - make mindless changes
` [patch 11/38][IPV6] ip6_fib - dynamically allocate fib tables
` [patch 12/38][IPV6] ip6_fib - move the fib table to the network namespace
` [patch 13/38][IPV6] ip6_fib - make the fib table per "
` [patch 14/38][IPV6] ip6_fib - make fib6_clean_all per namespace
` [patch 15/38][IPV6] ip6_fib - pass the network namespace parameter to timer callback
` [patch 16/38][IPV6] ip6_fib - make ip6 fib gc timer mindless changes
` [patch 17/38][IPV6] ip6_fib - dynamically allocate the ip6 fib gc timer
` [patch 18/38][IPV6] ip6_fib - move the ip6 fib gc timer to the network namespace
` [patch 19/38][IPV6] ip6_fib - make the ip6 fib gc timer handle several network namespaces
` [patch 20/38][IPV6] fib6_rules - make fib_rules per network namespace
` [patch 21/38][IPV6] rt6_stats - make mindless changes for rt6_stats
` [patch 22/38][IPV6] rt6_stats - dynamically allocate the rt6_stats
` [patch 23/38][IPV6] rt6_stats - make the rt6_stats relative to the namespace

[PATCH 0/10] sysfs network namespace support
 2007-12-03 15:34 UTC  (45+ messages)
` [PATCH 01/10] sysfs: Make sysfs_mount static again
  ` [PATCH 02/10] sysfs: Support for preventing unmounts
    ` [PATCH 03/10] sysfs: sysfs_get_dentry add a sb parameter
      ` [PATCH 04/10] sysfs: Implement __sysfs_get_dentry
        ` [PATCH 05/10] sysfs: Rename Support multiple superblocks
          ` [PATCH 06/10] sysfs: sysfs_chmod_file handle "
            ` [PATCH 07/10] sysfs: Implement sysfs tagged directory support
              ` [PATCH 08/10] sysfs: Implement sysfs_delete_link and sysfs_rename_link
                ` [PATCH 09/10] driver core: Implement tagged directory support for device classes
                  ` [PATCH 10/10] net: Enable tagging for net_class directories in sysfs
` namespace support requires network modules to say "GPL"

[PATCH 1/2] namespaces: introduce sys_hijack (v10)
 2007-12-03 14:50 UTC  (25+ messages)
    ` [PATCH 2/2] hijack: update task_alloc_security

[RFC][for -mm] memory controller enhancements for reclaiming take2 [0/8] introduction
 2007-12-03 14:24 UTC  (10+ messages)
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [1/8] clean up : remove unused variable
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [2/8] add BUG_ON() in mem_cgroup_zoneinfo
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [3/8] define free_mem_cgroup_per_zone_info
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [4/8] possible race fix in res_counter
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [5/8] throttling simultaneous callers of try_to_free_mem_cgroup_pages
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [6/8] high_low watermark for res_counter
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [7/8] bacground reclaim for memory controller
  ` [RFC][for -mm] memory controller enhancements for reclaiming take2 [8/8] wake up waiters at unchage

[PATCH] memory.swappiness
 2007-12-03  3:25 UTC  (2+ messages)

[PATCH 0/4 net-2.6.15][UNIX] Make unix sysctls per-namespace
 2007-12-01 19:32 UTC  (11+ messages)
` [PATCH 1/4 net-2.6.25][UNIX] Extend unix_sysctl_(un)register prototypes
` [PATCH 2/4 net-2.6.25][UNIX] Move the sysctl_unix_max_dgram_qlen on struct net
` [PATCH 3/4 net-2.6.25][UNIX] Use ctl paths to register unix ctl tables
` [PATCH 4/4 net-2.6.25][UNIX] Make the unix sysctl tables per-namespace
` [PATCH 4/4 (resent) "

[RFC][ only for review ] memory controller bacground reclaim [0/5]
 2007-12-01 17:16 UTC  (31+ messages)
  ` [RFC][ only for review ] memory controller bacground reclaim [1/5] spinlock fix in res_counter modification
  ` [RFC][ only for review ] memory controller bacground reclaim [2/5] set/get ops for res_counter
  ` [RFC][ only for review ] memory controller bacground reclaim [3/5] high/low watermark support in res_counter
  ` [RFC][ only for review ] memory controller bacground reclaim [4/5] high/low watermark for memory controller
  ` [RFC][ only for review ] memory controller bacground reclaim [5/5]
  ` [RFC][ only for review ] memory controller bacground reclaim [0/5] (Does anyone have an idea about throttling ?)

[PATCH] sched: cpu accounting controller
 2007-12-01  9:51 UTC  (15+ messages)
                  ` [PATCH] sched: cpu accounting controller (V2)

[PATCH 0/3] Sysctl shadow management
 2007-12-01  0:01 UTC  (12+ messages)
` [PATCH 0/4] Sysctl namespace support
    ` [PATCH 1/4] sysctl: Add register_sysctl_paths function
      ` [PATCH 2/4] sysctl: Remember the ctl_table we passed to register_sysctl_paths
        ` [PATCH 3/4] sysctl: Infrastructure for per namespace sysctls
          ` [PATCH 4/4] net: Implement the per network namespace sysctl infrastructure

Coyote Popup Display System Special
 2007-11-30 15:22 UTC 

[patch -mm 1/4] mqueue namespace : add struct mq_namespace
 2007-11-29 21:49 UTC  (14+ messages)
` [patch -mm 2/4] mqueue namespace : add unshare support
` [patch -mm 3/4] mqueue namespace : enable the mqueue namespace
` [patch -mm 4/4] mqueue namespace: adapt sysctl
  ` [patch -mm 0/4] mqueue namespace

[PATCH][for -mm] per-zone and reclaim enhancements for memory controller take 3 [0/10] introduction
 2007-11-29  3:42 UTC  (11+ messages)
` [PATCH][for -mm] per-zone and reclaim enhancements for memory controller take 3 [3/10] per-zone active inactive counter

[patch -mm 0/4] mqueue namespace
 2007-11-28 16:37 UTC 

[PATCH 2/2] hijack: update task_alloc_security
 2007-11-27 17:05 UTC 

[PATCH] utsns: Restore proper namespace handling
 2007-11-27 16:28 UTC  (4+ messages)

[PATCH 2/2] hijack: update task_alloc_security
 2007-11-27 15:50 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