Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586771 > unrolled thread
| Started by | Chao Yu <yuchao0@huawei.com> |
|---|---|
| First post | 2017-02-23 10:30 +0100 |
| Last post | 2017-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.
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
| From | Chao Yu <yuchao0@huawei.com> |
|---|---|
| Date | 2017-02-23 10:30 +0100 |
| Subject | Re: [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>
Back to top | Article view | linux.kernel
csiph-web