summaryrefslogtreecommitdiffstats
path: root/sys/boot/zfs
Commit message (Expand)AuthorAgeFilesLines
* Catch the EFI loader up to the latest ZFS Boot Environment Menu featuresallanjude2016-02-102-0/+32
* MFC r294040:smh2016-01-281-1/+7
* MFC r293269:smh2016-01-251-2/+2
* MFC: r293001allanjude2016-01-133-7/+229
* MFC r284025,284032: dnode_read: handle hole blocks in zfs boot codeavg2015-06-171-0/+4
* MFC r274337,r274673,274681,r275515:delphij2014-12-221-0/+6
* MFC r268075: MFV r267565:delphij2014-07-151-0/+29
* MFC r260150: MFV r259170:delphij2014-03-191-0/+3
* MFC r257532 (by adrian):dim2013-12-301-1/+1
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-1/+2
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-062-0/+30
* zfs loader: treat plain pool name as a name of its root datasetavg2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolavg2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupavg2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-062-16/+22
* zfs boot: add code for listing child datasets of a given datasetavg2012-10-063-4/+68
* zfs boot: chose a "first" pool if none is explicitly requestedavg2012-10-061-2/+8
* 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-112-4/+4
* Explicitly terminate the string after strncpy(3).ae2012-08-151-0/+1
* Teach the ZFS use new partitions API when probing.ae2012-08-051-10/+93
* Try to avoid all files dependence on the modification time of the large andache2012-07-261-0/+2
* 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: cleanup remnants of temporary compat codeavg2012-05-131-2/+1
* zfs boot code: mark spa_t arguments as const where they are used as suchavg2012-05-132-28/+28
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-122-89/+12
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsavg2012-05-122-11/+13
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-124-129/+636
* Add initial support for booting from ZFS on sparc64. At least on Sun Firemarius2012-05-011-0/+2
* 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
OpenPOWER on IntegriCloud