aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tarfs/tarfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* tarfs: Fix the size of struct tarfs_fid and add a static assertRick Macklem2024-12-061-0/+2
* tarfs(5): Grammar fix for a source code commentGordon Bergling2024-04-201-1/+1
* tarfs: Implement VOP_BMAPMark Johnston2024-04-051-0/+55
* tarfs: Fix deadlock between descent and ascent in tarfs_lookup().Dag-Erling Smørgrav2023-02-101-1/+3
* tarfs: Fix issues revealed by static analysis and testing.Dag-Erling Smørgrav2023-02-091-1/+1
* tarfs: Remove unnecessary code.Dag-Erling Smørgrav2023-02-061-2/+0
* tarfs: Terminate dirents before copying them out.Dag-Erling Smørgrav2023-02-061-0/+3
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2023-02-021-2/+2
* Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav2023-02-021-0/+642