commit | ae91b5d6ef289938c2950497dcae718da87fd88e | [log] [tgz] |
---|---|---|
author | Seokhwan Kim <sukka.kim@fuchsia.infra.roller.samsung.com> | Thu Nov 10 22:04:50 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 10 14:05:51 2022 -0800 |
tree | 553cd1bb1a71d39a1ab03d03e2d178382234a95d | |
parent | f620c19a81a6643f5fdc9af37d7aa1d1b8efd28b [diff] |
[roll] Roll fuchsia Reland "[f2fs] Reduce writeback latency" This is a reland of commit b38ab48ec4ebb7c052479fb4cf8ac9307b15e946 Original change's description: > [f2fs] Reduce writeback latency > > This CL rewrites the write path to avoid contention on FileCache > between f2fs and writeback threads. The f2fs thread keeps dirty > Pages in a separate list, and the writeback thread flushes them > from the list without searching FileCache. It is shown that > this way can lower writeback latency by around 18% On NUC11. > > Original-Bug: 107158 > > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714282 Original-Bug: 107158 Original-Fixed: 114349 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755303 Original-Revision: 18d7cb8ea8e25b377523e0829268e9b0ea80df4d GitOrigin-RevId: 978f04cf502da1cf8c57baa370b5fa936f994fcc Change-Id: I4ec6db5313154a64cc77a1807a18416cdac6a679
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.