May 2010 Archives by date
Starting: Sat May 1 07:14:42 PDT 2010
Ending: Mon May 31 11:04:46 PDT 2010
Messages: 286
- [Devel] [PATCH v21 00/100] Kernel based checkpoint/restart
Oren Laadan
- [Devel] [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
Oren Laadan
- [Devel] [PATCH v21 002/100] eclone (2/11): Have alloc_pidmap() return actual error code
Oren Laadan
- [Devel] [PATCH v21 003/100] eclone (3/11): Define set_pidmap() function
Oren Laadan
- [Devel] [PATCH v21 004/100] eclone (4/11): Add target_pids parameter to alloc_pid()
Oren Laadan
- [Devel] [PATCH v21 005/100] eclone (5/11): Add target_pids parameter to copy_process()
Oren Laadan
- [Devel] [PATCH v21 006/100] eclone (6/11): Check invalid clone flags
Oren Laadan
- [Devel] [PATCH v21 007/100] eclone (7/11): Define do_fork_with_pids()
Oren Laadan
- [Devel] [PATCH v21 008/100] eclone (8/11): Implement sys_eclone for x86 (32, 64)
Oren Laadan
- [Devel] [PATCH v21 009/100] eclone (9/11): Implement sys_eclone for s390
Oren Laadan
- [Devel] [PATCH v21 010/100] eclone (10/11): Implement sys_eclone for powerpc
Oren Laadan
- [Devel] [PATCH v21 011/100] eclone (11/11): Document sys_eclone
Oren Laadan
- [Devel] [PATCH v21 012/100] c/r: extend arch_setup_additional_pages()
Oren Laadan
- [Devel] [PATCH v21 013/100] c/r: break out new_user_ns()
Oren Laadan
- [Devel] [PATCH v21 014/100] c/r: split core function out of some set*{u, g}id functions
Oren Laadan
- [Devel] [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Oren Laadan
- [Devel] [PATCH v21 016/100] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
Oren Laadan
- [Devel] [PATCH v21 017/100] cgroup freezer: interface to freeze a cgroup from within the kernel
Oren Laadan
- [Devel] [PATCH v21 018/100] Namespaces submenu
Oren Laadan
- [Devel] [PATCH v21 019/100] Make file_pos_read/write() public and export kernel_write()
Oren Laadan
- [Devel] [PATCH v21 020/100] c/r: documentation
Oren Laadan
- [Devel] [PATCH v21 021/100] c/r: create syscalls: sys_checkpoint, sys_restart
Oren Laadan
- [Devel] [PATCH v21 022/100] c/r: basic infrastructure for checkpoint/restart
Oren Laadan
- [Devel] [PATCH v21 023/100] c/r: x86_32 support for checkpoint/restart
Oren Laadan
- [Devel] [PATCH v21 024/100] c/r: x86-64: checkpoint/restart implementation
Oren Laadan
- [Devel] [PATCH v21 025/100] c/r: external checkpoint of a task other than ourself
Oren Laadan
- [Devel] [PATCH v21 026/100] c/r: export functionality used in next patch for restart-blocks
Oren Laadan
- [Devel] [PATCH v21 027/100] c/r: restart-blocks
Oren Laadan
- [Devel] [PATCH v21 028/100] c/r: checkpoint multiple processes
Oren Laadan
- [Devel] [PATCH v21 029/100] c/r: restart multiple processes
Oren Laadan
- [Devel] [PATCH v21 030/100] c/r: introduce PF_RESTARTING, and skip notification on exit
Oren Laadan
- [Devel] [PATCH v21 031/100] c/r: support for zombie processes
Oren Laadan
- [Devel] [PATCH v21 032/100] c/r: Save and restore the [compat_]robust_list member of the task struct
Oren Laadan
- [Devel] [PATCH v21 033/100] c/r: infrastructure for shared objects
Oren Laadan
- [Devel] [PATCH v21 034/100] c/r: detect resource leaks for whole-container checkpoint
Oren Laadan
- [Devel] [PATCH v21 035/100] deferqueue: generic queue to defer work
Oren Laadan
- [Devel] [PATCH v21 036/100] c/r: introduce vfs_fcntl()
Oren Laadan
- [Devel] [PATCH v21 037/100] c/r: introduce new 'file_operations': ->checkpoint, ->collect()
Oren Laadan
- [Devel] [PATCH v21 038/100] c/r: checkpoint and restart open file descriptors
Oren Laadan
- [Devel] [PATCH v21 039/100] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
Oren Laadan
- [Devel] [PATCH v21 040/100] Introduce FOLL_DIRTY to follow_page() for "dirty" pages
Oren Laadan
- [Devel] [PATCH v21 041/100] c/r: dump memory address space (private memory)
Oren Laadan
- [Devel] [PATCH v21 042/100] c/r: add generic '->checkpoint' f_op to ext fses
Oren Laadan
- [Devel] [PATCH v21 043/100] c/r: add generic '->checkpoint()' f_op to simple devices
Oren Laadan
- [Devel] [PATCH v21 044/100] c/r: add checkpoint operation for opened files of generic filesystems
Oren Laadan
- [Devel] [PATCH v21 045/100] c/r: export shmem_getpage() to support shared memory
Oren Laadan
- [Devel] [PATCH v21 046/100] c/r: dump anonymous- and file-mapped- shared memory
Oren Laadan
- [Devel] [PATCH v21 047/100] splice: export pipe/file-to-pipe/file functionality
Oren Laadan
- [Devel] [PATCH v21 048/100] c/r: support for open pipes
Oren Laadan
- [Devel] [PATCH v21 049/100] c/r: checkpoint and restore FIFOs
Oren Laadan
- [Devel] [PATCH v21 050/100] c/r: refuse to checkpoint if monitoring directories with dnotify
Oren Laadan
- [Devel] [PATCH v21 051/100] c/r: make ckpt_may_checkpoint_task() check each namespace individually
Oren Laadan
- [Devel] [PATCH v21 052/100] c/r: support for UTS namespace
Oren Laadan
- [Devel] [PATCH v21 053/100] c/r (ipc): allow allocation of a desired ipc identifier
Oren Laadan
- [Devel] [PATCH v21 054/100] c/r: save and restore sysvipc namespace basics
Oren Laadan
- [Devel] [PATCH v21 055/100] c/r: support share-memory sysv-ipc
Oren Laadan
- [Devel] [PATCH v21 056/100] c/r: support message-queues sysv-ipc
Oren Laadan
- [Devel] [PATCH v21 057/100] c/r: support semaphore sysv-ipc
Oren Laadan
- [Devel] [PATCH v21 058/100] c/r: (s390): expose a constant for the number of words (CRs)
Oren Laadan
- [Devel] [PATCH v21 059/100] c/r: add CKPT_COPY() macro
Oren Laadan
- [Devel] [PATCH v21 060/100] c/r: define s390-specific checkpoint-restart code
Oren Laadan
- [Devel] [PATCH v21 061/100] c/r: capabilities: define checkpoint and restore fns
Oren Laadan
- [Devel] [PATCH v21 062/100] c/r: checkpoint and restore task credentials
Oren Laadan
- [Devel] [PATCH v21 063/100] c/r: restore file->f_cred
Oren Laadan
- [Devel] [PATCH v21 064/100] c/r: checkpoint and restore (shared) task's sighand_struct
Oren Laadan
- [Devel] [PATCH v21 065/100] c/r: [signal 1/4] blocked and template for shared signals
Oren Laadan
- [Devel] [PATCH v21 066/100] c/r: [signal 2/4] checkpoint/restart of rlimit
Oren Laadan
- [Devel] [PATCH v21 067/100] c/r: [signal 3/4] pending signals (private, shared)
Oren Laadan
- [Devel] [PATCH v21 068/100] c/r: [signal 4/4] support for real/virt/prof itimers
Oren Laadan
- [Devel] [PATCH v21 069/100] Expose may_setuid() in user.h and add may_setgid() (v2)
Oren Laadan
- [Devel] [PATCH v21 070/100] c/r: correctly restore pgid
Oren Laadan
- [Devel] [PATCH v21 071/100] Add common socket helpers to unify the security hooks
Oren Laadan
- [Devel] [PATCH v21 072/100] c/r: introduce checkpoint/restore methods to struct proto_ops
Oren Laadan
- [Devel] [PATCH v21 073/100] c/r: Add AF_UNIX support (v12)
Oren Laadan
- [Devel] [PATCH v21 074/100] c/r: add support for listening INET sockets (v2)
Oren Laadan
- [Devel] [PATCH v21 075/100] c/r: add support for connected INET sockets (v5)
Oren Laadan
- [Devel] [PATCH v21 076/100] c/r: [pty 1/2] allow allocation of desired pty slave
Oren Laadan
- [Devel] [PATCH v21 077/100] c/r: [pty 2/2] support for pseudo terminals
Oren Laadan
- [Devel] [PATCH v21 078/100] c/r: support for controlling terminal and job control
Oren Laadan
- [Devel] [PATCH v21 079/100] c/r: checkpoint/restart epoll sets
Oren Laadan
- [Devel] [PATCH v21 080/100] c/r: checkpoint/restart eventfd
Oren Laadan
- [Devel] [PATCH v21 081/100] c/r: restore task fs_root and pwd (v3)
Oren Laadan
- [Devel] [PATCH v21 082/100] c/r: preliminary support mounts namespace
Oren Laadan
- [Devel] [PATCH v21 083/100] c/r: nested pid namespaces (v3)
Oren Laadan
- [Devel] [PATCH v21 084/100] powerpc: reserve checkpoint arch identifiers
Oren Laadan
- [Devel] [PATCH v21 085/100] powerpc: provide APIs for validating and updating DABR
Oren Laadan
- [Devel] [PATCH v21 086/100] powerpc: checkpoint/restart implementation
Oren Laadan
- [Devel] [PATCH v21 087/100] powerpc: wire up checkpoint and restart syscalls
Oren Laadan
- [Devel] [PATCH v21 088/100] powerpc: enable checkpoint support in Kconfig
Oren Laadan
- [Devel] [PATCH v21 089/100] c/r: add lsm name and lsm_info (policy header) to container info
Oren Laadan
- [Devel] [PATCH v21 090/100] c/r: add generic LSM c/r support (v7)
Oren Laadan
- [Devel] [PATCH v21 091/100] c/r: add smack support to lsm c/r (v4)
Oren Laadan
- [Devel] [PATCH v21 092/100] c/r: add selinux support (v6)
Oren Laadan
- [Devel] [PATCH v21 093/100] c/r: Add checkpoint and collect hooks to net_device_ops
Oren Laadan
- [Devel] [PATCH v21 094/100] c/r: Basic support for network namespaces and devices (v6)
Oren Laadan
- [Devel] [PATCH v21 095/100] c/r: Add rtnl_dellink() helper
Oren Laadan
- [Devel] [PATCH v21 096/100] c/r: Add checkpoint support for veth devices (v2)
Oren Laadan
- [Devel] [PATCH v21 097/100] c/r: Add loopback checkpoint support (v2)
Oren Laadan
- [Devel] [PATCH v21 098/100] c/r: Add a checkpoint handler to the 'sit' device
Oren Laadan
- [Devel] [PATCH v21 099/100] c/r: Add checkpoint support to macvlan driver
Oren Laadan
- [Devel] [PATCH v21 100/100] c/r: add an entry for checkpoint/restart in MAINTAINERS
Oren Laadan
- [Devel] Re: [PATCH v21 00/100] Kernel based checkpoint/restart
Oren Laadan
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
David Miller
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
Josh Boyer
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
Matt Helsley
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
Brian K. White
- [Devel] Re: [PATCH] [RFC] C/R: inet4 and inet6 unicast routes (v2)
Dan Smith
- [Devel] Re: [PATCH v21 032/100] c/r: Save and restore the [compat_]robust_list member of the task struct
Darren Hart
- [Devel] Re: [PATCH v21 032/100] c/r: Save and restore the [compat_]robust_list member of the task struct
Matt Helsley
- [Devel] Re: [PATCH] [RFC] C/R: inet4 and inet6 unicast routes (v2)
jamal
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
Dave Hansen
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
David Miller
- [Devel] [PATCH][cr][nit]: eclone() - Remove extra __user and add a comment
Sukadev Bhattiprolu
- [Devel] [PATCH][cr-test] eclone-2 bug fix
Sukadev Bhattiprolu
- [Devel] Re: [PATCH][cr-test] eclone-2 bug fix
Serge E. Hallyn
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
David Howells
- [Devel] Re: [PATCH][cr-test] eclone-2 bug fix
Sukadev Bhattiprolu
- [Devel] Re: [PATCH][cr-test] eclone-2 bug fix
Serge E. Hallyn
- [Devel] Re: [PATCH][cr-test] eclone-2 bug fix
Sukadev Bhattiprolu
- [Devel] Re: [RFC][cr][PATCH 4/6] Restore file-locks
Matt Helsley
- [Devel] Re: [RFC][cr][PATCH 2/6] Checkpoint file-locks
Matt Helsley
- [Devel] [RFC][PATCH 0/6][cr]: Checkpoint/restart file locks and leases
Sukadev Bhattiprolu
- [Devel] [RFC][cr][PATCH 1/6] Move file_lock macros into linux/fs.h
Sukadev Bhattiprolu
- [Devel] [RFC][cr][PATCH 2/6] Checkpoint file-locks
Sukadev Bhattiprolu
- [Devel] [RFC][cr][PATCH 3/6] Define flock_set()
Sukadev Bhattiprolu
- [Devel] [RFC][cr][PATCH 4/6] Restore file-locks
Sukadev Bhattiprolu
- [Devel] [RFC][cr][PATCH 5/6] Define do_setlease()
Sukadev Bhattiprolu
- [Devel] [RFC][cr][PATCH 6/6] Checkpoint/restart file leases
Sukadev Bhattiprolu
- [Devel] Re: [PATCH][cr-test] eclone-2 bug fix
Serge E. Hallyn
- [Devel] Re: [RFC][cr][PATCH 2/6] Checkpoint file-locks
Serge E. Hallyn
- [Devel] Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page
Oren Laadan
- [Devel] Re: [PATCH v21 011/100] eclone (11/11): Document sys_eclone
Randy Dunlap
- [Devel] Re: [PATCH v21 011/100] eclone (11/11): Document sys_eclone
Sukadev Bhattiprolu
- [Devel] [PATCH 1/1] Fix typos and minor errors in eclone documentation
Sukadev Bhattiprolu
- [Devel] Re: [PATCH v21 019/100] Make file_pos_read/write() public and export kernel_write()
Josef Bacik
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Rafael J. Wysocki
- [Devel] pid namespace bug ?
Daniel Lezcano
- [Devel] Re: [PATCH v21 020/100] c/r: documentation
Randy Dunlap
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Matt Helsley
- [Devel] Re: pid namespace bug ?
Sukadev Bhattiprolu
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Oren Laadan
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Matt Helsley
- [Devel] Re: [PATCH v21 020/100] c/r: documentation
Oren Laadan
- [Devel] Re: [PATCH 5/5] blk-cgroup: Fix an RCU warning in blkiocg_create()
Li Zefan
- [Devel] Re: [PATCH 5/5] blk-cgroup: Fix an RCU warning in blkiocg_create()
Jens Axboe
- [Devel] Re: pid namespace bug ?
Daniel Lezcano
- [Devel] [PATCH v2] wait: use wrapper functions
Changli Gao
- [Devel] Re: [PATCH v2] wait: use wrapper functions
Peter Zijlstra
- [Devel] [PATCH] cgroups: make cftype.unregister_event() void-returning
Kirill A. Shutemov
- [Devel] Re: pid namespace bug ?
Ferenc Wagner
- [Devel] Re: [PATCH 5/5] blk-cgroup: Fix an RCU warning in blkiocg_create()
Paul E. McKenney
- [Devel] Re: [PATCH v21 053/100] c/r (ipc): allow allocation of a desired ipc identifier
Manfred Spraul
- [Devel] Re: [PATCH v21 053/100] c/r (ipc): allow allocation of a desired ipc identifier
Oren Laadan
- [Devel] Re: pid namespace bug ?
Sukadev Bhattiprolu
- [Devel] Re: pid namespace bug ?
Sukadev Bhattiprolu
- [Devel] Re: [PATCH v2] wait: use wrapper functions
Andrew Morton
- [Devel] Re: pid namespace bug ?
Ferenc Wagner
- [Devel] Re: [PATCH v2] wait: use wrapper functions
Peter Zijlstra
- [Devel] Re: pid namespace bug ?
Ferenc Wagner
- [Devel] Re: [PATCH] cgroups: make cftype.unregister_event() void-returning
Paul Menage
- [Devel] Re: pid namespace bug ?
Sukadev Bhattiprolu
- [Devel] Cgroup OOM bug
Jeremy Hanmer
- [Devel] Re: pid namespace bug ?
Ferenc Wagner
- [Devel] [PATCH] cred_to_ucred: use the creator of the right namespace
Serge E. Hallyn
- [Devel] Re: pid namespace bug ?
Sukadev Bhattiprolu
- [Devel] Re: pid namespace bug ?
Daniel Lezcano
- [Devel] Re: [PATCH] cgroups: make cftype.unregister_event() void-returning
Kirill A. Shutemov
- [Devel] [PATCH v2] cgroups: make cftype.unregister_event() void-returning
Kirill A. Shutemov
- [Devel] [RFC] [PATCH] memcg: cleanup memory thresholds
Kirill A. Shutemov
- [Devel] Re: Cgroup OOM bug
KAMEZAWA Hiroyuki
- [Devel] Re: Cgroup OOM bug
Daisuke Nishimura
- [Devel] Re: [PATCH v2] cgroups: make cftype.unregister_event() void-returning
KAMEZAWA Hiroyuki
- [Devel] Re: [PATCH v2] cgroups: make cftype.unregister_event() void-returning
KAMEZAWA Hiroyuki
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Rafael J. Wysocki
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Matt Helsley
- [Devel] Re: [PATCH v21 015/100] cgroup freezer: Update stale locking comments
Rafael J. Wysocki
- [Devel] checkpoint/restart in -mm
Serge E. Hallyn
- [Devel] [tip:sched/core] sched, wait: Use wrapper functions
tip-bot for Changli Gao
- [Devel] [RFC][PATCH 0/4][cr]: Checkpoint/restart file-owner info
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 1/4][cr]: Add uid, euid params to f_modown()
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 3/4][cr]: Checkpoint file-owner information
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 4/4][cr]: Restore file_owner info
Sukadev Bhattiprolu
- [Devel] [PATCH] setns: netns: Fix compilation of net/core/net_namespace.c
Matt Helsley
- [Devel] Re: [PATCH] cred_to_ucred: use the creator of the right namespace
Serge E. Hallyn
- [Devel] Re: [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Serge E. Hallyn
- [Devel] Re: [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Serge E. Hallyn
- [Devel] Re: [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Matthew Wilcox
- [Devel] Containerized syslog
Jean-Philippe Menil
- [Devel] Re: [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Sukadev Bhattiprolu
- [Devel] Re: [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Sukadev Bhattiprolu
- [Devel] Re: [RFC][PATCH 1/4][cr]: Add uid, euid params to f_modown()
Jamie Lokier
- [Devel] Re: [RFC][PATCH 1/4][cr]: Add uid, euid params to f_modown()
Sukadev Bhattiprolu
- [Devel] Re: [RFC][PATCH 2/4][cr]: Define __f_setown_uid()
Serge E. Hallyn
- [Devel] Re: [RFC][PATCH 1/4][cr]: Add uid, euid params to f_modown()
Oren Laadan
- [Devel] Re: [lxc-devel] Containerized syslog
Daniel Lezcano
- [Devel] [PATCH 0/9] mm: generic adaptive large memory allocation APIs
Changli Gao
- [Devel] [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Changli Gao
- [Devel] [PATCH 3/9] cgroup: use kvmalloc, kvrealloc and kvfree
Changli Gao
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Peter Zijlstra
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocationAPIs
Tetsuo Handa
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Changli Gao
- [Devel] [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Milton Miller
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Changli Gao
- [Devel] Re: [PATCH 0/9] mm: generic adaptive large memory allocation APIs
James Bottomley
- [Devel] [PATCH lxc 1/2] lxc-unshare: accept multiple -s options
Serge E. Hallyn
- [Devel] [PATCH lxc 2/2] lxc-unshare: make CLONE_NEWPID imply CLONE_NEWNS
Serge E. Hallyn
- [Devel] Re: [lxc-devel] Containerized syslog
Matt Helsley
- [Devel] Re: [PATCH 0/9] mm: generic adaptive large memory allocation APIs
Andreas Dilger
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Peter Zijlstra
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocation APIs
Changli Gao
- [Devel] Re: [PATCH 1/9] mm: add generic adaptive large memory allocationAPIs
KOSAKI Motohiro
- [Devel] Re: [RFC] [PATCH] memcg: cleanup memory thresholds
Kirill A. Shutemov
- [Devel] Re: [RFC] [PATCH] memcg: cleanup memory thresholds
Paul Menage
- [Devel] Re: [lxc-devel] Containerized syslog
Serge E. Hallyn
- [Devel] Re: [PATCH lxc 1/2] lxc-unshare: accept multiple -s options
Daniel Lezcano
- [Devel] Re: [PATCH lxc 2/2] lxc-unshare: make CLONE_NEWPID imply CLONE_NEWNS
Daniel Lezcano
- [Devel] Re: [PATCH lxc 1/2] lxc-unshare: accept multiple -s options
Serge E. Hallyn
- [Devel] NFS Kernel server inside a container
Martin Fick
- [Devel] Re: NFS Kernel server inside a container
Michael Tokarev
- [Devel] Re: NFS Kernel server inside a container
Martin Fick
- [Devel] [PATCH 0/9][cr][v2]: C/R file owner and posix file locks
Sukadev Bhattiprolu
- [Devel] [PATCH 1/9][cr][v2]: Add uid, euid params to f_modown()
Sukadev Bhattiprolu
- [Devel] [PATCH 2/9][cr][v2]: Add uid, euid params to __f_setown()
Sukadev Bhattiprolu
- [Devel] [PATCH 3/9][cr][v2]: Checkpoint file-owner information
Sukadev Bhattiprolu
- [Devel] [PATCH 4/9][cr][v2]: Restore file_owner info
Sukadev Bhattiprolu
- [Devel] [PATCH 5/9][cr][v2]: Move file_lock macros into linux/fs.h
Sukadev Bhattiprolu
- [Devel] [PATCH 6/9][cr][v2]: Checkpoint file-locks
Sukadev Bhattiprolu
- [Devel] [PATCH 7/9][cr][v2]: Define flock_set()
Sukadev Bhattiprolu
- [Devel] [PATCH 8/9][cr][v2]: Define flock64_set()
Sukadev Bhattiprolu
- [Devel] [PATCH 9/9][cr][v2]: Restore file-locks
Sukadev Bhattiprolu
- [Devel] [PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file
Thomas Renninger
- [Devel] Re: [PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file
Peter Zijlstra
- [Devel] Re: NFS Kernel server inside a container
Daniel Lezcano
- [Devel] Re: [PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file
Peter Zijlstra
- [Devel] Re: NFS Kernel server inside a container
Martin Fick
- [Devel] Re: NFS Kernel server inside a container
Serge E. Hallyn
- [Devel] scheduler: cleanup sched.c and extract cgroup_cpuaccount stuff into separate file
Thomas Renninger
- [Devel] [PATCH 1/2] scheduler: Extract cgroups_cpuaccount code from sched.c into own file V2
Thomas Renninger
- [Devel] [PATCH 2/2] scheduler: cgroups cpuaccouting: Make cpuusage atomic
Thomas Renninger
- [Devel] Re: [PATCH 2/2] scheduler: cgroups cpuaccouting: Make cpuusage atomic
Peter Zijlstra
- [Devel] Re: [PATCH] scheduler: Extract cgroups_cpuaccount code from sched.c into own file
Mike Chan
- [Devel] Re: [PATCH 2/2] scheduler: cgroups cpuaccouting: Make cpuusage atomic
Thomas Renninger
- [Devel] Re: NFS Kernel server inside a container
Daniel Lezcano
- [Devel] Re: [PATCH 2/2] scheduler: cgroups cpuaccouting: Make cpuusage atomic
Mike Chan
- [Devel] Re: [PATCH 2/2] scheduler: cgroups cpuaccouting: Make cpuusage atomic
KAMEZAWA Hiroyuki
- [Devel] Re: [PATCH 2/2] scheduler: cgroups cpuaccouting: Make cpuusage atomic
Thomas Renninger
- [Devel] Re: [PATCH 1/3] cgroups: Add an API to attach a task to current task's cgroup
Michael S. Tsirkin
- [Devel] Re: [PATCH 1/3] cgroups: Add an API to attach a task to current task's cgroup
Paul Menage
- [Devel] [RFC][PATCH 0/3][cr][v2]: Checkpoint/restart file leases
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 1/3][cr][v2]: Define do_setlease()
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 2/3][cr][v2]: Checkpoint/restart file leases
Sukadev Bhattiprolu
- [Devel] [RFC][PATCH 3/3][cr][v2]: fileleases: C/R of an in-progress lease.
Sukadev Bhattiprolu
- [Devel] Re: [PATCH 9/9][cr][v2]: Restore file-locks
steve at chygwyn.com
- [Devel] Re: [RFC][PATCH 1/3][cr][v2]: Define do_setlease()
Serge E. Hallyn
- [Devel] Re: [lxc-devel] Containerized syslog
Enrico Weigelt
- [Devel] [RFC] user-cr: Routing information in userspace
Dan Smith
- [Devel] [PATCH 1/3] [RFC] user-cr: Add a basic hooks system
Dan Smith
- [Devel] [PATCH 2/3] Make extract_headers.sh bring out the __NR_setns symbol
Dan Smith
- [Devel] [PATCH 3/3] [RFC] user-cr: Hook implementation for userspace network bits
Dan Smith
- [Devel] Re: [RFC][PATCH 1/3][cr][v2]: Define do_setlease()
Sukadev Bhattiprolu
- [Devel] Re: [PATCH 9/9][cr][v2]: Restore file-locks
Sukadev Bhattiprolu
- [Devel] Re: [PATCH 1/3] cgroups: Add an API to attach a task to current task's cgroup
Michael S. Tsirkin
- [Devel] warning à la compilation de mcr
Daniel Lezcano
- [Devel] Re: warning à la compilation de mcr
Daniel Lezcano
- [Devel] Re: [RFC][PATCH] ns: Syscalls for better namespace sharing control.
Enrico Weigelt
- [Devel] [RFC][PATCH] ns: Syscalls for better namespace sharing control.
Enrico Weigelt
- [Devel] [RFC][PATCH] ns: Syscalls for better namespace sharing control.
Daniel Lezcano
- [Devel] [RFC][PATCH] ns: Syscalls for better namespace sharing control.
Enrico Weigelt
- [Devel] [PATCH] cgroup: alloc_css_id() increments hierarchy depth
Greg Thelen
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
Paul Menage
- [Devel] [RFC] user-cr: Routing information in userspace
Enrico Weigelt
- [Devel] [RFC] user-cr: Routing information in userspace
Dan Smith
- [Devel] Re: NFS Kernel server inside a container
Eric W. Biederman
- [Devel] [RFC] [PATCH v2 0/2] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
Ben Blum
- [Devel] [RFC] [PATCH 1/2] cgroups: read-write lock CLONE_THREAD forking per threadgroup
Ben Blum
- [Devel] [RFC] [PATCH 2/2] cgroups: make procs file writable
Ben Blum
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
KAMEZAWA Hiroyuki
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
KAMEZAWA Hiroyuki
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
KAMEZAWA Hiroyuki
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
Greg Thelen
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
Li Zefan
- [Devel] Re: [PATCH] cgroup: alloc_css_id() increments hierarchy depth
Li Zefan
- [Devel] USB Write Checkpoint
Ganzoo Awaasuren
- [Devel] Re: [RFC] [PATCH 2/2] cgroups: make procs file writable
Oleg Nesterov
- [Devel] Re: [RFC] [PATCH 2/2] cgroups: make procs file writable
Oleg Nesterov
Last message date:
Mon May 31 11:04:46 PDT 2010
Archived on: Mon Nov 9 05:15:07 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).