|
9480a91ecc
|
mufs: calculate log2_nentries during mount
|
2017-05-29 15:07:11 +02:00 |
|
|
b634e3c715
|
mufs: read and write file size during mount and format
|
2017-05-29 15:02:48 +02:00 |
|
|
2401b024a9
|
mufs: fix off by one in comparison in mufs_extend_tree()
|
2017-05-29 14:57:34 +02:00 |
|
|
ba12823d8b
|
mufs: add mufs_shrink_tree() to shrink a file tree to a specific size in terms of VAS
|
2017-05-29 14:57:13 +02:00 |
|
|
281c1abdfa
|
mufs: add mufs_extend_tree() to extend the depth of a file tree
|
2017-05-29 14:41:47 +02:00 |
|
|
c5c24788c8
|
mufs: mufs_mount() read the tree pointer of the root directory
|
2017-05-29 14:08:36 +02:00 |
|
|
0c284d1ba7
|
mufs: rename tree base to root
|
2017-05-29 14:06:34 +02:00 |
|
|
a88a33ef01
|
mufs: add code to lookup, allocate and free pages in file trees
|
2017-05-29 14:00:55 +02:00 |
|
|
88707097fb
|
mufs: mufs_free_block() trim block before freeing
|
2017-05-29 14:00:52 +02:00 |
|
|
f4b08bb89f
|
mufs: implement block allocation
|
2017-05-26 16:26:56 +02:00 |
|
|
19cd9d185f
|
mufs: initial support for mounting/formatting
|
2017-05-19 18:58:42 +02:00 |
|