Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-04-28 23:23:36 to 2009-05-04 21:41:46 UTC [more...]

[RFC][PATCH 00/36] Add checkpoint file operations
 2009-05-04 21:41 UTC  (38+ messages)
  ` [RFC][PATCH 19/36] qnx4: "
  ` [RFC][PATCH 30/36] omfs: "
  ` [RFC][PATCH 25/36] udf: "
  ` [RFC][PATCH 01/36] affs: "
  ` [RFC][PATCH 29/36] minix: "
  ` [RFC][PATCH 02/36] befs: "
  ` [RFC][PATCH 26/36] xfs: "
  ` [RFC][PATCH 32/36] ramfs: "
  ` [RFC][PATCH 33/36] adfs: "
  ` [RFC][PATCH 31/36] ufs: "
  ` [RFC][PATCH 28/36] read_write.c | 1 +: "
  ` [RFC][PATCH 05/36] cramfs: "
  ` [RFC][PATCH 34/36] exofs: "
  ` [RFC][PATCH 07/36] fat: "
  ` [RFC][PATCH 11/36] hpfs: "
  ` [RFC][PATCH 23/36] sysv: "
  ` [RFC][PATCH 22/36] squashfs: "
  ` [RFC][PATCH 27/36] efs: "
  ` [RFC][PATCH 17/36] ntfs: "
  ` [RFC][PATCH 13/36] isofs: "
  ` [RFC][PATCH 16/36] nfs: "
  ` [RFC][PATCH 08/36] freevxfs: "
  ` [RFC][PATCH 09/36] hfs: "
  ` [RFC][PATCH 35/36] nilfs2: "
  ` [RFC][PATCH 12/36] hppfs: "
  ` [RFC][PATCH 10/36] hfsplus: "
  ` [RFC][PATCH 03/36] bfs: "
  ` [RFC][PATCH 36/36] hostfs: "
  ` [RFC][PATCH 04/36] btrfs: "
  ` [RFC][PATCH 18/36] openpromfs: "
  ` [RFC][PATCH 20/36] reiserfs: "
  ` [RFC][PATCH 14/36] jffs2: "
  ` [RFC][PATCH 15/36] jfs: "
  ` [RFC][PATCH 06/36] ecryptfs: "
  ` [RFC][PATCH 21/36] romfs: "
  ` [RFC][PATCH 24/36] ubifs: "

[RFC v14][PATCH 00/54] Kernel based checkpoint/restart
 2009-05-04 20:13 UTC  (88+ messages)
