【收集】UBI & UBIFS

============================【官方资料】
http://www.linux-mtd.infradead.org/doc/ubi.html 【UBI doc】
中文翻译:https://blog.csdn.net/bang417/article/details/50833583
http://www.linux-mtd.infradead.org/faq/ubi.html 【UBI FAQ】
http://www.linux-mtd.infradead.org/doc/ubi.ppt
http://www.linux-mtd.infradead.org/doc/ubidesign/ubidesign.pdf

http://www.linux-mtd.infradead.org/doc/ubifs.html 【UBIFS】
http://www.linux-mtd.infradead.org/faq/ubifs.html 【UBIFS FAQ】
http://www.linux-mtd.infradead.org/doc/ubifs_whitepaper.pdf

https://elinux.org/images/f/f8/CELFJamboree30-UBIFS_update.pdf
https://elinux.org/images/9/9a/CELFJamboree29-FlashFS-Toshiba.pdf
https://www.2net.co.uk/downloads/ESC-5.4-flash_filesystems-slides.pdf

============================【基础知识】
Linux ubi子系统原理分析 https://www.cnblogs.com/gmpy/p/10874475.html
ubi 数据结构简单分析 https://blog.csdn.net/Golden_Chen/article/details/110946238

UBIFS文件系统 https://blog.csdn.net/shichaog/article/details/45932339

============================【深入】
【重要】Linux UBI子系统设计初探 https://www.cnblogs.com/wahaha02/p/4814698.html

【重要】ubifs总体设计分析 https://www.cnblogs.com/wahaha02/p/4504683.html
【重要】ubifs性能优化分析 https://www.cnblogs.com/wahaha02/p/4504688.html
【重要】ubifs核心对象 -- TNC和LPT https://www.cnblogs.com/wahaha02/p/4583873.html
【重要】ubifs扩展性分析 https://www.cnblogs.com/wahaha02/p/4583890.html
【重要】ubifs核心功能 -- 垃圾回收 https://www.cnblogs.com/wahaha02/p/4656741.html

【重要】UBIFS文件系统(一)https://blog.csdn.net/qq_35018427/article/details/117968237
【重要】UBIFS文件系统(二)https://blog.csdn.net/qq_35018427/article/details/118119538
【重要】UBIFS文件系统(三)https://blog.csdn.net/qq_35018427/article/details/118711821
【重要】UBIFS文件系统(四)https://blog.csdn.net/qq_35018427/article/details/119118521
【重要】UBIFS文件系统(五)https://blog.csdn.net/qq_35018427/article/details/121443238

============================【代码分析】
尹忠凯: 针对Flash的Linux UBI子系统代码深度分析 https://cloud.tencent.com/developer/article/1821529
针对Flash的Linux UBI子系统是怎样的 https://www.yisu.com/zixun/457902.html

Linux 内核驱动解析 - UBI坏块预留大小 https://www.litreily.top/2020/05/07/ubi-driver/

UBIFS文件系统分析1 - 磁盘结构 https://blog.csdn.net/kickxxx/article/details/7109662
UBIFS文件系统分析2 - master node管理 https://blog.csdn.net/kickxxx/article/details/7168394
UBIFS文件系统分析3 - 超级块管理 https://blog.csdn.net/kickxxx/article/details/7174342
UBIFS文件系统分析4 - 目录项管理 https://blog.csdn.net/kickxxx/article/details/7178670
UBIFS文件系统分析5 - 文件读写 https://blog.csdn.net/kickxxx/article/details/7181436
UBIFS文件系统分析6 - LPT分析1 https://blog.csdn.net/kickxxx/article/details/7207730
UBIFS文件系统分析7 - LPROPS https://blog.csdn.net/kickxxx/article/details/7222542

------- EOF --------

posted @ 2022-04-09 10:16  yvivid  阅读(60)  评论(0编辑  收藏  举报