Commit Graph

80 Commits (7b5187973ae9a5d12b8fe554bdde4e65f97a5b50)

Author SHA1 Message Date
S.J.R. van Schaik 0bc9c6fc7a mufs: add mufs_abspath() to sanitise paths 8 years ago
S.J.R. van Schaik d287d7616a mufs: fix an issue when determining the va of a tree object 8 years ago
S.J.R. van Schaik 3b25180038 mufs: properly determine the va of a tree object 8 years ago
S.J.R. van Schaik f1e6f8f278 mufs: update path resolution code in mufs_mkdir() 8 years ago
S.J.R. van Schaik 0e9474d377 mufs: add support for path resolution 8 years ago
S.J.R. van Schaik e18107d2d5 mufs: add support for directories 8 years ago
S.J.R. van Schaik 99e2229bbb mufs: clean up code by embedding struct mufs into struct mufs_tree 8 years ago
S.J.R. van Schaik 7212269675 mufs: write tree updates to disk 8 years ago
S.J.R. van Schaik 250c9bf200 mufs: do not memset during mufs_write() 8 years ago
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