标题: Writing Stackable Filesystems [打印本页] 作者: Wenghezhong 时间: 2016-8-22 10:08 标题: Writing Stackable Filesystems Writing filesystems, or any kernel code, is hard. The kernel is a complex environment to master, and small5 K$ D* E) i9 a- a9 o. e$ ~+ u- ^/ P# g9 p* [
mistakes can cause severe data corruption. Filesystems, however, offer a clean data access mechanism that is 6 P( X6 P* Z4 I8 U6 P, z% ytransparent to user applications, which is why developers always desire to add new features to filesystems. In( S/ O6 {% I% v) f
this article, we provide a quick introduction so you can add new functionality to existing filesystems without# L4 j+ y- H/ ?9 G: g; y* A
having to become a kernel or filesystems expert.