summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/zfs
AgeCommit message (Expand)Author
2025-08-15makefs: zfs uberblock location is calculated wrongToomas Soome
2025-07-30makefs: zfs dataset mountpoints are considered non-emptyToomas Soome
2025-07-29makefs: clean up warningsToomas Soome
2025-07-21makefs/zfs: Make it possible to set a compression propertyMark Johnston
2025-06-16makefs: Implement the collision differentiator for micro ZAPsMark Johnston
2025-01-07makefs: Handle special file types when creating a zpoolMark Johnston
2024-10-14makefs: Record a larger TXG number in the uberblockMark Johnston
2024-10-04makefs: Remove the warning printed when makefs -t zfs is usedMark Johnston
2024-06-01makefs/zfs: Add a helper function for adding ZAP entriesMark Johnston
2023-11-08makefs/zfs: Don't set ZFS_NO_EXECS_DENIED in file flagsMark Johnston
2023-10-23makefs/zfs: Update dd_used_breakdown after writing the MOSMark Johnston
2023-10-23makefs/zfs: Fill out dd_used_breakdown fields in DSL directoriesMark Johnston
2023-09-28makefs/zfs: Ensure that the last block of a file has the right sizeMark Johnston
2023-09-27makefs/zfs: Remove a nonsensical commentMark Johnston
2023-09-27makefs/zfs: Set the objset block pointer fill field correctlyMark Johnston
2023-05-26makefs/zfs: Avoid generating a GUID of zeroMark Johnston
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-12makefs: don't needlessly require directories to existBrooks Davis
2023-01-12Revert "makefs: don't needlessly require directories to exist"Brooks Davis
2023-01-12makefs: don't needlessly require directories to existBrooks Davis
2023-01-12makefs: handle mtree link= for ZFSBrooks Davis
2023-01-12makefs: handle mtree contents= in zfsBrooks Davis
2022-11-23makefs: Ignore some sign comparison warnings from GCC.John Baldwin
2022-11-23makefs zfs: Disable -Wunused-function for GCC as well.John Baldwin
2022-10-28makefs: Fix handling of inherited mountpointsMark Johnston
2022-10-04makefs: Add a cast to placate static analyzersMark Johnston
2022-10-04makefs: Plug a memory leakMark Johnston
2022-08-29makefs: Remove some redundant initializationsMark Johnston
2022-08-18makefs: Fix issues building as a cross-tool on non-FreeBSDJessica Clarke
2022-08-18makefs: Fix 32-bit issues in ZFS time attributes settingJessica Clarke
2022-08-17makefs: Handle multiple staging directories when creating ZFS poolsMark Johnston
2022-08-16makefs: Fix space accounting for the root DSL directoryMark Johnston
2022-08-16makefs: Align the block buffer used in ZFS modeMark Johnston
2022-08-11makefs: Fix a memory leak in fs_layout_one()Mark Johnston
2022-08-11makefs: Fix memory leaks in dsl_dir_finalize_props()Mark Johnston
2022-08-05makefs: Add ZFS supportMark Johnston