Linux Container Development
 help / color / mirror / Atom feed
 messages from 2011-02-21 10:03:50 to 2011-03-03 08:33:46 UTC [more...]

[PATCH, v7] cgroups: introduce timer slack controller
 2011-03-03  8:33 UTC  (7+ messages)

[RFC] Payloads and transient filesystem support for user-cr
 2011-03-03  0:23 UTC  (6+ messages)
  ` [PATCH 1/3] Make extract_headers.sh grab setns as well
  ` [PATCH 2/3] Export some things from restart.c
  ` [PATCH 3/3] [RFC] Add transient filesystem support to user-cr

[PATCH v5 0/9] memcg: per cgroup dirty page accounting
 2011-03-02 23:17 UTC  (26+ messages)
` [PATCH v5 1/9] memcg: document cgroup dirty memory interfaces
` [PATCH v5 2/9] memcg: add page_cgroup flags for dirty page tracking
` [PATCH v5 3/9] writeback: convert variables to unsigned
` [PATCH v5 4/9] writeback: create dirty_info structure
` [PATCH v5 5/9] memcg: add dirty page accounting infrastructure
` [PATCH v5 6/9] memcg: add kernel calls for memcg dirty page stats
` [PATCH v5 7/9] memcg: add dirty limits to mem_cgroup
` [PATCH v5 8/9] memcg: add cgroupfs interface to memcg dirty limits
` [PATCH v5 9/9] memcg: check memcg dirty limits in page writeback

[PATCH 1/3] block: introduce REQ_DIRECT to track direct io bio
 2011-03-02 22:00 UTC  (11+ messages)
  ` [PATCH 2/3] blkio-throttle: infrastructure to throttle async io
  ` [PATCH 3/3] blkio-throttle: async write io instrumentation
  ` [PATCH 0/3] blk-throttle: async write throttling

[PATCH v3, RESEND 00/16] make rpc_pipefs be mountable multiple time
 2011-03-02 17:06 UTC 

[PATCH, v7] Introduce timer slack controller
 2011-03-02 16:40 UTC 

[PATCH 02/10] security: Make capabilities relative to the user namespace
 2011-03-01 23:07 UTC  (15+ messages)
    ` [PATCH 03/10] allow sethostname in a container
    ` [PATCH 04/10] allow killing tasks in your own or child userns
    ` [PATCH 05/10] Allow ptrace from non-init user namespaces
    ` [PATCH 06/10] user namespaces: convert all capable checks in kernel/sys.c
    ` [PATCH 07/10] add a user namespace owner of ipc ns
    ` [PATCH 08/10] user namespaces: convert several capable() calls
    ` [PATCH 09/10] userns: check user namespace for task->file uid equivalence checks
    ` [PATCH 10/10] rename is_owner_or_cap to inode_owner_or_capable
    ` [PATCH 01/10] Add a user_namespace as creator/owner of uts_namespace

Linux Containers - setup script for Fedora 14?
 2011-03-01 20:38 UTC 

[RFC 00/10] container-based checkpoint/restart prototype
 2011-03-01 16:04 UTC  (14+ messages)
  ` [PATCH 01/10] Make exec_mmap extern
  ` [PATCH 02/10] Introduce mm_has_pending_aio() helper
  ` [PATCH 03/10] Introduce has_locks_with_owner() helper
  ` [PATCH 04/10] Introduce vfs_fcntl() helper
  ` [PATCH 05/10] Core checkpoint/restart support code
  ` [PATCH 06/10] Checkpoint/restart mm support
  ` [PATCH 07/10] Checkpoint/restart vfs support
  ` [PATCH 08/10] Add generic '->checkpoint' f_op to ext filesystems
  ` [PATCH 09/10] Add generic '->checkpoint()' f_op to simple char devices
  ` [PATCH 10/10] x86_32 support for checkpoint/restart

[PATCH][cr]: Fix ghost task bug
 2011-03-01 15:31 UTC  (8+ messages)

[PATCH 00/10] Checkpoint/restart of open, unlinked files
 2011-03-01  5:05 UTC  (12+ messages)
  ` [PATCH 01/10] Create the .relink file_operation
      ` [PATCH 02/10] ext3/4: Allow relinking to unlinked files
      ` [PATCH 03/10] Split do_linkat() out of sys_linkat
      ` [PATCH 04/10] Checkpoint/restart unlinked files
      ` [PATCH 05/10] Enable c/r of unlinked fifos
      ` [PATCH 06/10] Support relinking unlinked files in btrfs
      ` [PATCH 07/10] Add relink_dir superblock field
      ` [PATCH 08/10] Parse the relink=%s mount option
      ` [PATCH 09/10] Enabling checkpoint relink of unlinked files inside containers
      ` [PATCH 10/10] [RFC] Use call_usermodehelper to cleanup after failure

[PATCH 0/3] blk-throttle: async write throttling
 2011-02-28 10:15 UTC 

netns: Issues with deleting virtual interfaces during namespace cleanup
 2011-02-27 15:28 UTC  (6+ messages)

[PATCH 1/1, v9] cgroup/freezer: add per freezer duty ratio control
 2011-02-25 18:23 UTC  (3+ messages)

[PATCH][usercr]: Ghost tasks must be detached
 2011-02-25 15:46 UTC  (3+ messages)

[PATCH] Don't crash if we are self-checkpointing with a child
 2011-02-25 15:46 UTC  (2+ messages)

[PATCH 4/5] blk-throttle: track buffered and anonymous pages
 2011-02-25  0:54 UTC  (39+ messages)
    ` [PATCH 3/5] page_cgroup: make page tracking available for blkio
    ` [PATCH 0/5] blk-throttle: writeback and swap IO control
  ` [PATCH 1/5] blk-cgroup: move blk-cgroup.h in include/linux/blk-cgroup.h
  ` [PATCH 2/5] blk-cgroup: introduce task_to_blkio_cgroup()
  ` [PATCH 5/5] blk-throttle: buffered and anonymous page tracking instrumentation

[PATCH 01/10] Add a user_namespace as creator/owner of uts_namespace
 2011-02-24 15:01 UTC 

[PATCH 1/4] userns: let clone_uts_ns() handle setting uts->user_ns
 2011-02-24  9:56 UTC  (11+ messages)
  ` [PATCH 5/4] Clean up capability.h and capability.c
    ` [PATCH 2/4] userns: let copy_ipcs handle setting ipc_ns->user_ns

Furthering your eductaion cheapest business card
 2011-02-24  7:14 UTC 

[PATCH 2/9] security: Make capabilities relative to the user namespace
 2011-02-24  6:56 UTC  (28+ messages)
      ` User namespaces and keys
      ` [PATCH 5/9] Allow ptrace from non-init user namespaces
      ` [PATCH 1/9] Add a user_namespace as creator/owner of uts_namespace
            ` [PATCH] userns: ptrace: incorporate feedback from Eric
          ` [PATCH 4/9] allow killing tasks in your own or child userns
          ` [PATCH 9/9] userns: check user namespace for task->file uid equivalence checks

[PATCH 2/2] pidns: Support unsharing the pid namespace
 2011-02-24  1:12 UTC 

[PATCH 0/5] blk-throttle: writeback and swap IO control
 2011-02-22 17:12 UTC 

[PATCH][usercr]: Ghost tasks must be detached
 2011-02-22 10:28 UTC  (12+ messages)


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