summaryrefslogtreecommitdiff
path: root/stand/libsa/zfs
AgeCommit message (Expand)Author
2025-11-24stand: Rename ZFSSRC to SAZFSSRC to avoid confusionWarner Losh
2025-11-24stand: Move from OZFS to ZFSTOPWarner Losh
2025-11-06stand: Teach the zfs loader about dynamic gang headersMark Johnston
2025-09-02Revert "stand: Use calloc instead of malloc for initialization of filesystem ...Warner Losh
2025-09-01stand: Use calloc instead of malloc for initialization of filesystem devswnull
2025-08-20libsa/zfs: inline vdev_init_from_label() into vdev_probe()Gleb Smirnoff
2025-08-20libsa/zfs: further improve handling of stale labelsGleb Smirnoff
2025-08-20libsa/zfs: refactor vdev tree for better resiliency against stale disksGleb Smirnoff
2025-08-20libsa/zfs: simplify vdev_find_previous()Gleb Smirnoff
2025-08-20libsa/zfs: ignore labels with zero txgGleb Smirnoff
2025-08-20libsa/zfs: remove unused variableGleb Smirnoff
2025-08-07zfs: merge openzfs/zfs@8302b6e32Martin Matuska
2025-07-16libsa/zfs: prefer a vdev with newer txg to a stale oneGleb Smirnoff
2025-07-10libsa/zfs: fail earlier in vdev_probe() if can't find ZPOOL_CONFIG_GUIDGleb Smirnoff
2025-07-10libsa/zfs: don't read and store ZPOOL_CONFIG_VDEV_CHILDREN in vdev_probe()Gleb Smirnoff
2025-07-10libsa/zfs: don't hardcode root vdev name, use the real pool nameGleb Smirnoff
2025-07-10libsa/zfs: add error printf() in zfs_spa_init()Gleb Smirnoff
2024-10-11zfs: merge openzfs/zfs@b10992582Martin Matuska
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-29loader/zfs: Fix to actually return the last errorWarner Losh
2024-02-26loader: we can only env_discard() existing variableToomas Soome
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2024-02-22loader: return errors from writing ZFS labelsWarner Losh
2023-11-26stand: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-04stand/zfs: Remove one more read-compatible featureAlexander Motin
2023-11-04stand/zfs: Remove read-compatible featuresAlexander Motin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-04stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2Warner Losh
2023-05-01stand: Add isspace to FreeBSD ctypes.hWarner Losh
2023-05-01stand: back out the most of the horrible aarch64 kludgeWarner Losh
2023-05-01stand/zfs: Refactor zfs_get_bootonceWarner Losh
2023-05-01stand/zfs: Refactor zfs_set_bootenvWarner Losh
2023-05-01stand/zfs: Refactor zfs_get_bootenvWarner Losh
2023-05-01stand/zfs: Move spa_find_by_dev from zfsimpl.c to zfs.cWarner Losh
2023-04-20stand: Remove a double word in a source code commentGordon Bergling
2023-04-18stand: Add a snarky note about the upstream ZFS situationWarner Losh
2023-04-18Revert "stand: Remove double words in source code comments"Gordon Bergling
2023-04-18stand: Remove double words in source code commentsGordon Bergling
2023-04-03zfs: merge openzfs/zfs@431083f75Martin Matuska
2023-03-14loader: Add support for booting from a ZFS snapshotAllan Jude
2023-01-13stand/zfs: Fix memory leaking on error casesWarner Losh
2023-01-08stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh
2022-12-04libsa: Disable -Wdangling-pointer for zfs.c.John Baldwin
2022-11-30stand: parsedev API change: devspec now points to start of full device nameWarner Losh
2022-11-30zfs: Remove devicename_stubsWarner Losh
2022-11-30stand: make zfs_parsedev staticWarner Losh
2022-11-30stand/zfs: Connect dv_parsedev to zfs_parsedevWarner Losh
2022-11-30stand: Change zfs_parsedev() APIWarner Losh