linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fengguang Wu <wfg@mail.ustc.edu.cn>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] adaptive readahead update
Date: Sat, 06 Jan 2007 15:26:26 +0800	[thread overview]
Message-ID: <368068420.16860@ustc.edu.cn> (raw)
Message-ID: <20070106072626.911640026@mail.ustc.edu.cn> (raw)

Andrew,

Here're more readahead updates. They go like:

--- broken-out/series	2007-01-05 13:13:19.000000000 +0800
+++ patches/series	2007-01-05 22:11:37.000000000 +0800
@@ -985,13 +985,17 @@
 readahead-sysctl-parameters.patch
 readahead-sysctl-parameters-use-ctl_unnumbered.patch
 readahead-sysctl-parameters-fix.patch
+readahead-sysctl-parameters-set-readahead_hit_rate-1.patch
 readahead-min-max-sizes.patch
+readahead-min-max-sizes-remove-get_readahead_bounds.patch
 readahead-state-based-method-aging-accounting.patch
 readahead-state-based-method-routines.patch
 readahead-state-based-method.patch
 readahead-context-based-method.patch
 readahead-context-based-method-locking-fix.patch
 readahead-context-based-method-locking-fix-2.patch
+readahead-context-based-method-update-ra_min.patch
+readahead-context-based-method-remove-readahead_ratio.patch
 readahead-initial-method-guiding-sizes.patch
 readahead-initial-method-thrashing-guard-size.patch
 readahead-initial-method-user-recommended-size.patch
@@ -1001,9 +1005,10 @@
 readahead-call-scheme.patch
 readahead-call-scheme-ifdef-fix.patch
 readahead-call-scheme-build-fix.patch
+readahead-call-scheme-remove-get_readahead_bounds.patch
-readahead-laptop-mode.patch
 readahead-loop-case.patch
 readahead-nfsd-case.patch
+readahead-nfsd-case-remove-ra_min.patch
 readahead-nfsd-case-fix.patch
 readahead-nfsd-case-fix-uninitialized-ra_min-ra_max.patch
 readahead-turn-on-by-default.patch


Summary of changes
==================

- change default value of readahead_hit_rate to 1
- remove defered readahead for laptop mode
- remove get_readahead_bounds() and update ra_min of the context method
- remove use of readahead_ratio in the context method


readahead-laptop-mode.patch
===========================

Please remove it for now.

It defers readahead when the laptop is spinned down, which may cause unpleasant
delays if the user is watching movie and the media player do not cache enough
data in userland.


readahead-nfsd-case-remove-ra_min.patch
=======================================

Please fold it immediately to avoid a compile error when bisecting.


readahead-insert-cond_resched-calls.patch
readahead-remove-size-limit-on-read_ahead_kb.patch                                                                      
readahead-remove-size-limit-of-max_sectors_kb-on-read_ahead_kb.patch                                                    
====================================================================

It may be better to push them to mainline _before_ the other patches.

They solve some issues on large readahead size.
The main users are currently some laptop mode users.

Regards,
Fengguang Wu
--

             reply	other threads:[~2007-01-06  7:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070106072626.911640026@mail.ustc.edu.cn>
2007-01-06  7:26 ` Fengguang Wu [this message]
     [not found] ` <20070106072729.455570443@mail.ustc.edu.cn>
2007-01-06  7:26   ` [PATCH 1/6] readahead: sysctl parameters: set readahead_hit_rate=1 Fengguang Wu
     [not found] ` <20070106072729.598977589@mail.ustc.edu.cn>
2007-01-06  7:26   ` [PATCH 2/6] readahead: min/max sizes: remove get_readahead_bounds() Fengguang Wu
     [not found] ` <20070106072729.755581784@mail.ustc.edu.cn>
2007-01-06  7:26   ` [PATCH 3/6] readahead: context based method: update ra_min Fengguang Wu
     [not found] ` <20070106072729.877602418@mail.ustc.edu.cn>
2007-01-06  7:26   ` [PATCH 4/6] readahead: context based method: remove readahead_ratio Fengguang Wu
     [not found] ` <20070106072730.019364791@mail.ustc.edu.cn>
2007-01-06  7:26   ` [PATCH 5/6] readahead: call scheme: remove get_readahead_bounds() Fengguang Wu
     [not found] ` <20070106072730.157093477@mail.ustc.edu.cn>
2007-01-06  7:26   ` [PATCH 6/6] readahead: nfsd case: remove ra_min Fengguang Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=368068420.16860@ustc.edu.cn \
    --to=wfg@mail.ustc.edu.cn \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).