Linux Container Development
 help / color / mirror / Atom feed
 messages from 2007-11-29 09:52:28 to 2007-12-04 16:32:05 UTC [more...]

[RFC][for -mm] memory controller enhancements for reclaiming take2 [0/8] introduction
 2007-12-04 16:32 UTC  (20+ 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 0/10] sysfs network namespace support
 2007-12-04 15:19 UTC  (51+ 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 4/4] netns: prevent usage of flowi with not initialized fl_net in routing
 2007-12-04 14:38 UTC  (2+ messages)

[PATCH 1/4] netns: Tag the network flow with the network namespace it is in (v2)
 2007-12-04 14:26 UTC  (2+ messages)

[PATCH] memory.min_usage
 2007-12-04 13:30 UTC  (11+ messages)
                      ` [PATCH] memory.min_usage (seqlock for res_counter)
  ` [Devel] [PATCH] memory.min_usage

[PATCH 3/4] netns: Initialize fl_net in structures allocated with dst_alloc
 2007-12-04  9:55 UTC 

[PATCH 2/4] netns: Initialize every fl_net member in struct flowi
 2007-12-04  9:54 UTC 

[PATCH 0/4] netns: basic infrastructure for routing in the network namespace
 2007-12-04  9:50 UTC 

[PATCH 2.6.25] net: netns compilation speedup
 2007-12-04  9:16 UTC  (2+ messages)

Receive a real time experience of gambling without visiting a real casino!
 2007-12-04  7:30 UTC 

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

[patch 00/38] ipv6 per network namespace - intro
 2007-12-03 16:54 UTC 

[patch 00/38][IPV6] ipv6 per network namespace
 2007-12-03 16:17 UTC  (39+ 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 24/38][IPV6] rt6_stats - make rt6_stats per namespace
` [patch 25/38][IPV6] route6 - create route6 proc files for the namespace
` [patch 26/38][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
` [patch 27/38][IPV6] route6 - Make proc entry /proc/net/rt6_stats per namespace
` [patch 28/38][IPV6] route6 - Pass network namespace to rt6_add_route_info and rt6_get_route_info
` [patch 29/38][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers
` [patch 30/38][IPV6] route6 - make route6 per namespace
` [patch 31/38][IPV6] rt6_info - make rt6_info accessed as a pointer
` [patch 32/38][IPV6] rt6_info - dynamically allocate rt6_info
` [patch 33/38][IPV6] rt6_info - move rt6_info structure inside the namespace
` [patch 34/38][IPV6] addrconf - Pass the proper network namespace parameters to addrconf
` [patch 35/38][IPV6] addrconf - Add a network namespace parameter to addrconf_forward_change
` [patch 36/38][IPV6] addrconf - make addrconf per namespace
` [patch 37/38][IPV6] ndisc - dynamically allocate default neigh_parms for ndisc
` [patch 38/38][IPV6] ndisc - make ndisc handle multiple network namespaces

[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  (15+ messages)
` [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 0/4] mqueue namespace
 2007-11-29 21:49 UTC  (10+ messages)
  ` [patch -mm 2/4] mqueue namespace : add unshare support


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