public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <wfg@mail.ustc.edu.cn>
To: Andrew Morton <akpm@osdl.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Michael Rubin <mrubin@google.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 00/11] writeback bug fixes and simplifications
Date: Fri, 28 Dec 2007 21:41:19 +0800	[thread overview]
Message-ID: <398849893.11859@ustc.edu.cn> (raw)
Message-ID: <20071228134119.112899193@mail.ustc.edu.cn> (raw)

Andrew,

Here are some writeback bug fixes and code cleanups, based on 2.6.24-rc6-mm1.

The detailed description can be found in the first patch, which introduces the
new facility for the following patches to use.

The first two patches combined should fix the "slow writes for concurrent large
and small file writes" bug which Michael Rubin tries to fix.

[PATCH 01/11] writeback: introduce s_more_io_wait for inodes to be re-synced af
[PATCH 02/11] writeback: requeue_io_wait() on blocked kupdate
[PATCH 03/11] writeback: replace redirty_tail() on more-pages-to-sync
[PATCH 04/11] writeback: requeue_io_wait() on locked inode
[PATCH 05/11] writeback: requeue_io_wait() on congested blockdev
[PATCH 06/11] writeback: requeue_io_wait() on locked buffers
[PATCH 07/11] writeback: requeue_io() on redirtied inode

More code cleanups:

[PATCH 08/11] writeback: introduce queue_dirty()
[PATCH 09/11] writeback: replace redirty_tail() on memory-backed bdi
[PATCH 10/11] writeback: remove redirty_tail()
[PATCH 11/11] writeback: __sync_single_inode() code cleanup


Diffstat:

 fs/fs-writeback.c         |  125 +++++++++++++-----------------------
 fs/super.c                |    1
 include/linux/fs.h        |    1
 include/linux/writeback.h |    1
 mm/page-writeback.c       |   56 +++++++++-------
 5 files changed, 82 insertions(+), 102 deletions(-)

Thank you,
Fengguang
--

             reply	other threads:[~2007-12-28 13:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20071228134119.112899193@mail.ustc.edu.cn>
2007-12-28 13:41 ` Fengguang Wu [this message]
     [not found] ` <20071228135121.729972858@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 01/11] writeback: introduce s_more_io_wait for inodes to be re-synced after a while Fengguang Wu
     [not found] ` <20071228135121.907366463@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 02/11] writeback: requeue_io_wait() on blocked kupdate Fengguang Wu
     [not found] ` <20071228135122.055004293@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 03/11] writeback: replace redirty_tail() on more-pages-to-sync Fengguang Wu
     [not found] ` <20071228135122.207057056@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 04/11] writeback: requeue_io_wait() on locked inode Fengguang Wu
     [not found] ` <20071228135122.352597180@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 05/11] writeback: requeue_io_wait() on congested blockdev Fengguang Wu
     [not found] ` <20071228135122.498901458@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 06/11] writeback: requeue_io_wait() on locked buffers Fengguang Wu
     [not found] ` <20071228135122.639594456@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 07/11] writeback: requeue_io() on redirtied inode Fengguang Wu
     [not found] ` <20071228135122.779152029@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 08/11] writeback: introduce queue_dirty() Fengguang Wu
     [not found] ` <20071228135122.931500020@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 09/11] writeback: replace redirty_tail() on memory-backed bdi Fengguang Wu
     [not found] ` <20071228135123.092384048@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 10/11] writeback: remove redirty_tail() Fengguang Wu
     [not found] ` <20071228135123.237186756@mail.ustc.edu.cn>
2007-12-28 13:41   ` [PATCH 11/11] writeback: __sync_single_inode() code cleanup Fengguang Wu
2008-01-11 19:05 [PATCH 00/11] writeback bug fixes and simplifications Martin Knoblauch
  -- strict thread matches above, loose matches on Subject: below --
2007-12-27 22:08 Sascha Warner
2007-12-28 23:01 ` Andrew Morton
2007-12-28  4:27   ` Sascha Warner
2007-12-29  6:50     ` Sam Ravnborg
     [not found]     ` <E1J8Ykz-0002zC-8Z@localhost>
2007-12-29 10:17       ` WU Fengguang
2007-12-29 14:56     ` Hans-Peter Jansen
     [not found]       ` <E1JCRh6-0002fD-F8@localhost.localdomain>
2008-01-09  3:33         ` WU Fengguang
     [not found]   ` <E1J8RZS-0005kk-TI@localhost>
2007-12-29  2:37     ` WU Fengguang

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=398849893.11859@ustc.edu.cn \
    --to=wfg@mail.ustc.edu.cn \
    --cc=akpm@osdl.org \
    --cc=peterz@infradead.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