Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-08-14 15:35:53 to 2009-08-25 00:04:43 UTC [more...]

[PATCH] Remove struct timeval from socket header
 2009-08-25  0:04 UTC  (2+ messages)

[lxc-devel] Memory Resources
 2009-08-24 23:03 UTC  (27+ messages)
                                              ` [Devel] "

[PATCH 1/2] Check for valid destructor pointer before calling it
 2009-08-24 21:27 UTC  (5+ messages)
  ` [PATCH 2/2] [RFC] Add checkpoint/restart support for epoll files

[PATCH 0/11] cr_tests: Futex c/r test cleanups
 2009-08-24 20:58 UTC 

[PATCH] Set socket flags on restore using sock_setsockopt() where possible (v3)
 2009-08-24 18:54 UTC 

Socket C/R additional features
 2009-08-24 18:03 UTC  (6+ 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)

[RFC] Change socket checkpoint to retain DGRAM source addresses
 2009-08-24 17:11 UTC  (4+ messages)
  ` [PATCH 1/3] Set the CHECKPOINTED flag on objects before calling checkpoint
  ` [PATCH 2/3] Make sockets proper objhash objects and use checkpoint_obj() on them
  ` [PATCH 3/3] Store socket owner with buffers

[PATCH 01/24] io-controller: Documentation
 2009-08-24  3:30 UTC  (44+ 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

You? Now a good map--" "Is it peradventure that manner
 2009-08-23 21:28 UTC 

der; Weary, yet eage
 2009-08-22 16:02 UTC 

[RFC][v4][PATCH 0/7] clone_with_pids() system call
 2009-08-21 16:11 UTC  (2+ messages)

[PATCH 0/8] CGroups: cgroup memberlist enhancements/fixes
 2009-08-21  4:58 UTC  (37+ 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 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  (2+ messages)

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 

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)


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