Commit Graph

33 Commits (b168422d8a82c09bab2ad7ff07c7517f640b0b1d)

Author SHA1 Message Date
S.J.R. van Schaik 0e9c19c836 mufs: fix syncing issue in write_dirent() 8 years ago
S.J.R. van Schaik 807959eb29 mufs: optimise memory footprint of write_dirent() 8 years ago
S.J.R. van Schaik 0484f082ee mufs: optimise memory footprint of read_dirent() 8 years ago
S.J.R. van Schaik 555e28e229 mufs: optimise memory footprint of find_dirent_size() 8 years ago
S.J.R. van Schaik 13918141c7 mufs: fix Valgrind warnings in mufs_abspath() by using calloc() instead of malloc() 8 years ago
S.J.R. van Schaik 59a71a4608 mufs: return tree as an argument in resolve_path() and free tree objects where necessary 8 years ago
S.J.R. van Schaik a45be58d26 mufs: add subtree argument to mkpath() to create a path for an existing tree object 8 years ago
S.J.R. van Schaik f2d4d60c01 mufs: add find_dirent_size() to determine how many bytes are used within a directory bin 8 years ago
S.J.R. van Schaik 45fe1e4b92 mufs: check if directory va does not exceed the file size in mufs_readdir() 8 years ago
S.J.R. van Schaik 14a93ab881 mufs: expose struct mufs_dir internally 8 years ago
S.J.R. van Schaik 6492a76d14 mufs: fix traversal issue in resolve_path() 8 years ago
S.J.R. van Schaik d6fa387868 mufs: implement mufs_rmdir() 8 years ago
S.J.R. van Schaik 26b0ccb405 mufs: optionally record the type and file_size in resolve_path() 8 years ago
S.J.R. van Schaik d9e11a083b mufs: only claim ownership of the tree object as the final step in resolve_path() 8 years ago
S.J.R. van Schaik e3194229a5 mufs: free tree object if owned by struct mufs_dir in mufs_closedir() 8 years ago
S.J.R. van Schaik 9f05686a1f mufs: clean up code in resolve_path() 8 years ago
S.J.R. van Schaik 52b382b8b0 mufs: rename mufs_opendirent() to open_dirent() 8 years ago
S.J.R. van Schaik 71fb90a602 mufs: fix typo in read_dirent() 8 years ago
S.J.R. van Schaik bd5120f8d0 mufs: use a buffer to operate on data in-place to reduce the amount of I/O in read_dirent()/write_dirent() 8 years ago
S.J.R. van Schaik 9ef95baac3 mufs: implement mufs_sync_tree() to sync tree objects to disk 8 years ago
S.J.R. van Schaik ffc8669736 mufs: allow empty path in resolve_path() 8 years ago
S.J.R. van Schaik a65cdbfedf mufs: generalise mufs_create() and mufs_mkdir() into mufs_mkpath() 8 years ago
S.J.R. van Schaik 845aba61ed mufs: rename mufs_read()/mufs_write() to mufs_tree_read()/mufs_tree_write() and expose functions 8 years ago
S.J.R. van Schaik 073c7f34be mufs: expose mufs_abspath() 8 years ago
S.J.R. van Schaik 11dd182ee7 mufs: rename mufs_opendir2() to mufs_opendirent() 8 years ago
S.J.R. van Schaik 58f6e87854 mufs: clean up calculation of the va of a tree object in read_dirent() 8 years ago
S.J.R. van Schaik 89ec3a94c0 mufs: embed struct mufs_dtree in struct mufs_dentry and clean up code 8 years ago
S.J.R. van Schaik 0bc9c6fc7a mufs: add mufs_abspath() to sanitise paths 8 years ago
S.J.R. van Schaik d287d7616a mufs: fix an issue when determining the va of a tree object 8 years ago
S.J.R. van Schaik 3b25180038 mufs: properly determine the va of a tree object 8 years ago
S.J.R. van Schaik f1e6f8f278 mufs: update path resolution code in mufs_mkdir() 8 years ago
S.J.R. van Schaik 0e9474d377 mufs: add support for path resolution 8 years ago
S.J.R. van Schaik e18107d2d5 mufs: add support for directories 8 years ago