Re: Early boot raw device access timing?

2025-07-03 Thread Amos Jeffries
On 4/07/25 03:40, Milos Nikic wrote: Hi all, I’m working on a user-space metadata journaling layer for libdiskfs and have run into a boot-time issue I hope to get guidance on. The goal is to capture metadata changes very early in the boot process — ideally even before fsck — and flush them t

Early boot raw device access timing?

2025-07-03 Thread Milos Nikic
Hi all, I’m working on a user-space metadata journaling layer for libdiskfs and have run into a boot-time issue I hope to get guidance on. The goal is to capture metadata changes very early in the boot process — ideally even before fsck — and flush them to a raw device (backed by a file or simila

Re: [RFC] Toy journaling skeleton for ext2fs

2025-07-03 Thread Samuel Thibault
Milos Nikic, le mer. 02 juil. 2025 18:25:11 -0700, a ecrit: > Thank you for sharing your thoughts on real-time support Not real-time, relatime :) (relative atime) It really saves a *lot* of utime updates. Samuel