` [RFC v14][PATCH 04/54] General infrastructure for checkpoint restart
` [RFC v14][PATCH 05/54] x86 support for checkpoint/restart
  ` [RFC v14][PATCH 06/54] Introduce method 'checkpoint' in struct vm_operations_struct
  ` [RFC v14][PATCH 07/54] cr: extend arch_setup_additional_pages()
  ` [RFC v14][PATCH 08/54] Dump memory address space
  ` [RFC v14][PATCH 09/54] Restore "
  ` [RFC v14][PATCH 10/54] Infrastructure for shared objects
  ` [RFC v14][PATCH 11/54] Introduce 'checkpoint' method in 'struct file_operations'
  ` [RFC v14][PATCH 12/54] Dump open file descriptors
  ` [RFC v14][PATCH 13/54] add generic checkpoint f_op to ext fses
  ` [RFC v14][PATCH 14/54] Restore open file descriptors
  ` [RFC v14][PATCH 15/54] Record 'struct file' object instead of the file name for VMAs
  ` [RFC v14][PATCH 16/54] External checkpoint of a task other than ourself
  ` [RFC v14][PATCH 17/54] c/r of restart-blocks: export functionality used in next patch
  ` [RFC v14][PATCH 18/54] c/r of restart-blocks
  ` [RFC v14][PATCH 19/54] Checkpoint multiple processes
  ` [RFC v14][PATCH 20/54] Restart "
  ` [RFC v14][PATCH 21/54] Define subtree flag and unpriv_allowed sysctl
  ` [RFC v14][PATCH 22/54] Checkpoint open pipes
  ` [RFC v14][PATCH 23/54] Restore "
  ` [RFC v14][PATCH 24/54] Prepare to support shared memory
  ` [RFC v14][PATCH 25/54] Dump anonymous- and file-mapped- "
  ` [RFC v14][PATCH 26/54] Restore "
  ` [RFC v14][PATCH 27/54] s390: Expose a constant for the number of words representing the CRs
  ` [RFC v14][PATCH 28/54] c/r: Add CKPT_COPY() macro (v4)
  ` [RFC v14][PATCH 29/54] s390: define s390-specific checkpoint-restart code (v7)
  ` [RFC v14][PATCH 30/54] powerpc: provide APIs for validating and updating DABR
  ` [RFC v14][PATCH 31/54] powerpc: checkpoint/restart implementation
  ` [RFC v14][PATCH 32/54] powerpc: wire up checkpoint and restart syscalls
  ` [RFC v14][PATCH 33/54] powerpc: enable checkpoint support in Kconfig
  ` [RFC v14][PATCH 34/54] Export fs/exec.c:exec_mmap()
  ` [RFC v14][PATCH 35/54] Support for share memory address spaces
  ` [RFC v14][PATCH 36/54] Make ckpt_may_checkpoint_task() check each namespace individually
  ` [RFC v14][PATCH 37/54] c/r: Add UTS support (v6)
  ` [RFC v14][PATCH 38/54] Stub implementation of IPC namespace c/r
  ` [RFC v14][PATCH 39/54] deferqueue: generic queue to defer work
  ` [RFC v14][PATCH 40/54] ipc: allow allocation of an ipc object with desired identifier
  ` [RFC v14][PATCH 41/54] ipc: helpers to save and restore kern_ipc_perm structures
  ` [RFC v14][PATCH 42/54] ipc namespace: save and restore ipc namespace basics
  ` [RFC v14][PATCH 43/54] sysvipc-shm: checkpoint
  ` [RFC v14][PATCH 44/54] sysvipc-shm: restart
  ` [RFC v14][PATCH 45/54] sysvipc-shm: export interface from ipc/shm.c to delete ipc shm
  ` [RFC v14][PATCH 46/54] sysvipc-shm: correctly handle deleted (active) ipc shared memory
  ` [RFC v14][PATCH 47/54] sysvipc-msg: make 'struct msg_msgseg' visible in ipc/util.h
  ` [RFC v14][PATCH 48/54] sysvipc-msq: checkpoint
  ` [RFC v14][PATCH 49/54] sysvipc-msq: restart
  ` [RFC v14][PATCH 50/54] sysvipc-sem: export interface from ipc/sem.c to cleanup ipc sem
  ` [RFC v14][PATCH 51/54] sysvipc-sem: checkpoint
  ` [RFC v14][PATCH 52/54] sysvipc-sem: restart
  ` [RFC v14][PATCH 53/54] Detect resource leaks for whole-container checkpoint
  ` [RFC v14][PATCH 54/54] Report failures during checkpoint as an object in the output stream

[PATCH] utsns: extract creeate_uts_ns()
 2009-05-04 20:05 UTC 

[RFC][PATCH 1/7] Factor out code to allocate pidmap page
 2009-05-04 20:03 UTC  (14+ messages)
  ` [RFC][PATCH 2/7] Have alloc_pidmap() return actual error code
  ` [RFC][PATCH 3/7] Add target_pid parameter to alloc_pidmap()
  ` [RFC][PATCH 4/7] Add target_pids parameter to alloc_pid()
  ` [RFC][PATCH 5/7] Add target_pids parameter to copy_process()
  ` [RFC][PATCH 6/7] Define do_fork_with_pids()
  ` [RFC][PATCH 7/7] Define clone_with_pids syscall

[PATCH 1/2] netns 1/2: don't get/put old netns on CLONE_NEWNET
 2009-05-04 18:11 UTC 

[RFC] IO Controller
 2009-05-04 17:18 UTC  (11+ messages)
` [PATCH 01/10] Documentation
          ` IO Controller per cgroup request descriptors (Re: [PATCH 01/10] Documentation)

Killer WWays To Give Her Multiple Orgasms - Make Her Scream With Pleasure
 2009-05-04 14:31 UTC 

[PATCH 0/2] range-bw : Another I/O scheduling policy of dm-ioband (v1)
 2009-05-04 13:18 UTC 

[PATCH 4/7] blkio-cgroup: The body of blkio-cgroup
 2009-05-04 12:39 UTC  (2+ messages)

[PATCH] range-bw: Another I/O scheduling policy of dm-ioband supporting the predicable I/O bandwidth (range bandwidth)
 2009-05-04 11:23 UTC  (4+ messages)

[PATCH 2/2] the core of range-bw
 2009-05-04 10:57 UTC 

[PATCH 1/2] range-bw documentation
 2009-05-04 10:56 UTC 

[PATCH 0/2] range-bw : Another I/O scheduling policy of dm-ioband (v1)
 2009-05-04 10:56 UTC 

[PATCH] cgroups: make messages more readable
 2009-05-04  1:28 UTC  (2+ messages)

[PATCH] x86: ptrace debugreg checks rewrite
 2009-05-04  0:24 UTC 

[PATCH] x86: ptrace debugreg checks rewrite
 2009-05-04  0:16 UTC 

[PATCH] dcache: extrace and use d_unlinked()
 2009-05-03 23:32 UTC 

[PATCH] x86_64: ifdef out struct thread_struct::ip
 2009-05-03 23:30 UTC 

[PATCH 1/2] i386: ifdef out struct thread_struct::fs
 2009-05-03 23:29 UTC 

[PATCH] nsproxy: extract create_nsproxy()
 2009-05-03 23:29 UTC 

[PATCH 2/2] netns 2/2: extract net_create()
 2009-05-03 23:28 UTC 

[PATCH 1/2] netns 1/2: don't get/put old netns on CLONE_NEWNET
 2009-05-03 23:28 UTC 

[PATCH 2/2] pidns 2/2: rewrite copy_pid_ns()
 2009-05-03 23:27 UTC 

[PATCH 1/2] pidns 1/2: make create_pid_namespace() accept parent pidns
 2009-05-03 23:27 UTC 

[PATCH 2/2] ipcns 2/2: extract create_ipc_ns()
 2009-05-03 23:26 UTC 

[PATCH 1/2] ipcns 1/2: remove useless get/put while CLONE_NEWIPC
 2009-05-03 23:25 UTC 

[PATCH] utsns: extract creeate_uts_ns()
 2009-05-03 23:25 UTC 

MD Lists
 2009-05-03 21:21 UTC 

[PATCH 1/7] io-throttle documentation
 2009-05-03 11:36 UTC  (7+ messages)
  ` [PATCH 2/7] res_counter: introduce ratelimiting attributes
  ` [PATCH 3/7] page_cgroup: provide a generic page tracking infrastructure
  ` [PATCH 4/7] io-throttle controller infrastructure
  ` [PATCH 5/7] kiothrottled: throttle buffered (writeback) IO
  ` [PATCH 6/7] io-throttle instrumentation
  ` [PATCH 7/7] io-throttle: export per-task statistics to userspace

[PATCH 0/7] cgroup: io-throttle controller (v16)
 2009-05-03 11:36 UTC 

4 Incredibly Aroousing Foreplay Tips and Techniques - How to Make Her Want it BAD
 2009-05-02  2:13 UTC 

[PATCH 1/1] s390: fix fallout from major rewrite
 2009-05-01 15:45 UTC  (3+ messages)

checkpoint/restart: taking refcounts on kernel objects
 2009-05-01 12:56 UTC 

[PATCH 0/9] cgroup: io-throttle controller (v13)
 2009-05-01 11:11 UTC  (2+ messages)

Increase Libido - Tribulus Terrestris a Natural Option
 2009-05-01  8:14 UTC 

We need to discuss
 2009-05-01  3:17 UTC 

[PATCH] Fix compile failures when CONFIG_CHECKPOINT=n
 2009-04-30 23:57 UTC 

[patch 35/88] sched: do not count frozen tasks toward load
 2009-04-30 16:56 UTC 

[PATCH 1/1] cr: define CHECKPOINT_SUBTREE flag and sysctl
 2009-04-30 15:40 UTC  (6+ messages)

Female Orgasm Techniques - One Little Knownn Trick to Explosive Orgasm
 2009-04-30  0:31 UTC 

[patch 29/58] sched: do not count frozen tasks toward load
 2009-04-29 22:07 UTC 

[C/R] sleepers don't wake up on restart
 2009-04-29 21:45 UTC  (6+ messages)

SSex and the Workplace? Five Dangers of Hooking Up at Work and How to Handle Colleagial Booty Calls
 2009-04-29 18:07 UTC 

lxc : linux container tools 0.6.2 release
 2009-04-29 15:46 UTC 


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