Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1586771
| From | Chao Yu <yuchao0@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [f2fs-dev] [PATCH 5/5] f2fs: avoid out-of-order execution of atomic writes |
| Date | 2017-02-23 10:30 +0100 |
| Message-ID | <tdXSO-7Pd-13@gated-at.bofh.it> (permalink) |
| References | <t6VM5-g9-3@gated-at.bofh.it> <t6VM6-g9-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
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
csiph-web