Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tarfs: Fix the size of struct tarfs_fid and add a static assert | Rick Macklem | 2024-12-06 | 1 | -0/+2 |
* | tarfs(5): Grammar fix for a source code comment | Gordon Bergling | 2024-04-20 | 1 | -1/+1 |
* | tarfs: Implement VOP_BMAP | Mark Johnston | 2024-04-05 | 1 | -0/+55 |
* | tarfs: Fix deadlock between descent and ascent in tarfs_lookup(). | Dag-Erling Smørgrav | 2023-02-10 | 1 | -1/+3 |
* | tarfs: Fix issues revealed by static analysis and testing. | Dag-Erling Smørgrav | 2023-02-09 | 1 | -1/+1 |
* | tarfs: Remove unnecessary code. | Dag-Erling Smørgrav | 2023-02-06 | 1 | -2/+0 |
* | tarfs: Terminate dirents before copying them out. | Dag-Erling Smørgrav | 2023-02-06 | 1 | -0/+3 |
* | tarfs: Fix 32-bit build. | Dag-Erling Smørgrav | 2023-02-02 | 1 | -2/+2 |
* | Add tarfs, a filesystem backed by tarballs. | Dag-Erling Smørgrav | 2023-02-02 | 1 | -0/+642 |