|
0ee4779e5c
|
mufs: clean up code for tree management
|
2017-07-27 17:34:55 +02:00 |
|
|
2a62bd1f15
|
mufs: properly free intermediate pages when empty in mufs_do_free_page()
|
2017-07-27 17:06:07 +02:00 |
|
|
fe1cd870c0
|
mufs: implement mufs_get_index() to select the index bits from the va at a specific depth
|
2017-07-27 16:45:45 +02:00 |
|
|
73788ae5e6
|
flash: consistently use char instead of uint8_t
|
2017-07-27 15:24:34 +02:00 |
|
|
7125ddadf9
|
mufs: get proper virtual address in mufs_shrink_tree()
|
2017-07-24 15:38:23 +02:00 |
|
|
5164ded1fe
|
mufs: reduce memory footprint of mufs_do_free_page()
|
2017-07-24 15:35:49 +02:00 |
|
|
070c36a361
|
mufs: sync writes
|
2017-07-24 15:23:19 +02:00 |
|
|
58c93eecf4
|
mufs: reduce memory footprint of mufs_shrink_tree()
|
2017-07-24 15:21:10 +02:00 |
|
|
cbd395e137
|
mufs: optimise memory footprint of mufs_do_lookup()
|
2017-06-16 16:16:46 +02:00 |
|
|
4ed40e75c6
|
mufs: implement mufs_del_tree() to safely free tree objects from memory
|
2017-06-14 12:22:03 +02:00 |
|
|
07cd243603
|
mufs: extend tree in mufs_tree_write() rather than mufs_do_write()
|
2017-06-14 12:18:44 +02:00 |
|
|
8921af25b3
|
mufs: fix mufs_free_page() and mufs_unmap_page() to properly update the root pointer
|
2017-06-14 06:20:44 +02:00 |
|
|
17f4f90d64
|
mufs: fix issue in tree allocation
|
2017-06-12 14:32:48 +02:00 |
|
|
1d52ca46a6
|
mufs: rework tree code to support mufs_map_page()/mufs_unmap_page()
|
2017-06-12 14:17:46 +02:00 |
|
|
9ef95baac3
|
mufs: implement mufs_sync_tree() to sync tree objects to disk
|
2017-06-12 12:59:01 +02:00 |
|
|
845aba61ed
|
mufs: rename mufs_read()/mufs_write() to mufs_tree_read()/mufs_tree_write() and expose functions
|
2017-06-11 17:34:35 +02:00 |
|
|
99e2229bbb
|
mufs: clean up code by embedding struct mufs into struct mufs_tree
|
2017-06-09 13:35:37 +02:00 |
|
|
7212269675
|
mufs: write tree updates to disk
|
2017-06-09 13:18:09 +02:00 |
|
|
250c9bf200
|
mufs: do not memset during mufs_write()
|
2017-05-29 19:16:17 +02:00 |
|
|
849fc17eb0
|
mufs: keep track of read/written bytes in mufs_read()/mufs_write()
|
2017-05-29 18:56:34 +02:00 |
|
|
abe656c640
|
mufs: allocate a block for the root, if no root has been allocated in mufs_alloc_page()
|
2017-05-29 18:56:14 +02:00 |
|
|
55ce3b8798
|
mufs: calculate proper byte offsets in mufs_read()/mufs_write()
|
2017-05-29 18:55:37 +02:00 |
|
|
8f74da799e
|
mufs: set root after extending a file tree
|
2017-05-29 18:54:06 +02:00 |
|
|
a7d71e84cf
|
mufs: add mufs_write() to write data using a file tree
|
2017-05-29 15:27:43 +02:00 |
|
|
233d991328
|
mufs: add mufs_read() to read data using a file tree
|
2017-05-29 15:24:59 +02:00 |
|
|
9480a91ecc
|
mufs: calculate log2_nentries during mount
|
2017-05-29 15:07:11 +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 |
|
|
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 |
|