Commit Graph

71 Commits (7107daa4b5baf4669eb4aa727a0a5df4b6dd1ed4)

Author SHA1 Message Date
S.J.R. van Schaik 849fc17eb0 mufs: keep track of read/written bytes in mufs_read()/mufs_write() 8 years ago
S.J.R. van Schaik abe656c640 mufs: allocate a block for the root, if no root has been allocated in mufs_alloc_page() 8 years ago
S.J.R. van Schaik 55ce3b8798 mufs: calculate proper byte offsets in mufs_read()/mufs_write() 8 years ago
S.J.R. van Schaik 8f74da799e mufs: set root after extending a file tree 8 years ago
S.J.R. van Schaik 3b601ea588 mufs: only manage blocks in data area 8 years ago
S.J.R. van Schaik a7d71e84cf mufs: add mufs_write() to write data using a file tree 8 years ago
S.J.R. van Schaik 233d991328 mufs: add mufs_read() to read data using a file tree 8 years ago
S.J.R. van Schaik 9480a91ecc mufs: calculate log2_nentries during mount 8 years ago
S.J.R. van Schaik b634e3c715 mufs: read and write file size during mount and format 8 years ago
S.J.R. van Schaik 2401b024a9 mufs: fix off by one in comparison in mufs_extend_tree() 8 years ago
S.J.R. van Schaik ba12823d8b mufs: add mufs_shrink_tree() to shrink a file tree to a specific size in terms of VAS 8 years ago
S.J.R. van Schaik 281c1abdfa mufs: add mufs_extend_tree() to extend the depth of a file tree 8 years ago
S.J.R. van Schaik c5c24788c8 mufs: mufs_mount() read the tree pointer of the root directory 8 years ago
S.J.R. van Schaik 0c284d1ba7 mufs: rename tree base to root 8 years ago
S.J.R. van Schaik a88a33ef01 mufs: add code to lookup, allocate and free pages in file trees 8 years ago
S.J.R. van Schaik 88707097fb mufs: mufs_free_block() trim block before freeing 8 years ago
S.J.R. van Schaik f4b08bb89f mufs: implement block allocation 8 years ago
S.J.R. van Schaik 19cd9d185f mufs: initial support for mounting/formatting 8 years ago
S.J.R. van Schaik e88435b3a6 fs: remove old attempt 8 years ago
S.J.R. van Schaik adcda56894 fs: add initial code to create the partition table 8 years ago
S.J.R. van Schaik 2448ddcd4e fs: add block_is_erased() to check if a block is truly erased 8 years ago