|
2bae987d27
|
shell: ftl: change mount command to probe and probe a flash device with FTL enabled
|
2017-06-14 13:14:58 +02:00 |
|
|
b55fea5379
|
shell: flash: display capacity and usage
|
2017-06-14 13:14:34 +02:00 |
|
|
58ae4bb2ea
|
shell: ftl: remove ftl test command
|
2017-06-14 13:08:19 +02:00 |
|
|
13918141c7
|
mufs: fix Valgrind warnings in mufs_abspath() by using calloc() instead of malloc()
|
2017-06-14 13:05:54 +02:00 |
|
|
842ee06ee1
|
make: enable debugging symbols on host
|
2017-06-14 13:05:27 +02:00 |
|
|
59a71a4608
|
mufs: return tree as an argument in resolve_path() and free tree objects where necessary
|
2017-06-14 12:47:25 +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 |
|
|
08dda999cc
|
mufs: simplify and clean up mufs_rename()
|
2017-06-14 12:18:25 +02:00 |
|
|
a45be58d26
|
mufs: add subtree argument to mkpath() to create a path for an existing tree object
|
2017-06-14 12:18:07 +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 |
|
|
f2d4d60c01
|
mufs: add find_dirent_size() to determine how many bytes are used within a directory bin
|
2017-06-14 06:20:11 +02:00 |
|
|
7107daa4b5
|
mufs: flash_erase() operates on blocks rather than bytes
|
2017-06-14 06:18:02 +02:00 |
|
|
286c5ebefe
|
shell: mufs: add utilities to append, cat, rm, mv and stat files
|
2017-06-12 17:31:09 +02:00 |
|
|
ab233bfd33
|
mufs: properly sync file size and check file size in mufs_write() and mufs_read() respectively
|
2017-06-12 17:30:12 +02:00 |
|
|
496b2182e3
|
mufs: do not check for empty path in mufs_mkpath()
|
2017-06-12 17:22:50 +02:00 |
|
|
2cac788ba7
|
mufs: create file when opening a file for writing
|
2017-06-12 17:20:23 +02:00 |
|
|
4e02f0417b
|
shell: mufs: add rmdir command
|
2017-06-12 16:59:55 +02:00 |
|
|
639388588b
|
mufs: set proper file size in remove_page()
|
2017-06-12 16:54:49 +02:00 |
|
|
45fe1e4b92
|
mufs: check if directory va does not exceed the file size in mufs_readdir()
|
2017-06-12 16:48:23 +02:00 |
|
|
ab599e7c8b
|
mufs: locate directory entry properly in mufs_rmpath()
|
2017-06-12 16:45:17 +02:00 |
|
|
14a93ab881
|
mufs: expose struct mufs_dir internally
|
2017-06-12 16:44:53 +02:00 |
|
|
704cd24061
|
mufs: get parent directory in mufs_rmpath() to remove the directory entry from
|
2017-06-12 16:16:22 +02:00 |
|
|
6492a76d14
|
mufs: fix traversal issue in resolve_path()
|
2017-06-12 16:09:27 +02:00 |
|
|
8b780d57d9
|
mufs: implement mufs_rename() to move files and directories
|
2017-06-12 15:53:46 +02:00 |
|
|
65c1fc28d3
|
mufs: implement mufs_unlink()
|
2017-06-12 15:37:22 +02:00 |
|
|
d6fa387868
|
mufs: implement mufs_rmdir()
|
2017-06-12 15:35:15 +02:00 |
|
|
3b531e868b
|
mufs: remove type argument from mufs_rmpath()
|
2017-06-12 15:32:44 +02:00 |
|
|
e837c07869
|
mufs: remove the page if there is only one entry left in mufs_rmpath()
|
2017-06-12 15:30:35 +02:00 |
|
|
17f4f90d64
|
mufs: fix issue in tree allocation
|
2017-06-12 14:32:48 +02:00 |
|
|
eb9b4853c0
|
mufs: implement mufs_rmpath() to remove file system nodes
|
2017-06-12 14:24:51 +02:00 |
|
|
1d52ca46a6
|
mufs: rework tree code to support mufs_map_page()/mufs_unmap_page()
|
2017-06-12 14:17:46 +02:00 |
|
|
27a15b3fb7
|
mufs: expose MUFS_FILE and MUFS_DIR constants
|
2017-06-12 13:51:27 +02:00 |
|
|
beb5f64c12
|
mufs: implement mufs_stat()
|
2017-06-12 13:50:05 +02:00 |
|
|
26b0ccb405
|
mufs: optionally record the type and file_size in resolve_path()
|
2017-06-12 13:48:43 +02:00 |
|
|
d9e11a083b
|
mufs: only claim ownership of the tree object as the final step in resolve_path()
|
2017-06-12 13:42:16 +02:00 |
|
|
e3194229a5
|
mufs: free tree object if owned by struct mufs_dir in mufs_closedir()
|
2017-06-12 13:40:37 +02:00 |
|
|
9f05686a1f
|
mufs: clean up code in resolve_path()
|
2017-06-12 13:39:31 +02:00 |
|
|
52b382b8b0
|
mufs: rename mufs_opendirent() to open_dirent()
|
2017-06-12 13:32:42 +02:00 |
|
|
71fb90a602
|
mufs: fix typo in read_dirent()
|
2017-06-12 13:26:52 +02:00 |
|
|
bd5120f8d0
|
mufs: use a buffer to operate on data in-place to reduce the amount of I/O in read_dirent()/write_dirent()
|
2017-06-12 13:15:28 +02:00 |
|
|
a20c1a8ed4
|
mufs: implement mufs_seek() to seek and tell the position within a file
|
2017-06-12 13:04:46 +02:00 |
|
|
9ef95baac3
|
mufs: implement mufs_sync_tree() to sync tree objects to disk
|
2017-06-12 12:59:01 +02:00 |
|
|
2c1079d0f4
|
mufs: implement modes for read, write and append in mufs_open()
|
2017-06-12 12:53:20 +02:00 |
|
|
ffc8669736
|
mufs: allow empty path in resolve_path()
|
2017-06-12 10:55:39 +02:00 |
|
|
84c45ee64d
|
mufs: fix va to tree object in super block
|
2017-06-12 03:25:02 +02:00 |
|
|
92a531b49f
|
mufs: split path properly in mufs_mkpath()
|
2017-06-11 19:44:53 +02:00 |
|
|
a65cdbfedf
|
mufs: generalise mufs_create() and mufs_mkdir() into mufs_mkpath()
|
2017-06-11 19:27:53 +02:00 |
|
|
1c736c3324
|
mufs: add support for reading and writing files
|
2017-06-11 17:42:32 +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 |
|