summaryrefslogtreecommitdiffstats
path: root/sys/boot/zfs/zfs.c
Commit message (Expand)AuthorAgeFilesLines
* Catch the EFI loader up to the latest ZFS Boot Environment Menu featuresallanjude2016-02-101-0/+31
* MFC r293269:smh2016-01-251-2/+2
* MFC: r293001allanjude2016-01-131-1/+170
* zfs loader: treat plain pool name as a name of its root datasetavg2012-10-061-14/+10
* boot/zfs: a small whitespace cleanupavg2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-061-13/+18
* zfs boot: add code for listing child datasets of a given datasetavg2012-10-061-0/+35
* zfs boot: chose a "first" pool if none is explicitly requestedavg2012-10-061-2/+8
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeavg2012-09-111-1/+1
* 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
* 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-131-3/+3
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-121-57/+12
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsavg2012-05-121-2/+2
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-121-107/+191
* Add initial support for booting from ZFS on sparc64. At least on Sun Firemarius2012-05-011-0/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-16/+24
* Remove magic value.pjd2010-09-171-1/+3
* zfs boot: fix error handling in zfs_readdiravg2010-05-311-0/+2
* Update comment. We also look for GPT partitions.pjd2010-02-181-1/+1
* Correct some issues with zfs boot.rnoland2009-10-231-2/+2
* 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
* 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-171-0/+514
OpenPOWER on IntegriCloud