Linux Container Development
 help / color / mirror / Atom feed
 messages from 2010-07-09 03:57:57 to 2010-08-03 23:11:35 UTC [more...]

[PATCH 01/16][cr][v3]: Add uid, euid params to f_modown()
 2010-08-03 23:11 UTC  (14+ messages)
  ` [PATCH 02/16][cr][v3]: Add uid, euid params to __f_setown()
  ` [PATCH 03/16][cr][v3]: Checkpoint file-owner information
  ` [PATCH 04/16][cr][v3]: Restore file_owner info
  ` [PATCH 05/16][cr][v3]: Move file_lock macros into linux/fs.h
  ` [PATCH 06/16][cr][v3]: Checkpoint file-locks
  ` [PATCH 07/16][cr][v3]: Define flock_set()
  ` [PATCH 08/16][cr][v3]: Define flock64_set()
  ` [PATCH 09/16][cr][v3]: Restore file-locks
  ` [PATCH 10/16][cr][v3]: Initialize ->fl_break_time to 0
  ` [PATCH 11/16][cr][v3]: Add ->fl_type_prev field
  ` [PATCH 12/16][cr][v3]: Add ->fl_break_notified field
  ` [PATCH 13/16][cr][v3]: Add jiffies_begin field to ckpt_ctx
  ` [PATCH 14/16][cr][v3]: Checkpoint file-leases

[PATCH 00/16][cr][v3]: C/R file owner, locks, leases
 2010-08-03 23:11 UTC 

[PATCH v4 1/2] cgroups: read-write lock CLONE_THREAD forking per threadgroup
 2010-08-03 19:58 UTC  (3+ messages)
  ` [PATCH v4 2/2] cgroups: make procs file writable
  ` [PATCH v4 0/2] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs

[PATCH] Documentation: cgroups/cpuacct.txt: Fix command example in cpuacct.txt
 2010-08-03 16:15 UTC 

[PATCH 2/3] cgroup : make the mount options parsing more accurate
 2010-08-03  8:31 UTC  (11+ messages)
  ` [PATCH 3/3] cgroup : remove the ns_cgroup
  ` [PATCH 1/3] cgroup : add clone_children control file
        ` Remaining work for userns (WAS Re: [PATCH 3/3] cgroup : remove the ns_cgroup)
            ` Remaining work for userns

[PATCH 1/2] c/r: compute hrtimer remaining time relative to ktime_begin
 2010-08-03  6:40 UTC  (2+ messages)

[PATCH 2/2] c/r: refuse checkpoint of restarting tasks
 2010-08-02 21:55 UTC 

iPhone/iPad Application Development - BlackBerry/Android Application Development
 2010-08-02 19:43 UTC 

[Bugme-new] [Bug 16417] New: Slow context switches with SMP and CONFIG_FAIR_GROUP_SCHED
 2010-08-02 10:52 UTC  (3+ messages)

S. How all such discord may be removed, how the chords of t
 2010-08-01 11:39 UTC 

ERP & CRM solutions - Customer Relationship Management
 2010-07-31 18:33 UTC 

iPhone/iPad Application Development - Android/BlackBerry Application Development
 2010-07-31 11:35 UTC 

[RFC][PATCH 2/3][cr][v2]: Checkpoint/restart file leases
 2010-07-31  4:52 UTC  (7+ messages)

[PATCH v4 0/2] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
 2010-07-30 23:56 UTC 

AF_UNIX fixes (v2)
 2010-07-30 19:10 UTC  (4+ messages)
  ` [PATCH 1/2] Fix net buffer logic (v2)
  ` [PATCH 2/2] Fix restoring unlinked UNIX sockets

user-cr thread safety
 2010-07-30 18:57 UTC  (10+ messages)
` [PATCH 1/4] restart: check for overflow when counting (nested) vpids
` [PATCH 2/4] restart thread safety: remove malloc from ckpt_fork_child
` [PATCH 3/4] restart thread safety: remove malloc from genstack
` [PATCH 4/4] restart thread-safety: avoid malloc in ckpt_msg()

[PATCH] Add support for the per-task sem_undo list
 2010-07-30 18:42 UTC  (2+ messages)

[FS/MM TOPIC] Support for checkpoint/restart in fs/mm
 2010-07-29 23:28 UTC 

[PATCH 1/3] cgroup : add clone_children control file
 2010-07-29 19:56 UTC 

[PATCH 4/9][cr][v2]: Restore file_owner info
 2010-07-29 19:00 UTC  (7+ messages)
      ` [PATCH 6/9][cr][v2]: Checkpoint file-locks

