linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Per-bdi writeback flusher threads v13
@ 2009-07-30 21:23 Jens Axboe
  2009-07-30 21:23 ` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info Jens Axboe
                   ` (9 more replies)
  0 siblings, 10 replies; 30+ messages in thread
From: Jens Axboe @ 2009-07-30 21:23 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel
  Cc: chris.mason, david, hch, akpm, jack, yanmin_zhang, richard,
	damien.wyart, fweisbec, Alan.Brunelle

Hi,

Here's the 13th version of the writeback patches. Changes since v12:

- Update to 2.6.31-rc4 ('ish, it's on top of current -git, but wil apply
  to -rc4 as well).
- Drop the last patch in the series, it was a questionable optimization
  that needs to be tested and evaluated separately.

For ease of patching, I've put the full diff here:

  http://kernel.dk/writeback-v13.patch

and also stored this in a writeback-v12 branch that will not change,
you can pull that into Linus tree from here:

  git://git.kernel.dk/linux-2.6-block.git writeback-v13

I'm not aware of any problems with this code at this point, and it's
been sitting in -next for a few months without reported incidents.
The target for the patchset is still 2.6.32.

 b/block/blk-core.c            |    1 
 b/drivers/block/aoe/aoeblk.c  |    1 
 b/drivers/char/mem.c          |    1 
 b/fs/btrfs/disk-io.c          |    1 
 b/fs/buffer.c                 |    2 
 b/fs/char_dev.c               |    1 
 b/fs/configfs/inode.c         |    1 
 b/fs/fs-writeback.c           |  766 ++++++++++++++++++++++++++--------
 b/fs/fuse/inode.c             |    1 
 b/fs/hugetlbfs/inode.c        |    1 
 b/fs/nfs/client.c             |    1 
 b/fs/ocfs2/dlm/dlmfs.c        |    1 
 b/fs/ramfs/inode.c            |    1 
 b/fs/super.c                  |    3 
 b/fs/sysfs/inode.c            |    1 
 b/fs/ubifs/super.c            |    1 
 b/include/linux/backing-dev.h |   71 +++
 b/include/linux/fs.h          |   11 
 b/include/linux/writeback.h   |   15 
 b/kernel/cgroup.c             |    1 
 b/mm/Makefile                 |    2 
 b/mm/backing-dev.c            |  533 +++++++++++++++++++++++
 b/mm/page-writeback.c         |  157 ------
 b/mm/swap_state.c             |    1 
 b/mm/vmscan.c                 |    2 
 mm/pdflush.c                  |  269 -----------
 26 files changed, 1250 insertions(+), 596 deletions(-)

-- 
Jens Axboe

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

end of thread, other threads:[~2009-08-28 20:29 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 21:23 [PATCH 0/9] Per-bdi writeback flusher threads v13 Jens Axboe
2009-07-30 21:23 ` [PATCH 1/9] writeback: move dirty inodes from super_block to backing_dev_info Jens Axboe
2009-08-06 21:35   ` Christoph Hellwig
2009-08-12 16:12     ` Jens Axboe
2009-08-12 16:18       ` Jens Axboe
2009-08-28 20:29       ` Christoph Hellwig
2009-07-30 21:23 ` [PATCH 2/9] writeback: switch to per-bdi threads for flushing data Jens Axboe
2009-08-05 16:35   ` Jan Kara
2009-08-06 21:44     ` Christoph Hellwig
2009-07-30 21:23 ` [PATCH 3/9] writeback: get rid of pdflush completely Jens Axboe
2009-07-30 21:23 ` [PATCH 4/9] writeback: separate the flushing state/task from the bdi Jens Axboe
2009-07-30 21:24 ` [PATCH 5/9] writeback: support > 1 flusher thread per bdi Jens Axboe
2009-08-05 19:55   ` Jan Kara
2009-08-06  7:05     ` Jens Axboe
2009-08-06 20:56       ` Jan Kara
2009-08-24 11:43         ` Jens Axboe
2009-08-24 12:36           ` Jan Kara
2009-08-24 14:09             ` Jens Axboe
2009-08-06 21:33   ` Christoph Hellwig
2009-07-30 21:24 ` [PATCH 6/9] writeback: allow sleepy exit of default writeback task Jens Axboe
2009-08-05 19:57   ` Jan Kara
2009-08-06  7:03     ` Jens Axboe
2009-08-06 18:55       ` Jan Kara
2009-07-30 21:24 ` [PATCH 7/9] writeback: add some debug inode list counters to bdi stats Jens Axboe
2009-07-30 21:24 ` [PATCH 8/9] writeback: add name to backing_dev_info Jens Axboe
2009-07-30 21:24 ` [PATCH 9/9] writeback: check for registered bdi in flusher add and inode dirty Jens Axboe
2009-07-31  6:30 ` [PATCH 0/9] Per-bdi writeback flusher threads v13 Damien Wyart
2009-07-31  7:15   ` Jens Axboe
2009-08-03 19:29     ` Damien Wyart
2009-08-03 20:28       ` Jens Axboe

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).