aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tarfs/tarfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: retire the NULLVP macroMateusz Guzik2025-09-271-3/+3
* tarfs: Inherit mnt_iosize_max from the lower vnodeMark Johnston2024-04-041-0/+2
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2024-04-031-4/+4
* tarfs: Ignore global extended headers.Dag-Erling Smørgrav2024-04-031-6/+7
* tarfs: Support paths that spill into exthdrs.Dag-Erling Smørgrav2024-04-031-1/+6
* tarfs: Fix checksum on 32-bit platforms.Dag-Erling Smørgrav2024-03-071-1/+1
* tarfs: Fix checksum calculation.Dag-Erling Smørgrav2024-03-061-11/+20
* tarfs: Remove unnecessary hack and obsolete comment.Dag-Erling Smørgrav2024-03-061-9/+1
* tarfs: Avoid overflow in exthdr calculation.Dag-Erling Smørgrav2024-03-061-1/+2
* tarfs: Improve validation of numeric fields.Dag-Erling Smørgrav2024-03-061-66/+77
* tarfs: Fix two input validation issues.Dag-Erling Smørgrav2024-03-061-12/+25
* tarfs_mount allow control of vfs_mountedfromSimon J. Gerraty2023-03-281-6/+10
* tarfs: Fix backtracking during node creation.Dag-Erling Smørgrav2023-03-161-0/+5
* tarfs: Support tar files which include file modes with permissions.Dag-Erling Smørgrav2023-03-161-2/+2
* tarfs: Correctly track link count.Dag-Erling Smørgrav2023-03-161-4/+3
* tarfs: Set mountedfrom correctly.Dag-Erling Smørgrav2023-03-071-1/+1
* tarfs: Really prevent descending into a non-directory.Dag-Erling Smørgrav2023-02-201-7/+10
* tarfs: Don't panic if the parent of a new node is not a directory.Dag-Erling Smørgrav2023-02-151-1/+11
* tarfs: Fix issues revealed by static analysis and testing.Dag-Erling Smørgrav2023-02-091-34/+54
* 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/+1173