summaryrefslogtreecommitdiffstats
path: root/sys/boot/zfs
Commit message (Expand)AuthorAgeFilesLines
* zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)avg2011-12-041-0/+3
* - Correctly read gang header from raidz.pjd2011-10-201-51/+51
* Always pass data size for checksum verification function, as usingpjd2011-10-191-1/+1
* Never pass NULL block pointer when reading. This is neither expected norpjd2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.pjd2011-10-191-2/+1
* zfstest: rename to zfsboottest and move to toolsavg2011-09-161-144/+0
* zfstest: cleanup the code, improve functionality and diagnosticsavg2011-09-131-16/+40
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-272-81/+170
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-051-4/+1
* - Split code shared by almost any boot loader into separate files andpjd2010-09-242-8/+4
* Remove magic value.pjd2010-09-171-1/+3
* Remove empty lines committed by accident.pjd2010-09-091-2/+0
* Ignore log vdevs.pjd2010-09-091-0/+7
* Allow to boot from a pool within which replacing is in progress.pjd2010-09-091-3/+33
* Remove duplicated code.pjd2010-09-091-20/+9
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-6/+6
* Return EIO if vdev->v_phys_read is NULL.mm2010-08-091-0/+3
* A simple test harness to help debug problems with the ZFS boot code.dfr2010-07-301-0/+120
* zfs boot: fix error handling in zfs_readdiravg2010-05-311-0/+2
* boot/zfs: fix gang block reading codeavg2010-05-281-4/+8
* Update comment. We also look for GPT partitions.pjd2010-02-181-1/+1
* Space cleanup for revision 201689 committed separately for easier review.delphij2010-01-061-35/+35
* Instead of assuming all vdevs are healthy, check the newest vdev labeldelphij2010-01-061-22/+66
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it tojhb2009-12-091-1/+1
* Correct some issues with zfs boot.rnoland2009-10-232-19/+56
* Add support for booting from raidz1 and raidz2 pools.dfr2009-05-161-65/+144
* Use full 64bit arithmetic when converting file offsets to block numbers - fixesdfr2008-12-171-9/+4
* Fix a leak introduced in r185902. We should free the devspec ifps2008-12-111-0/+1
* Avoid a double free in devopen by not freeing the device structureps2008-12-111-1/+0
* Don't get confused if we encounter a device which is part of a raidz or raidz2dfr2008-12-101-2/+4
* Correct include path for i386 specific includes. This allows zfsps2008-12-061-1/+1
* Fix amd64 build and re-enable gptzfsboot.dfr2008-11-221-4/+14
* Some zfsboot fixes from Norikatsu Shigemura:dfr2008-11-191-2/+3
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerdfr2008-11-191-3/+7
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-173-0/+1986
OpenPOWER on IntegriCloud