del: inode.h, superblock.h
chg: merged inode.h and superblock.h into ubixfs.h
chg: UbixFS::getFreeBlock() now returns a blockRun
chg: UbixFS::get8FreeBlocks() now returns a blockRun
chg: changed vfs_FS::vfs_mknod() parameters
add: UbixFS::getNextAG()
add: UbixFS::mknod()
chg: added a const char * key parameter to bTree::Insert() and bTree::bTree()
     now the key name can be different from the inode file name
add: started code for allocating an inode on disk in UbixFS::mknod()
1 parent 3b7429f commit 78cb7d4a3e50dfc2c192a28c9a6d628e452c179a
@flameshadow flameshadow authored on 10 Sep 2004
Showing 8 changed files
View
src/sys/ubixfsv2/btree.cpp
View
src/sys/ubixfsv2/btree.h
View
src/sys/ubixfsv2/fsAbstract.h
View
src/sys/ubixfsv2/inode.h 100644 → 0
View
src/sys/ubixfsv2/main.cpp
View
src/sys/ubixfsv2/superblock.h 100644 → 0
View
src/sys/ubixfsv2/ubixfs.cpp
View
src/sys/ubixfsv2/ubixfs.h