Commit Graph

3 Commits (adbd045af58de97bbec9767b3ceb45345de8a3e2)

Author SHA1 Message Date
S.J.R. van Schaik adbd045af5 mufs: fix offset calculation in mufs_seek() 7 years ago
S.J.R. van Schaik ebc8dbffa5 mufs: move header 7 years ago
S.J.R. van Schaik 7d968dfad9 make: mufs: re-organise code and add separate Makefile 7 years ago
S.J.R. van Schaik ae0e8a37d3 mufs: cast offsets to long for comparison in mufs_seek() 7 years ago
S.J.R. van Schaik 7be03f4a60 mufs: delete the tree object of a file in mufs_close() 7 years ago
S.J.R. van Schaik 59a71a4608 mufs: return tree as an argument in resolve_path() and free tree objects where necessary 7 years ago
S.J.R. van Schaik a45be58d26 mufs: add subtree argument to mkpath() to create a path for an existing tree object 7 years ago
S.J.R. van Schaik ab233bfd33 mufs: properly sync file size and check file size in mufs_write() and mufs_read() respectively 7 years ago
S.J.R. van Schaik 2cac788ba7 mufs: create file when opening a file for writing 7 years ago
S.J.R. van Schaik 65c1fc28d3 mufs: implement mufs_unlink() 7 years ago
S.J.R. van Schaik 26b0ccb405 mufs: optionally record the type and file_size in resolve_path() 7 years ago
S.J.R. van Schaik a20c1a8ed4 mufs: implement mufs_seek() to seek and tell the position within a file 7 years ago
S.J.R. van Schaik 9ef95baac3 mufs: implement mufs_sync_tree() to sync tree objects to disk 7 years ago
S.J.R. van Schaik 2c1079d0f4 mufs: implement modes for read, write and append in mufs_open() 7 years ago
S.J.R. van Schaik a65cdbfedf mufs: generalise mufs_create() and mufs_mkdir() into mufs_mkpath() 7 years ago
S.J.R. van Schaik 1c736c3324 mufs: add support for reading and writing files 7 years ago