aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/zfs
Commit message (Expand)AuthorAgeFilesLines
* makefs: zfs uberblock location is calculated wrongToomas Soome2025-08-151-1/+1
* makefs: zfs dataset mountpoints are considered non-emptyToomas Soome2025-07-291-15/+27
* makefs: clean up warningsToomas Soome2025-07-295-18/+25
* makefs/zfs: Make it possible to set a compression propertyMark Johnston2025-07-211-5/+39
* makefs: Implement the collision differentiator for micro ZAPsMark Johnston2025-06-161-1/+7
* makefs: Handle special file types when creating a zpoolMark Johnston2025-01-071-7/+32
* makefs: Record a larger TXG number in the uberblockMark Johnston2024-10-141-0/+2
* makefs: Remove the warning printed when makefs -t zfs is usedMark Johnston2024-10-041-1/+1
* makefs/zfs: Add a helper function for adding ZAP entriesMark Johnston2024-06-013-3/+11
* makefs/zfs: Don't set ZFS_NO_EXECS_DENIED in file flagsMark Johnston2023-11-081-2/+2
* makefs/zfs: Update dd_used_breakdown after writing the MOSMark Johnston2023-10-233-5/+18
* makefs/zfs: Fill out dd_used_breakdown fields in DSL directoriesMark Johnston2023-10-231-3/+8
* 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
* makefs/zfs: Set the objset block pointer fill field correctlyMark Johnston2023-09-271-2/+3
* makefs/zfs: Avoid generating a GUID of zeroMark Johnston2023-05-262-1/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* 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: Ignore some sign comparison warnings from GCC.John Baldwin2022-11-231-0/+1
* makefs zfs: Disable -Wunused-function for GCC as well.John Baldwin2022-11-231-3/+3
* makefs: Fix handling of inherited mountpointsMark Johnston2022-10-281-14/+14
* makefs: Add a cast to placate static analyzersMark Johnston2022-10-041-1/+1
* makefs: Plug a memory leakMark Johnston2022-10-041-4/+2
* makefs: Remove some redundant initializationsMark Johnston2022-08-291-3/+0
* makefs: Fix issues building as a cross-tool on non-FreeBSDJessica Clarke2022-08-186-1/+12
* 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 space accounting for the root DSL directoryMark Johnston2022-08-163-9/+20
* makefs: Align the block buffer used in ZFS modeMark Johnston2022-08-161-3/+7
* makefs: Fix a memory leak in fs_layout_one()Mark Johnston2022-08-111-2/+2
* makefs: Fix memory leaks in dsl_dir_finalize_props()Mark Johnston2022-08-111-3/+6
* makefs: Add ZFS supportMark Johnston2022-08-057-0/+3003