mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00

* Add MFS command line options, extend existing mount functions for MFS, set defaults. * Directory listing and file stat. * Add a read-only MFS view. * Add mkdir and interface checks. * Add remove and rename functionality. * Implement all required write interfaces. * Adjust mount functions for other architechtures. * Merge branch 'master' into feat/10710-mfs-fuse-mount * Write a basic read/write test. * Write more basic tests, add a mutex to the file object, fix modtime. * Add a concurrency test, remove mutexes from file and directory structures. * Refactor naming(mfdir -> mfsdir) and add documentation. * Add CID retrieval through ipfs_cid xattr. * Add docs, add xattr listing, fix bugs for mv and stat, refactor. * Add MFS command line options, extend existing mount functions for MFS, set defaults. * docs phrasing * docs: Mounts.MFS * docs: warn about lazy-loaded DAGs * test: TEST_FUSE=1 ./t0030-mount.sh -v --------- Co-authored-by: Guillaume Michel <guillaumemichel@users.noreply.github.com> Co-authored-by: guillaumemichel <guillaume@michel.id> Co-authored-by: Marcin Rataj <lidel@lidel.org>
Sharness test command coverage
Module | Online Test | Offline Test |
---|---|---|
object | t0051 | t0051 |
ls | t0045 | t0045 |
cat | t0040 | |
dht | ||
bitswap | ||
block | t0050 | |
daemon | t0030 | N/A |
init | N/A | t0020 |
add | t0040 | |
config | t0021 | t0021 |
version | t0060 | t0010 |
ping | ||
diag | ||
mount | t0030 | |
name | t0110 | t0100 |
pin | t0080 | |
get | t0090 | t0090 |
refs | t0080 | |
repo gc | t0080 | |
id | ||
bootstrap | t0120 | t0120 |
swarm | ||
update | ||
commands |