pid namespace isolation broken with powertop
 2010-07-29 17:40 UTC  (4+ messages)

MICROSOFT WINDOWS 7 - FREE version
 2010-07-29  9:25 UTC 

[RFC] [PATCH v3 1/2] cgroups: read-write lock CLONE_THREAD forking per threadgroup
 2010-07-28 15:41 UTC  (4+ messages)

AF_UNIX fixes
 2010-07-27 19:56 UTC  (5+ messages)
  ` [PATCH 1/2] Fix net buffer logic
  ` [PATCH 2/2] Fix restoring unlinked UNIX sockets

delivery failed
 2010-07-27  8:06 UTC 

delivery failed
 2010-07-27  8:06 UTC 

[PATCH] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
 2010-07-26 22:17 UTC  (34+ messages)

multi-threaded app fails to restart
 2010-07-26 18:18 UTC  (15+ messages)

[PATCH] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
 2010-07-22 18:26 UTC 

[PATCH 00/11][v15]: Implement eclone() system call
 2010-07-21 19:51 UTC  (11+ messages)
` [PATCH 11/11][v15]: Document sys_eclone

[PATCH] Fix potential restart failure on uninitialized sockets
 2010-07-20 16:10 UTC  (4+ messages)

[PATCH 0/8] checkpoint: improve handling of pending signals
 2010-07-20  3:00 UTC  (14+ messages)
  ` [PATCH 1/8] checkpoint: model ckpt_siginfo on signalfd_siginfo
  ` [PATCH 2/8] checkpoint: add const qualifiers to siginfo handlers
  ` [PATCH 3/8] checkpoint: clean up pending posix timer signal handling
  ` [PATCH 4/8] checkpoint: clean up __SI_POLL siginfo save/restore
  ` [PATCH 5/8] checkpoint: clean up __SI_FAULT "
  ` [PATCH 6/8] checkpoint: clean up __SI_CHLD "
  ` [PATCH 7/8] checkpoint: __SI_KILL does not use si_ptr
  ` [PATCH 8/8] checkpoint: handle siginfo->si_code < 0
  ` [PATCH 9/8] restore_sigpending: fix reversed list_add_tail arguments

[PATCH] Checkpoint and restore task->fs->umask
 2010-07-20  2:46 UTC  (3+ messages)

[PATCH] checkpoint: handle sigaltstack
 2010-07-20  2:29 UTC  (3+ messages)

PHYS type lxc not working
 2010-07-19 10:20 UTC  (4+ messages)
        ` [Lxc-users] "

oww 90ef
 2010-07-17  0:51 UTC 

[PATCH 0/1] pid_ns: move pid_ns_release_proc() from proc_flush_task() to zap_pid_ns_processes()
 2010-07-14 21:35 UTC  (23+ messages)
` [RESEND PATCH] pid_ns: Fix proc_flush_task() accessing freed proc_mnt
                ` [RFC][PATCH 1/2] pidns: Add a flag to indicate a pid namespace is dead
                  ` [RFC][PATCH 2/2] pidns: Remove proc flush races when a pid namespaces are exiting
                          ` [PATCH 01/24] pidns: Remove races by stopping the caching of proc_mnt
                              ` [PATCH] pidns: Fix wait for zombies to be reaped in zap_pid_ns_processes

MAIL SYSTEM ERROR - RETURNED MAIL
 2010-07-14 10:05 UTC 

MAIL SYSTEM ERROR - RETURNED MAIL
 2010-07-14 10:05 UTC 

[PATCH -V16 07/12] vfs: Support null pathname in linkat
 2010-07-13  5:47 UTC 

Containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org
 2010-07-12  8:30 UTC 

nxxu 0e
 2010-07-12  2:27 UTC 

[PATCH 1/2] c/r: fix task tree traversal for threads
 2010-07-12  2:05 UTC  (2+ messages)
  ` [PATCH 2/2] c/r: [x86] save/restore 'sysenter_return' "

[patch] cgroups: save space for the terminator
 2010-07-12  0:23 UTC  (2+ messages)

CPU and Memory Quota for LXC
 2010-07-10 11:33 UTC  (2+ messages)

[patch] cgroups: save space for the terminator
 2010-07-10 10:54 UTC 

Don’t Miss the Saturday Call about Business Credit
 2010-07-09 14:16 UTC 

Don’t Miss the Saturday Call about Business Credit
 2010-07-09 14:16 UTC 


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