summaryrefslogtreecommitdiffstats
path: root/sys/boot/zfs/zfsimpl.c
Commit message (Expand)AuthorAgeFilesLines
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-061-0/+28
* zfs boot spa_status: print bootfs for each reported poolavg2012-10-061-0/+11
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-061-3/+4
* zfs boot: add code for listing child datasets of a given datasetavg2012-10-061-4/+32
* zfs boot: add a size check for a value in fzap_lookupavg2012-09-111-0/+2
* zfs boot: print only an attribute name in fzap_listavg2012-09-111-1/+2
* zfs boot: fix/replace fzap_rlookup implementationavg2012-09-111-47/+20
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeavg2012-09-111-3/+3
* Fix ZFS boot with pre-features pools (version <= 28) broken in r236884mm2012-06-131-3/+4
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-111-1/+66
* zfs boot code: mark spa_t arguments as const where they are used as suchavg2012-05-131-25/+25
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-121-32/+0
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsavg2012-05-121-9/+11
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-121-22/+332
* 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
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-65/+146
* - Split code shared by almost any boot loader into separate files andpjd2010-09-241-8/+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
* Return EIO if vdev->v_phys_read is NULL.mm2010-08-091-0/+3
* boot/zfs: fix gang block reading codeavg2010-05-281-4/+8
* 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-231-17/+54
* 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
* Don't get confused if we encounter a device which is part of a raidz or raidz2dfr2008-12-101-2/+4
* Some zfsboot fixes from Norikatsu Shigemura:dfr2008-11-191-2/+3
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+1443
OpenPOWER on IntegriCloud