TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fast Commits for Ext4

93 点作者 joseluisq超过 4 年前

4 条评论

syoc超过 4 年前
Previous discussion (51 comments) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25794659" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25794659</a>
tobias3超过 4 年前
Great development! I&#x27;m certainly all for this becoming the standard&#x2F;default. Unfortunately for those relying on fsync() flushing the whole file system (which one shouldn&#x27;t) syncfs() isn&#x27;t a great replacement. Last time I tested that it didn&#x27;t return errors on failure nor was it making certain all changes to the file system before syncfs() made it to disk.<p>Btrfs had this &quot;fast fsync&quot; for a while already btw. (out of necessity -- otherwise fsync would be even more unbearably slow on btrfs). This seemed to be difficult to implement (lots of corner cases). Every release there were &quot;fast fsync&quot; bug fixes such as e.g. <a href="https:&#x2F;&#x2F;lore.kernel.org&#x2F;linux-btrfs&#x2F;20200220132949.20571-1-fdmanana@kernel.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lore.kernel.org&#x2F;linux-btrfs&#x2F;20200220132949.20571-1-f...</a> <a href="https:&#x2F;&#x2F;lore.kernel.org&#x2F;linux-btrfs&#x2F;20200722112837.15516-1-fdmanana@kernel.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lore.kernel.org&#x2F;linux-btrfs&#x2F;20200722112837.15516-1-f...</a> . Let&#x27;s hope the ext4 version of this has less initial issues.
Badfood超过 4 年前
I didn&#x27;t realise fsync syncs the whole fs. This explains some write cache issues I&#x27;ve been having writing real-time data streams to sometimes slow SD cards. This change would solve my problems rather than create problems. But hey now I can fix it anyway
评论 #25972707 未加载
breck超过 4 年前
Anyone have links to the best resources to master the core paradigms of file systems and stay up to date with future R&amp;D?<p>Best books? Websites? Journals? People on Twitter to follow? GitHub projects to watch? YouTube videos?
评论 #25971167 未加载
评论 #25971980 未加载