public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.14-ck1
@ 2005-10-28 11:18 Con Kolivas
  2005-10-28 12:04 ` 2.6.14-ck1 WU Fengguang
  2005-11-02 20:38 ` [ck] 2.6.14-ck1 Predrag Ivanovic
  0 siblings, 2 replies; 6+ messages in thread
From: Con Kolivas @ 2005-10-28 11:18 UTC (permalink / raw)
  To: linux kernel mailing list; +Cc: ck, WU Fengguang

[-- Attachment #1: Type: text/plain, Size: 1676 bytes --]

These are patches designed to improve system responsiveness and interactivity. 
It is configurable to any workload but the default ck* patch is aimed at the 
desktop and ck*-server is available with more emphasis on serverspace.

Apply to 2.6.14
http://ck.kolivas.org/patches/2.6/2.6.14/2.6.14-ck1/patch-2.6.14-ck1.bz2

or server version
http://ck.kolivas.org/patches/2.6/2.6.14/2.6.14-ck1/patch-2.6.14-ck1-server.bz2

web:
http://kernel.kolivas.org
all patches:
http://ck.kolivas.org/patches/
Split patches available.


Changes:

Added:
+adaptive-readahead-4.patch
We Fengguang's adaptive readahead patch. Please test and report experiences - 
Wu has been cc'ed on this email, please keep him cc'ed for reports.

+set_workqueue_nice-1.patch
Add a function to set workqueue nice levels

+dm-drop_kcryptd_prio.patch
Use the above function to set kcryptd priority to nice 0 since kcryptd 
consumes massive amounts of cpu. This code is safe but I don't even know if 
it's successfully changing priority yet.


Updated:
~2.6.14_to_staircase12.1.diff
Rolled up staircase tweaks

~mm-swap_prefetch-18.patch
Current version of swap prefetching. Stable!


Full patchlist:
2.6.14_to_staircase12.1.diff
schedrange.diff
schedbatch2.9.diff
sched-iso3.2.patch
smp-nice-support7.diff
1g_lowmem1_i386.diff
defaultcfq.diff
isobatch_ionice2.diff
rt_ionice.diff
pdflush-tweaks.patch
hz-default_values.patch
hz-no250.patch
vm-mapped.diff
vm-lots_watermark.diff
vm-background_scan-1.diff
mm-swap_prefetch-18.patch
set_workqueue_nice-1.patch
dm-drop_kcryptd_prio.patch
adaptive-readahead-4.patch
2614ck1-version.diff


Cheers,
Con

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.14-ck1
  2005-10-28 11:18 2.6.14-ck1 Con Kolivas
@ 2005-10-28 12:04 ` WU Fengguang
  2005-11-02 20:38 ` [ck] 2.6.14-ck1 Predrag Ivanovic
  1 sibling, 0 replies; 6+ messages in thread
From: WU Fengguang @ 2005-10-28 12:04 UTC (permalink / raw)
  To: Con Kolivas; +Cc: linux kernel mailing list, ck

On Fri, Oct 28, 2005 at 09:18:09PM +1000, Con Kolivas wrote:
> These are patches designed to improve system responsiveness and interactivity. 
> It is configurable to any workload but the default ck* patch is aimed at the 
> desktop and ck*-server is available with more emphasis on serverspace.
> ... 
> Added:
> +adaptive-readahead-4.patch
> We Fengguang's adaptive readahead patch. Please test and report experiences - 
> Wu has been cc'ed on this email, please keep him cc'ed for reports.
Thanks. I've done a lot testings and improvements these days, and will release a
new version soon.

Regards,
Wu Fengguang

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ck] 2.6.14-ck1
  2005-10-28 11:18 2.6.14-ck1 Con Kolivas
  2005-10-28 12:04 ` 2.6.14-ck1 WU Fengguang
@ 2005-11-02 20:38 ` Predrag Ivanovic
  2005-11-02 22:51   ` Con Kolivas
  1 sibling, 1 reply; 6+ messages in thread
From: Predrag Ivanovic @ 2005-11-02 20:38 UTC (permalink / raw)
  To: ck; +Cc: linux-kernel, ck, wfg

On Fri, 28 Oct 2005 21:18:09 +1000
Con Kolivas wrote:

<snip> 
> Changes:
> 
> Added:
> +adaptive-readahead-4.patch
> We Fengguang's adaptive readahead patch. Please test and report
> experiences - Wu has been cc'ed on this email, please keep him cc'ed
> for reports.
> 
Con,any recommended value for /proc/sys/kernel/readahead_ratio,
or is it automagicly set?It's value is 0 ATM. 
 
Great work with ck.BTW :-)

Pedja
--
 Data is a lot like humans: It is born. Matures. Gets married to other
data, divorced. Gets old. One thing that it doesn't do is die. It has
to be killed. -- Arthur Miller

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ck] 2.6.14-ck1
  2005-11-02 20:38 ` [ck] 2.6.14-ck1 Predrag Ivanovic
