chg: UbixFS::vfs_write():
Now checks for which range the data is being written to (direct blocks,
     indirect block, or double indirect blocks), but only writes out properly
     to direct blocks.  If the file is too small, it will extend out the
     file by 32k as needed.
add: UbixFS::vfs_mkdir(): works for all cases except vfs_mkdir("/foo//bar");
     Oh, and it does sub-dirs, too, which is something UbixFS v1 never did. HA!
add: vfs_abstract::vfs_purge()
1 parent ea4db38 commit d5e1c6c9c448d7f0e1f641b480ae8ccb4cfb286a
@flameshadow flameshadow authored on 24 Sep 2004
Showing 6 changed files
View
src/sys/ubixfsv2/btree.cpp
View
src/sys/ubixfsv2/btree.h
View
src/sys/ubixfsv2/fsAbstract.h
View
src/sys/ubixfsv2/main.cpp
View
src/sys/ubixfsv2/ubixfs.cpp
View
src/sys/ubixfsv2/ubixfs.h