Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/filesystem/
H A Dmod.rs4 pub mod fat; module
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.6.md242 * fix(fat): fix determination of fat type casue crash if fs is fat12/16
244 …* refactor(fat): split BiosParameterBlock.validate() into BiosParameterBlockFAT32.validate() and B…
H A DV0.1.8.md72 - bugfix: 修正fat文件系统未能正确的扩展文件大小的bug (#323)
204 * bugfix: 修正fat文件系统未能正确的扩展文件大小的bug
H A DV0.1.9.md1157 2. 修正fat和block device中,对文件写入部分的错误问题
1163 实现fat文件系统的truncate方法 (#428)
H A DV0.1.10.md1032 * 删除了fat中的link
/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs11 fat::fs::FATFileSystem,