linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Per-bdi writeback flusher threads v15
@ 2009-08-31 19:41 Jens Axboe
  2009-08-31 19:41 ` [PATCH 1/7] writeback: move dirty inodes from super_block to backing_dev_info Jens Axboe
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Jens Axboe @ 2009-08-31 19:41 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel; +Cc: chris.mason, david, hch, akpm, jack

Hi,

Here's the 15th version of the writeback patches. Changes since v14:

- Collapsed a few patches and got rid of the multiple thread support.
  The work items remain, it's been well tested and means that you
  can queue work for a bdi without blocking and waiting for it to
  finish the existing work. Lazy exit is now included in the
  first patch.
- I kept the 'remove pdflush' patch separate. The main patch is
  already big enough, and thinking about it, I think it makes sense
  to retain as a separate patch.

Christoph, let me know if there are things you are still not happy
with and I will reply/address them. Note that this series has only
received a light testing. This means that it boots and seems to work
(flushes data on sync and at intervals) and does not corrupt data,
but it hasn't received a thorough testing yet. That will come tomorrow.
But I wanted to push this out there, so we can settle the code base
quickly again.

 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           |  907 ++++++++++++++++++++++++----------
 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/sync.c                   |    2 
 b/fs/sysfs/inode.c            |    1 
 b/fs/ubifs/super.c            |    1 
 b/include/linux/backing-dev.h |   57 ++
 b/include/linux/fs.h          |   10 
 b/include/linux/writeback.h   |   19 
 b/kernel/cgroup.c             |    1 
 b/kernel/sysctl.c             |    8 
 b/mm/Makefile                 |    2 
 b/mm/backing-dev.c            |  379 +++++++++++++-
 b/mm/page-writeback.c         |  165 +-----
 b/mm/swap_state.c             |    1 
 b/mm/vmscan.c                 |    2 
 mm/pdflush.c                  |  269 ----------
 28 files changed, 1145 insertions(+), 695 deletions(-)

-- 
Jens Axboe


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

end of thread, other threads:[~2009-09-01  8:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-31 19:41 [PATCH 0/7] Per-bdi writeback flusher threads v15 Jens Axboe
2009-08-31 19:41 ` [PATCH 1/7] writeback: move dirty inodes from super_block to backing_dev_info Jens Axboe
2009-08-31 19:41 ` [PATCH 2/7] writeback: switch to per-bdi threads for flushing data Jens Axboe
2009-08-31 19:41 ` [PATCH 3/7] writeback: get rid of pdflush completely Jens Axboe
2009-08-31 19:41 ` [PATCH 4/7] writeback: add some debug inode list counters to bdi stats Jens Axboe
2009-08-31 19:41 ` [PATCH 5/7] writeback: add name to backing_dev_info Jens Axboe
2009-08-31 19:41 ` [PATCH 6/7] writeback: check for registered bdi in flusher add and inode dirty Jens Axboe
2009-08-31 19:41 ` [PATCH 7/7] vm: Add an tuning knob for vm.max_writeback_pages Jens Axboe
2009-08-31 19:51 ` [PATCH 0/7] Per-bdi writeback flusher threads v15 Christoph Hellwig
2009-08-31 19:56   ` Jens Axboe
2009-08-31 19:56     ` Jens Axboe
2009-09-01  4:01 ` Theodore Tso
2009-09-01  6:29   ` Jens Axboe
2009-09-01  7:24     ` Jens Axboe
2009-09-01  7:46       ` Jens Axboe
2009-09-01  8:06         ` 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).