aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/zfs/zfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* stand/zfs: Fix memory leaking on error casesWarner Losh2023-01-241-16/+26
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-241-1/+3
* stand: parsedev API change: devspec now points to start of full device nameWarner Losh2023-01-241-2/+2
* stand: make zfs_parsedev staticWarner Losh2023-01-241-1/+4
* stand/zfs: Connect dv_parsedev to zfs_parsedevWarner Losh2023-01-241-0/+1
* stand: Change zfs_parsedev() APIWarner Losh2023-01-241-8/+10
* loader: zfs reader should only store devdesc in f_devdataToomas Soome2023-01-241-17/+13
* stand: Replace zfs_fmtdev with generic devformat()Warner Losh2023-01-241-1/+1
* stand: For zfs, set dv_fmtdev to zfs_fmtdevWarner Losh2023-01-241-0/+1
* stand: Change zfs_fmtdev to take a struct devdesc *Warner Losh2023-01-241-3/+3
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2023-01-241-1/+1
* loader: implement mount/unmount rootfsToomas Soome2022-01-131-26/+111
* loader: revert r342161 and r342151Toomas Soome2020-10-221-18/+4
* loader: zfs_probe_dev should pick first matching zfs poolToomas Soome2020-09-231-1/+2
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-146/+718
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-48/+90
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-2/+262
* loader: vdev_read() can corrupt memoryToomas Soome2020-05-091-7/+21
* loader: typo did slip into 359408Toomas Soome2020-03-281-1/+1
* loader: strdup name strings from dataset walkerToomas Soome2020-03-281-2/+8
* loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome2020-02-261-3/+2
* loader: clean up the noise around log deviceToomas Soome2019-11-051-8/+0
* loader: allow booting from pool with log deviceToomas Soome2019-11-031-0/+3
* loader: zfs.c is missing malloc checks, fix itToomas Soome2019-11-031-9/+11
* loader: we do not support booting from pool with log deviceToomas Soome2019-11-031-0/+5
* loader: should check malloc in zfs_dev_openToomas Soome2019-11-031-0/+2
* loader: zfs_fmtdev can crash when pool discovery did fail and we have no spaToomas Soome2019-10-191-3/+8
* stand: zfs: Free bouncebuf on error path in vdev_readKyle Evans2019-05-311-2/+4
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-1/+1
* It turns out r344226 narrowed the overrun bug but did not eliminate it entirelyPatrick Kelsey2019-02-171-2/+2
* Fix memory corruption bug introduced in r325310Patrick Kelsey2019-02-171-26/+75
* loader: zfs reader should not probe partitionless disks (UEFI case)Toomas Soome2018-12-171-1/+14
* loader: zfs reader should not probe partitionless disksToomas Soome2018-12-161-4/+5
* libsa: zfs_probe() needs to set spa to NULLToomas Soome2018-08-151-0/+1
* Move ZFS files into libsaWarner Losh2018-07-081-0/+1002