summaryrefslogtreecommitdiff
path: root/sys/fs/tarfs
AgeCommit message (Expand)Author
2025-11-12tarfs: Fix support for large filesDag-Erling Smørgrav
2025-09-27vfs: retire the VREF macroMateusz Guzik
2025-09-27vfs: retire the NULLVP macroMateusz Guzik
2025-08-29tarfs: add missing set of eofflag in early return, discovered on aarch64John-Mark Gurney
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2024-12-13tarfs: 'struct tarfs_fid': Switch 'gen' to 'u_int', avoid packingOlivier Certner
2024-12-05tarfs: Fix the size of struct tarfs_fid and add a static assertRick Macklem
2024-04-20tarfs(5): Grammar fix for a source code commentGordon Bergling
2024-04-05tarfs: Implement VOP_BMAPMark Johnston
2024-04-04tarfs: Inherit mnt_iosize_max from the lower vnodeMark Johnston
2024-04-03tarfs: Fix 32-bit build.Dag-Erling Smørgrav
2024-04-03tarfs: Ignore global extended headers.Dag-Erling Smørgrav
2024-04-03tarfs: Support paths that spill into exthdrs.Dag-Erling Smørgrav
2024-03-07tarfs: Fix checksum on 32-bit platforms.Dag-Erling Smørgrav
2024-03-06tarfs: Fix checksum calculation.Dag-Erling Smørgrav
2024-03-06tarfs: Remove unnecessary hack and obsolete comment.Dag-Erling Smørgrav
2024-03-06tarfs: Avoid overflow in exthdr calculation.Dag-Erling Smørgrav
2024-03-06tarfs: Improve validation of numeric fields.Dag-Erling Smørgrav
2024-03-06tarfs: Fix two input validation issues.Dag-Erling Smørgrav
2023-07-05vfs: use __enum_uint8 for vtype and vstateMateusz Guzik
2023-06-20tarfs: Don't use IO_DIRECT when reading from tarball.Dag-Erling Smørgrav
2023-04-12tarfs: Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang
2023-03-28tarfs_mount allow control of vfs_mountedfromSimon J. Gerraty
2023-03-16tarfs: Fix backtracking during node creation.Dag-Erling Smørgrav
2023-03-16tarfs: Support tar files which include file modes with permissions.Dag-Erling Smørgrav
2023-03-16tarfs: Correctly track link count.Dag-Erling Smørgrav
2023-03-07tarfs: Set mountedfrom correctly.Dag-Erling Smørgrav
2023-02-20tarfs: Really prevent descending into a non-directory.Dag-Erling Smørgrav
2023-02-16tarfs: Use a separate debug bit for bounce buffer usage.Dag-Erling Smørgrav
2023-02-15tarfs: Don't panic if the parent of a new node is not a directory.Dag-Erling Smørgrav
2023-02-10tarfs: Fix deadlock between descent and ascent in tarfs_lookup().Dag-Erling Smørgrav
2023-02-09tarfs: Fix issues revealed by static analysis and testing.Dag-Erling Smørgrav
2023-02-07tarfs: Silence warnings when no supported compression is enabled.Dag-Erling Smørgrav
2023-02-06tarfs: Remove unnecessary code.Dag-Erling Smørgrav
2023-02-06tarfs: Terminate dirents before copying them out.Dag-Erling Smørgrav
2023-02-02tarfs: Remove unused code.Dag-Erling Smørgrav
2023-02-02tarfs: Fix non-ZSTDIO build.Dag-Erling Smørgrav
2023-02-02tarfs: Fix 32-bit build.Dag-Erling Smørgrav
2023-02-02Add tarfs, a filesystem backed by tarballs.Dag-Erling Smørgrav