linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Improve writeout pattern from xfs_flush_pages()
@ 2011-08-03 20:49 Jan Kara
  2011-08-03 20:49 ` [PATCH 1/2] vfs: Create filemap_flush_range() Jan Kara
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Jan Kara @ 2011-08-03 20:49 UTC (permalink / raw)
  To: hch; +Cc: xfs, linux-fsdevel


  Hi,

  at one of customer's machines, I've spotted an issue that sync(1) called
after writing a single huge file has been achieving rather low throughput. After
debugging this with blktrace, I've found that the culprit was in flusher thread
racing with page writeout happening from XFS sync code. The patches below helped
that case. Although they are not a complete solution, I belive they are useful
anyway so please consider merging them...

									Honza

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

end of thread, other threads:[~2011-08-04 12:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 20:49 [PATCH 0/2] Improve writeout pattern from xfs_flush_pages() Jan Kara
2011-08-03 20:49 ` [PATCH 1/2] vfs: Create filemap_flush_range() Jan Kara
2011-08-03 20:49 ` [PATCH 2/2] xfs: Call filemap_flush_range() for async xfs_flush_pages() call Jan Kara
2011-08-03 22:03   ` Christoph Hellwig
2011-08-03 22:34   ` Vivek Goyal
2011-08-04 10:03     ` Jan Kara
2011-08-03 21:42 ` [PATCH 0/2] Improve writeout pattern from xfs_flush_pages() Christoph Hellwig
2011-08-04 10:36   ` Jan Kara
2011-08-04 10:42     ` Christoph Hellwig
2011-08-04 12:07       ` Jan Kara
2011-08-04 12:19         ` Christoph Hellwig
2011-08-04 12:37           ` Jan Kara
2011-08-04 12:41             ` Christoph Hellwig

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