Linux Container Development
 help / color / mirror / Atom feed
 messages from 2007-07-31 08:15:34 to 2007-08-08 14:50:27 UTC [more...]

[PATCH 0/25] Sysfs cleanups & tagged directory support
 2007-08-08 14:50 UTC  (60+ messages)
      ` [PATCH 01/25] sysfs: Move all of inode initialization into sysfs_init_inode
          ` [PATCH 02/25] sysfs: Remove sysfs_instantiate
              ` [PATCH 03/25] sysfs: Use kill_anon_super
                  ` [PATCH 04/25] sysfs: Make sysfs_mount static
                      ` [PATCH 05/25] sysfs: In sysfs_lookup don't open code sysfs_find_dirent
                          ` [PATCH 06/25] sysfs: Simplify readdir
                              ` [PATCH 07/25] sysfs: Rewrite sysfs_drop_dentry
                                  ` [PATCH 08/25] sysfs: Implement __sysfs_get_dentry
                                      ` [PATCH 09/25] sysfs: Move sysfs_get_dentry below __sysfs_get_dentry
                                          ` [PATCH 10/25] sysfs: Rewrite sysfs_get_dentry in terms of __sysfs_get_dentry
                                              ` [PATCH 11/25] sysfs: Remove s_dentry
                                                  ` [PATCH 12/25] sysfs: Introduce sysfs_rename_mutex
                                                      ` [PATCH 13/25] sysfs: Simply sysfs_get_dentry
                                                          ` [PATCH 14/25] sysfs: Don't use lookup_one_len_kern
                                                              ` [PATCH 15/25] vfs: Remove lookup_one_len_kern
                                                                  ` [PATCH 16/25] sysfs: Support for preventing unmounts
                                                                      ` [PATCH 17/25] sysfs: Rewrite rename in terms of sysfs dirents
                                                                          ` [PATCH 18/25] sysfs: Rewrite sysfs_move_dir "
                                                                              ` [PATCH 19/25] sysfs: sysfs_get_dentry add a sb parameter
                                                                                  ` [PATCH 20/25] sysfs: Rename Support multiple superblocks
                                                                                      ` [PATCH 21/25] sysfs: sysfs_chmod_file handle "
                                                                                          ` [PATCH 22/25] sysfs: sysfs_uptdate_file "
                                                                                              ` [PATCH 23/25] sysfs: Implement sysfs tagged directory support
                                                                                                  ` [PATCH 24/25] sysfs: Implement sysfs_delete_link and sysfs_rename_link
                                                                                                      ` [PATCH 25/25] driver core: Implement tagged directory support for device classes

netns34
 2007-08-08 11:16 UTC  (3+ messages)

[-mm PATCH 0/9] Memory controller introduction (v4)
 2007-08-08  7:51 UTC  (3+ messages)

[PATCH 14/20] Allow cloning of new namespace
 2007-08-08  7:29 UTC  (3+ messages)

Fw: Re: [PATCH] Fix capability.c to work with threaded init
 2007-08-08  7:16 UTC  (2+ messages)

[-mm PATCH 6/9] Memory controller add per container LRU and reclaim (v4)
 2007-08-07 18:30 UTC  (4+ messages)

82156
 2007-08-07 12:32 UTC 

[PATCH 20/20] Remove the struct pid unneeded fields
 2007-08-07  9:30 UTC 

[PATCH 19/20] Changes to show virtual ids to user
 2007-08-07  9:30 UTC 

[PATCH 18/20] Destroy pid namespace on init's death
 2007-08-07  9:30 UTC 

[PATCH 17/20] Create a slab-cache for 'struct pid_namespace'
 2007-08-07  9:30 UTC 

[PATCH 16/20] Initialize the namespace's proc_mnt
 2007-08-07  9:30 UTC 

[PATCH 15/20] Make proc_flush_task() actually from entries from multiple namespaces
 2007-08-07  9:30 UTC 

[PATCH 13/20] Miscelaneous preparations for pid namespaces
 2007-08-07  9:30 UTC 

[PATCH 12/20] Make proc hav emultiple superblocks - one for each namespace
 2007-08-07  9:29 UTC 

[PATCH 11/20] Move alloc_pid() lower in copy_process()
 2007-08-07  9:29 UTC 

[PATCH 10/20] Helpers to find the task by its numerical ids
 2007-08-07  9:29 UTC 

[PATCH 9/20] Helpers to obtain pid numbers
 2007-08-07  9:29 UTC 

[PATCH 8/20] Make alloc_pid(), free_pid() and put_pid() work with struct upid
 2007-08-07  9:29 UTC 

[PATCH 7/20] Add support for pid namespaces hierarchy
 2007-08-07  9:29 UTC 

[PATCH 6/20] Introduce struct upid
 2007-08-07  9:29 UTC 

[PATCH 5/20] Prepare proc_flust_task() to flush entries from multiple proc trees
 2007-08-07  9:29 UTC 

[PATCH 4/20] Introduce MS_KERNMOUNT flag
 2007-08-07  9:29 UTC 

[PATCH 3/20] Move checking for init's death in do_exit()
 2007-08-07  9:29 UTC 

[PATCH 2/20] Move exit_task_namespaces()
 2007-08-07  9:29 UTC 

[PATCH 1/20] Reowrk forget_original_parent()
 2007-08-07  9:29 UTC 

[PATCH 0/20] Pid namespaces (release candidate)
 2007-08-07  9:28 UTC 

lists of medical professionals
 2007-08-07  9:02 UTC 

[RFC, PATCH] handle the multi-threaded init's exit() properly
 2007-08-07  7:32 UTC  (8+ messages)

[PATCH 1/4] sysfs: Remove first pass at shadow directory support
 2007-08-06 15:06 UTC  (63+ messages)
          ` [PATCH 2/4] sysfs: Implement sysfs manged "
                                                  ` [PATCH 0/14] sysfs cleanups
                                                      ` [PATCH 01/14] sysfs: Remove first pass at shadow directory support
                                                          ` [PATCH 02/14] sysfs: In sysfs_lookup protect s_parent with sysfs_mutex
                                                              ` [PATCH 03/14] sysfs: Move all of inode initialization into sysfs_init_inode
                                                                  ` [PATCH 04/14] sysfs: Remove unnecessary variable found from sysfs_lookup
                                                                      ` [PATCH 05/14] sysfs: Remove sysfs_instantiate
                                                                          ` [PATCH 06/14] sysfs: Rewrite sysfs_get_dentry
                                                                              ` [PATCH 07/14] vfs: Remove lookup_one_len_kern
                                                                                  ` [PATCH 08/14] sysfs: Perform renames under sysfs_mutex
                                                                                      ` [PATCH 09/14] sysfs: Move all of sysfs_move_dir "
                                                                                          ` [PATCH 10/14] sysfs: Rework sysfs_drop_dentry
                                                                                              ` [PATCH 11/14] sysfs: Remove s_dentry form sysfs_dirent
                                                                                                  ` [PATCH 12/14] sysfs: Make sysfs_mount static
                                                                                                      ` [PATCH 13/14] sysfs: Simplify readdir
                                                                                                          ` [PATCH 14/14] sysfs: In sysfs_lookup don't open code sysfs_find_dirent

[RFC][PATCH 0/15] Pid namespaces
 2007-08-06 13:57 UTC  (51+ messages)
` [PATCH 1/15] Move exit_task_namespaces()
` [PATCH 11/15] Signal semantics
` [PATCH 14/15] Destroy pid namespace on init's death
` [PATCH 15/15] Hooks over the code to show correct values to user

438410
 2007-08-06 10:48 UTC 

Msg me asap
 2007-08-06  3:28 UTC 

Traders Daily HOT Report
 2007-08-05  7:44 UTC 

$269 Photoshop Extended
 2007-08-04 10:34 UTC 

POSITION FOR NORTH AMERICA-BASED AGENTS
 2007-08-03 23:31 UTC 

[PATCH] Fix capability.c to work with threaded init
 2007-08-03 20:51 UTC  (4+ messages)

CAPWIP's 8th MGGR Training, 12-19 November 2007, Manila, Philippines
 2007-08-03 11:52 UTC 

e-mail
 2007-08-01 17:01 UTC 

e-mail
 2007-08-01 17:01 UTC 

data
 2007-08-01  4:19 UTC 

data
 2007-08-01  4:19 UTC 

Problems with erection?
 2007-08-01  4:14 UTC 

CAPWIP's 8th MGGR Training, 12-19 November 2007, Manila, Philippines
 2007-08-01  3:19 UTC 

Notification
 2007-07-31 23:59 UTC 

[-mm PATCH 4/9] Memory controller memory accounting (v4)
 2007-07-31 12:44 UTC  (3+ messages)


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