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() |
---|
|
src/sys/ubixfsv2/btree.cpp |
---|
src/sys/ubixfsv2/btree.h |
---|
src/sys/ubixfsv2/fsAbstract.h |
---|
src/sys/ubixfsv2/inode.h 100644 → 0 |
---|
src/sys/ubixfsv2/main.cpp |
---|
src/sys/ubixfsv2/superblock.h 100644 → 0 |
---|
src/sys/ubixfsv2/ubixfs.cpp |
---|
src/sys/ubixfsv2/ubixfs.h |
---|