Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-08-10 18:50:26 to 2009-08-21 02:00:28 UTC [more...]

[PATCH 01/24] io-controller: Documentation
 2009-08-21  2:00 UTC  (43+ messages)
  ` [PATCH 02/24] io-controller: Core of the elevator fair queuing
  ` [PATCH 03/24] io-controller: Common flat fair queuing code in elevaotor layer
  ` [PATCH 04/24] io-controller: Modify cfq to make use of flat elevator fair queuing
  ` [PATCH 05/24] io-controller: Core scheduler changes to support hierarhical scheduling
  ` [PATCH 06/24] io-controller: cgroup related changes for hierarchical group support
  ` [PATCH 07/24] io-controller: Common hierarchical fair queuing code in elevaotor layer
  ` [PATCH 08/24] io-controller: cfq changes to use "
  ` [PATCH 09/24] io-controller: Export disk time used and nr sectors dipatched through cgroups
  ` [PATCH 10/24] io-controller: Debug hierarchical IO scheduling
  ` [PATCH 11/24] io-controller: Introduce group idling
  ` [PATCH 12/24] io-controller: Wait for requests to complete from last queue before new queue is scheduled
  ` [PATCH 13/24] io-controller: Separate out queue and data
  ` [PATCH 14/24] io-conroller: Prepare elevator layer for single queue schedulers
  ` [PATCH 15/24] io-controller: noop changes for hierarchical fair queuing
  ` [PATCH 16/24] io-controller: deadline "
  ` [PATCH 17/24] io-controller: anticipatory "
  ` [PATCH 18/24] blkio_cgroup patches from Ryo to track async bios
  ` [PATCH 19/24] io-controller: map async requests to appropriate cgroup
  ` [PATCH 20/24] io-controller: Per cgroup request descriptor support
  ` [PATCH 21/24] io-controller: Per io group bdi congestion interface
  ` [PATCH 22/24] io-controller: Support per cgroup per device weights and io class
  ` [PATCH 23/24] io-controller: map sync requests to group using bio tracking info
  ` [PATCH 24/24] io-controller: debug elevator fair queuing support
  ` [RFC] IO scheduler based IO controller V8
    ` [PATCH] IO-Controller: clear ioq wait flag if a request goes into that ioq

[PATCH 0/8] CGroups: cgroup memberlist enhancements/fixes
 2009-08-21  0:53 UTC  (34+ messages)
  ` [PATCH 1/8] Revert commit 8827c288feb7810185aa7c2e37537202fc709869
  ` [PATCH 2/8] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids
  ` [PATCH 3/8] Ensures correct concurrent opening/reading of pidlists across pid namespaces
  ` [PATCH 4/8] Use vmalloc for large cgroups pidlist allocations
  ` [PATCH 5/8] Changes css_set freeing mechanism to be under RCU
  ` [PATCH 6/8] Lets ss->can_attach and ss->attach do whole threadgroups at a time
  ` [PATCH 7/8] Adds functionality to read/write lock CLONE_THREAD fork()ing per-threadgroup
  ` [PATCH 8/8] Adds ability to move all threads in a process to a new cgroup atomically

mother says she would nev
 2009-08-20 17:16 UTC 

[PATCH 1/2] Check for valid destructor pointer before calling it
 2009-08-20 16:33 UTC  (4+ messages)
  ` [PATCH 2/2] [RFC] Add checkpoint/restart support for epoll files

[PATCH 2/2] user-cr: Extract headers from kernel source tree
 2009-08-20 12:34 UTC 

Web Design & Development /SEO Services
 2009-08-20  6:55 UTC 

[PATCH 01/11] cr_tests: Add timeout to robust futex test
 2009-08-20  5:08 UTC  (12+ messages)
  ` [PATCH 02/11] cr_tests: Fix potential double close of pipe descriptors
  ` [PATCH 03/11] cr_tests: Always report an exit code that could indicate failure
  ` [PATCH 04/11] cr_tests: Remove redundant move_to_cgroup() calls
  ` [PATCH 05/11] cr_tests: Fixup run.sh to use the same variable expansion convention
  ` [PATCH 06/11] cr_tests: Cleanup error handling in futex/run.sh
  ` [PATCH 07/11] cr_tests: Compress more of the error handling code using trap
  ` [PATCH 08/11] cr_tests: Cleanup more stuff after futex/run.sh runs
  ` [PATCH 09/11] cr_tests: Checkpoint/restart the logs produced by futex/run.sh
  ` [PATCH 10/11] cr_tests: Extend the "INFO" tag to the samples
  ` [PATCH 11/11] cr_tests: Exit with failure when appropriate

[PATCH] cr_tests: Add two testcases for epoll checkpoint/restart
 2009-08-20  5:05 UTC 

[PATCH] dm-ioband-v1.12.3: I/O bandwidth controller
 2009-08-20  2:37 UTC 

Socket C/R additional features
 2009-08-20  1:36 UTC  (7+ messages)
