aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/zfs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* makefs: zfs dataset mountpoints are considered non-emptyToomas Soome2025-07-291-15/+27
* makefs: clean up warningsToomas Soome2025-07-291-1/+2
* makefs: Handle special file types when creating a zpoolMark Johnston2025-01-071-7/+32
* makefs/zfs: Don't set ZFS_NO_EXECS_DENIED in file flagsMark Johnston2023-11-081-2/+2
* makefs/zfs: Ensure that the last block of a file has the right sizeMark Johnston2023-09-281-9/+10
* makefs/zfs: Remove a nonsensical commentMark Johnston2023-09-271-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* makefs: don't needlessly require directories to existBrooks Davis2023-01-121-1/+17
* Revert "makefs: don't needlessly require directories to exist"Brooks Davis2023-01-121-16/+1
* makefs: don't needlessly require directories to existBrooks Davis2023-01-121-1/+16
* makefs: handle mtree link= for ZFSBrooks Davis2023-01-121-6/+14
* makefs: handle mtree contents= in zfsBrooks Davis2023-01-121-1/+7
* makefs: Fix issues building as a cross-tool on non-FreeBSDJessica Clarke2022-08-181-1/+7
* makefs: Fix 32-bit issues in ZFS time attributes settingJessica Clarke2022-08-181-8/+19
* makefs: Handle multiple staging directories when creating ZFS poolsMark Johnston2022-08-171-22/+77
* makefs: Fix a memory leak in fs_layout_one()Mark Johnston2022-08-111-2/+2
* makefs: Add ZFS supportMark Johnston2022-08-051-0/+981