Commit Graph

18 Commits (8f061a808d36f10a0d66312bd2e221b36c535b2d)

Author SHA1 Message Date
S.J.R. van Schaik 3649151a9f mufs: properly free the tree object in mufs_rename() 8 years ago
S.J.R. van Schaik a8040ac525 mufs: properly free the allocated path in mufs_mkpath() 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 08dda999cc mufs: simplify and clean up mufs_rename() 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 496b2182e3 mufs: do not check for empty path in mufs_mkpath() 8 years ago
S.J.R. van Schaik 639388588b mufs: set proper file size in remove_page() 8 years ago
S.J.R. van Schaik ab599e7c8b mufs: locate directory entry properly in mufs_rmpath() 8 years ago
S.J.R. van Schaik 704cd24061 mufs: get parent directory in mufs_rmpath() to remove the directory entry from 8 years ago
S.J.R. van Schaik 8b780d57d9 mufs: implement mufs_rename() to move files and directories 8 years ago
S.J.R. van Schaik 3b531e868b mufs: remove type argument from mufs_rmpath() 8 years ago
S.J.R. van Schaik e837c07869 mufs: remove the page if there is only one entry left in mufs_rmpath() 8 years ago
S.J.R. van Schaik eb9b4853c0 mufs: implement mufs_rmpath() to remove file system nodes 8 years ago
S.J.R. van Schaik beb5f64c12 mufs: implement mufs_stat() 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 92a531b49f mufs: split path properly in mufs_mkpath() 8 years ago
S.J.R. van Schaik a65cdbfedf mufs: generalise mufs_create() and mufs_mkdir() into mufs_mkpath() 8 years ago