` [PATCH 1/3] Set socket flags on restore using sock_setsockopt() where possible (v2)
` [PATCH 2/3] Expose may_setuid() in user.h and add may_setgid() (v2)
` [PATCH 3/3] Save and restore UNIX socket peer credentials (v2)

[PATCH] c/r: alloc_pid() should return -ENOMEM on failure
 2009-08-19 19:46 UTC 

c/r: support for pending signals (v3)
 2009-08-19  9:12 UTC  (8+ messages)
  ` [PATCH 1/4] c/r: [signal] blocked and template for shared signals
  ` [PATCH 2/4] c/r: [signal] checkpoint/restart of rlimit
  ` [PATCH 3/4] c/r: [signal] pending signals (private, shared)
  ` [PATCH 4/4] c/r: [signal] support for real/virt/prof itimers

[RFC] checkpoint/restart of PTYs
 2009-08-19  0:42 UTC  (4+ messages)
  ` [RFC][PATCH 1/3] c/r: [objhash] add ckpt_obj_reserve()
  ` [RFC][PATCH 2/3] c/r: [pty 1/2] allow allocation of desired pty slave
  ` [RFC][PATCH 3/3] c/r: [pty 2/2] support for pseudo terminals

[PATCH v3 0/7] CGroups: cgroup memberlist enhancement+fix
 2009-08-18 21:33 UTC  (9+ messages)
  ` [PATCH 1/7] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids
  ` [PATCH 2/7] Ensures correct concurrent opening/reading of pidlists across pid namespaces
  ` [PATCH 3/7] Quick vmalloc vs kmalloc fix to the case where array size is too large
  ` [PATCH 4/7] Changes css_set freeing mechanism to be under RCU
  ` [PATCH 5/7] Lets ss->can_attach and ss->attach do whole threadgroups at a time
  ` [PATCH 6/7] Adds functionality to read/write lock CLONE_THREAD fork()ing per-threadgroup
  ` [PATCH 7/7] Makes procs file writable to move all threads by tgid at once

S day, and he must have weighed all of a hu
 2009-08-18 20:55 UTC 

[PATCH] Improve debug output from ckpt_notify_error()
 2009-08-18 19:03 UTC  (2+ messages)

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46194-g1344cd0
 2009-08-18 19:00 UTC 

Are there. Nothing, no combination of atoms, no matter of any kind, however small or la
 2009-08-18 10:28 UTC 

[RFC][v4][PATCH 7/7]: Define clone_with_pids syscall
 2009-08-18  3:31 UTC  (7+ messages)
  ` [RFC][v4][PATCH 0/7] clone_with_pids() system call

Theodore, hardened by h
 2009-08-18  3:29 UTC 

[RFC] IO scheduler based IO controller V7
 2009-08-18  0:42 UTC 

trying now to do right, and repair our
 2009-08-17 21:45 UTC 

c/r: some cleanup for sockets
 2009-08-17 21:41 UTC  (10+ messages)
  ` [PATCH 1/3] c/r: cleanup sock_file_restore()/sock_file_checkpoint()
  ` [PATCH 2/3] c/r: add checkpoint/restore methods to struct proto_ops
  ` [PATCH 3/3] c/r: cleanup - follow naming conventions

[RFC][PATCH] user-cr: Extract kernel headers
 2009-08-17 21:00 UTC  (4+ messages)

ed itself from th
 2009-08-16 22:50 UTC 

[RFC] IO scheduler based IO controller V8
 2009-08-16 19:30 UTC 

h America 37.0% South America 24
 2009-08-15  1:15 UTC 

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46185-ge861b44
 2009-08-14 20:21 UTC 

[PATCH] Fix kfree() corruption in sock_read_buffer_sendmsg()
 2009-08-14 20:21 UTC  (3+ messages)

[RFC][PATCH] flexible array implementation v4
 2009-08-14 19:02 UTC  (3+ messages)

Socket c/r additional features
 2009-08-14  0:52 UTC  (15+ messages)
  ` [PATCH 1/4] Set socket flags on restore using sock_setsockopt() where possible
  ` [PATCH 2/4] Expose may_setuid() in user.h
  ` [PATCH 3/4] Save and restore UNIX socket peer credentials
  ` [PATCH 4/4] Handle unconnected DGRAM sockets with buffers in-flight

biscay
 2009-08-13 17:42 UTC 

FWD
 2009-08-13 10:16 UTC 

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46183-gd8a68a4
 2009-08-12 20:57 UTC 

[PATCH] c/r: Add AF_UNIX support (v10)
 2009-08-12 20:02 UTC 

[PATCH 0/3] cr: support LSM credentials
 2009-08-12 18:14 UTC  (4+ messages)
  ` [PATCH 1/3] cr: checkpoint the active LSM and add RESTART_KEEP_LSM flag
  ` [PATCH 2/3] cr: add generic LSM c/r support
  ` [PATCH 3/3] cr: add smack support to lsm c/r

[PATCH] c/r: Add AF_UNIX support (v9)
 2009-08-12 15:12 UTC 

[PATCH] Add script to, given a kernel source tree, automatically write the cr.h
 2009-08-12 10:31 UTC  (4+ messages)

C/R support of UNIX sockets
 2009-08-12  6:17 UTC  (11+ messages)
` [PATCH 1/5] Add an errno validation function (v2)
` [PATCH 2/5] Add a ckpt_read_string() function (v3)
` [PATCH 5/5] c/r: Add AF_UNIX support (v8)

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46181-ga101d30
 2009-08-12  6:11 UTC 

[PATCH] objhash: fix syntax error
 2009-08-12  6:11 UTC  (2+ messages)

[PATCH] powerpc: vdso build fix (ckpt-v17)
 2009-08-12  6:11 UTC  (2+ messages)

[PATCH] CGROUPS: includecheck fix for include/linux/page_cgroup.h
 2009-08-10 18:50 UTC  (2+ messages)


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