|
4ed40e75c6
|
mufs: implement mufs_del_tree() to safely free tree objects from memory
|
2017-06-14 12:22:03 +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 |
|
|
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 |
|
|
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 |
|