public inbox for developer@lists.illumos.org (since 2011-08)
 help / color / mirror / Atom feed
* [developer] REVIEW: 13897 & 16822
@ 2024-10-03  7:50 Toomas Soome via illumos-developer
  0 siblings, 0 replies; only message in thread
From: Toomas Soome via illumos-developer @ 2024-10-03  7:50 UTC (permalink / raw)
  To: illumos-developer

[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]

hi!

Please review:
13897 loader: implement mount/unmount rootfs
https://code.illumos.org/c/illumos-gate/+/1564

and

16822 EFI loader: Don't free bcache for DEVT_DISK devs
https://code.illumos.org/c/illumos-gate/+/3726

Those are logically related updates addressing the same problem, which is losing cached data (in loader block cache) as we repeatedly open and close files from the same rootfs and with every open, we need to re-read the file system metadata. The solution there is to keep rootfs “mounted”, that is, keep its metadata till we change  value of “currdev” variable.

Since we do not have integrated the metrics mechanism to make it possible to measure the speedup (referred in the issue #16822), we only can do limited measurements and need to rely on performance data posted with FreeBSD commits.

Thanks,
Toomas
------------------------------------------
illumos: illumos-developer
Permalink: https://illumos.topicbox.com/groups/developer/T6e90cf598f97f7fb-Mff6316b884fefce90ad17e80
Delivery options: https://illumos.topicbox.com/groups/developer/subscription

[-- Attachment #2: Type: text/html, Size: 8355 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-03  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-03  7:50 [developer] REVIEW: 13897 & 16822 Toomas Soome via illumos-developer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).