Commit e3360db
committed
feat(ext4): enable inline_data on rootfs mkfs
Tiny files (<~160 B with default 256 B inodes) now live inside the
inode instead of getting their own 4 KiB data block. Reduces rootfs
diff size for small-file churn (pidfiles, /run state, utmp, package
metadata) and improves locality since dirty blocks cluster on
inode-table blocks rather than scattering across the data region —
fewer GCS chunks per cold resume.
mkfs-time only; applies to newly-built bases. Existing diff/discard
behaviour unchanged for files above the inline threshold.1 parent 87016d0 commit e3360db
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments