[Ocfs2-devel] [PATCH 0/7] ocfs2: allocate blocks in direct I/O write

Andrew Morton akpm at linux-foundation.org
Wed Sep 10 12:42:27 PDT 2014


On Wed, 10 Sep 2014 20:38:04 +0800 WeiWei Wang <wangww631 at huawei.com> wrote:

> hi all,
> In ocfs2 append I/O write and fill holes I/O write situation, blocks have not been allocated yet, so the direct I/O write will fallback to buffer I/O write.
> Buffer I/O write the data to page cache first, then flush the page cache to disk, this will consume some performance. In this patch, the direct I/O write
> doesn't not need to fallback to buffer I/O write any more because the allocate blocks are enabled in direct I/O now.
> 

The entire point of the patchset is to improve performance, but the
changelog contains no performance measurements!  How do we know it's
worth considering?  Please include quantitative benchmarking results
in the changelog.





More information about the Ocfs2-devel mailing list