Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1586771 > unrolled thread

Re: [f2fs-dev] [PATCH 5/5] f2fs: avoid out-of-order execution of atomic writes

Started byChao Yu <yuchao0@huawei.com>
First post2017-02-23 10:30 +0100
Last post2017-02-23 10:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [f2fs-dev] [PATCH 5/5] f2fs: avoid out-of-order execution of  atomic writes Chao Yu <yuchao0@huawei.com> - 2017-02-23 10:30 +0100

#1586771 — Re: [f2fs-dev] [PATCH 5/5] f2fs: avoid out-of-order execution of atomic writes

FromChao Yu <yuchao0@huawei.com>
Date2017-02-23 10:30 +0100
SubjectRe: [f2fs-dev] [PATCH 5/5] f2fs: avoid out-of-order execution of atomic writes
Message-ID<tdXSO-7Pd-13@gated-at.bofh.it>
On 2017/2/4 7:48, Jaegeuk Kim wrote:
> We need to flush data writes before flushing last node block writes by using
> FUA with PREFLUSH. We don't need to guarantee precedent node writes since if
> those are not written, we can't reach to the last node block when scanning
> node block chain during roll-forward recovery.
> Afterwards f2fs_wait_on_page_writeback guarantees all the IO submission to
> disk, which builds a valid node block chain.
> 
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web