| commit | 142d636b3d570416c6de966a28e27bdea9cd85b4 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Tue Oct 21 16:31:19 2025 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Thu Nov 06 14:21:34 2025 -0800 |
| tree | 5e8daa18ed6c3c165c3a2707deb5f587c4436219 | |
| parent | a9260c84a79b93b95062c3e548051dded9fe359a [diff] |
fuse2fs: flush dirty metadata periodically Flush dirty metadata out to disk periodically like the kernel, to reduce the potential for data loss if userspace doesn't explicitly fsync. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>