@ 2005-11-02 22:51   ` Con Kolivas
  2005-11-03  8:34     ` 2.6.14-ck1 Rudo Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Con Kolivas @ 2005-11-02 22:51 UTC (permalink / raw)
  To: ck; +Cc: Predrag Ivanovic, linux-kernel, wfg

On Thu, 3 Nov 2005 07:38 am, Predrag Ivanovic wrote:
> On Fri, 28 Oct 2005 21:18:09 +1000
> Con Kolivas wrote:
>
> <snip>
>
> > Changes:
> >
> > Added:
> > +adaptive-readahead-4.patch
> > We Fengguang's adaptive readahead patch. Please test and report
> > experiences - Wu has been cc'ed on this email, please keep him cc'ed
> > for reports.
>
> Con,any recommended value for /proc/sys/kernel/readahead_ratio,
> or is it automagicly set?It's value is 0 ATM.

Yes. First it's supposed to be in /proc/sys/vm (my fault on the merge), and it 
should be set to about 50. All this is corrected in 2.6.14-ck2 which has the 
new readahead code, the tunable in the correct location, and the default set 
to 50. 

> Great work with ck.BTW :-)

Thanks!

Cheers,
Con

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.14-ck1
  2005-11-02 22:51   ` Con Kolivas
@ 2005-11-03  8:34     ` Rudo Thomas
  2005-11-03  8:47       ` 2.6.14-ck1 Con Kolivas
  0 siblings, 1 reply; 6+ messages in thread
From: Rudo Thomas @ 2005-11-03  8:34 UTC (permalink / raw)
  To: Con Kolivas; +Cc: ck, linux-kernel, wfg

> > Con,any recommended value for /proc/sys/kernel/readahead_ratio, or
> > is it automagicly set?It's value is 0 ATM.
> 
> Yes. First it's supposed to be in /proc/sys/vm (my fault on the
> merge), and it should be set to about 50. All this is corrected in
> 2.6.14-ck2 which has the new readahead code, the tunable in the
> correct location, and the default set to 50. 

Con, it's still in /proc/sys/kernel in ck2, AFAICT.

Rudo.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.14-ck1
  2005-11-03  8:34     ` 2.6.14-ck1 Rudo Thomas
@ 2005-11-03  8:47       ` Con Kolivas
  0 siblings, 0 replies; 6+ messages in thread
From: Con Kolivas @ 2005-11-03  8:47 UTC (permalink / raw)
  To: Rudo Thomas; +Cc: ck, linux-kernel, wfg

On Thu, 3 Nov 2005 07:34 pm, Rudo Thomas wrote:
> > > Con,any recommended value for /proc/sys/kernel/readahead_ratio, or
> > > is it automagicly set?It's value is 0 ATM.
> >
> > Yes. First it's supposed to be in /proc/sys/vm (my fault on the
> > merge), and it should be set to about 50. All this is corrected in
> > 2.6.14-ck2 which has the new readahead code, the tunable in the
> > correct location, and the default set to 50.
>
> Con, it's still in /proc/sys/kernel in ck2, AFAICT.

Bah you're right. Thanks for the heads up. It will work the same there; it's 
just not meant to be there. Anyway I don't think you'll need to be fiddling 
with the default value generally.

Cheers,
Con

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-03  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-28 11:18 2.6.14-ck1 Con Kolivas
2005-10-28 12:04 ` 2.6.14-ck1 WU Fengguang
2005-11-02 20:38 ` [ck] 2.6.14-ck1 Predrag Ivanovic
2005-11-02 22:51   ` Con Kolivas
2005-11-03  8:34     ` 2.6.14-ck1 Rudo Thomas
2005-11-03  8:47       ` 2.6.14-ck1 Con Kolivas

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