问题workqueue name 就是 alloc_workqueue 的第一个参数:/**
* alloc_workqueue - allocate a workqueue
* @fmt: printf format for the name of the workqueue
[...]
#define alloc_workqueue(fmt, flags, max...阅读全文
先科普下 BCCBCC 官方:BCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. It makes use of extended BPF (Berkeley Pac...阅读全文
因为 EROFS 就是奔着取代 SquashFS 去的(should be),之前我们已经添加了碎片的支持,但是不支持去重。先大概看下 SquashFS 碎片去重是怎么做的。知己知彼,才能百战百胜。Check SquashFS 碎片去重参考 squashfs-tools 4.5.1/* hash tables used to do fast duplicate searc...阅读全文