Files
LoGin 9b70d611ab fs: honor root mount command line options (#1957)
* feat(virtio): support virtio pmem block device

Signed-off-by: longjin <longjin@dragonos.org>

* fs: honor root mount command line options

Signed-off-by: longjin <longjin@dragonos.org>

* fix(kernel): use contains() instead of iter().any() in cmdline

Clippy flagged a manual_contains lint: names.iter().any(|name| *name == option)
should be names.contains(&option) which is more idiomatic and efficient.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix(virtio_pmem): use Arc<KSet> instead of Arc<dyn KSet>

KSet is a struct, not a trait, so it cannot be used as a trait object
with `dyn`. This fixes the clippy build error in make fmt.

Signed-off-by: longjin <longjin@dragonos.org>

* fix(vfs): parse common root mount flags

Signed-off-by: longjin <longjin@dragonos.org>

---------

Signed-off-by: longjin <longjin@dragonos.org>
2026-06-05 13:30:23 +08:00
..
2025-04-20 18:51:45 +08:00
2022-08-01 20:55:47 +08:00
2022-02-28 16:15:44 +08:00
2025-04-20 18:51:45 +08:00
2025-04-20 18:51:45 +08:00
2025-04-20 18:51:45 +08:00
2025-06-29 17:57:32 +08:00
2025-04-20 18:51:45 +08:00
2025-04-20 18:51:45 +08:00
2025-04-20 18:51:45 +08:00
2025-04-20 18:51:45 +08:00
2024-02-07 18:06:15 +08:00