summaryrefslogtreecommitdiff
path: root/sys/boot/zfs/zfsimpl.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-2536/+0
* loader should support large_dnodeToomas Soome2017-09-121-3/+4
* Clean up style in print_state(..) and pager_printf(..)Enji Cooper2017-08-011-2/+3
* loader: zfs reader vdev_probe should check for minimum device sizeToomas Soome2017-04-181-1/+10
* loader: zfs reader should check all labelsToomas Soome2017-04-061-93/+131
* Remove redundant declaration for `zfs_crc64_table`Enji Cooper2017-03-281-1/+0
* Don't shadow read(2) definition with `read` argument in vdev_{create,probe}Enji Cooper2017-03-281-5/+5
* loader: r314112 did introduce dereference freed pointer entryToomas Soome2017-03-011-2/+2
* loader: update symlink support in zfs readerToomas Soome2017-02-221-52/+152
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-3/+3
* loader: zfs toplevel vdev must have spa set.Toomas Soome2016-11-171-1/+3
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-22/+49
* loader should boot pre-feature flags pools.Toomas Soome2016-10-241-2/+7
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-181-17/+104
* Make boot code and loader check for unsupported ZFS feature flagsAllan Jude2016-08-011-11/+79
* Prevent bogus compiler in ZFS boot codeSteven Hartland2016-01-141-1/+7
* Introduce the ZFS Boot Environments menu to the loader menuAllan Jude2015-12-311-6/+56
* dnode_read: fixup r284025, BP_IS_HOLE macro expects a pointerAndriy Gapon2015-06-051-1/+1
* dnode_read: handle hole blocks in zfs boot codeAndriy Gapon2015-06-051-0/+4
* MFV r274273:Xin LI2014-11-101-0/+6
* MFV r267565:Xin LI2014-07-011-0/+29
* MFV r259170:Xin LI2014-01-011-0/+3
* zfs boot: export boot/primary pool and vdev guid all the way to kenvAndriy Gapon2012-10-061-0/+28
* zfs boot spa_status: print bootfs for each reported poolAndriy Gapon2012-10-061-0/+11
* boot/zfs: call zfs_spa_init for all found poolsAndriy Gapon2012-10-061-3/+4
* zfs boot: add code for listing child datasets of a given datasetAndriy Gapon2012-10-061-4/+32
* zfs boot: add a size check for a value in fzap_lookupAndriy Gapon2012-09-111-0/+2
* zfs boot: print only an attribute name in fzap_listAndriy Gapon2012-09-111-1/+2
* zfs boot: fix/replace fzap_rlookup implementationAndriy Gapon2012-09-111-47/+20
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeAndriy Gapon2012-09-111-3/+3
* Fix ZFS boot with pre-features pools (version <= 28) broken in r236884Martin Matuska2012-06-131-3/+4
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).Martin Matuska2012-06-111-1/+66
* zfs boot code: mark spa_t arguments as const where they are used as suchAndriy Gapon2012-05-131-25/+25
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesAndriy Gapon2012-05-121-32/+0
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsAndriy Gapon2012-05-121-9/+11
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-121-22/+332
* zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)Andriy Gapon2011-12-041-0/+3
* - Correctly read gang header from raidz.Pawel Jakub Dawidek2011-10-201-51/+51
* Always pass data size for checksum verification function, as usingPawel Jakub Dawidek2011-10-191-1/+1
* Never pass NULL block pointer when reading. This is neither expected norPawel Jakub Dawidek2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.Pawel Jakub Dawidek2011-10-191-2/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-271-65/+146
* - Split code shared by almost any boot loader into separate files andPawel Jakub Dawidek2010-09-241-8/+3
* Remove empty lines committed by accident.Pawel Jakub Dawidek2010-09-091-2/+0
* Ignore log vdevs.Pawel Jakub Dawidek2010-09-091-0/+7
* Allow to boot from a pool within which replacing is in progress.Pawel Jakub Dawidek2010-09-091-3/+33
* Remove duplicated code.Pawel Jakub Dawidek2010-09-091-20/+9
* Return EIO if vdev->v_phys_read is NULL.Martin Matuska2010-08-091-0/+3
* boot/zfs: fix gang block reading codeAndriy Gapon2010-05-281-4/+8
* Space cleanup for revision 201689 committed separately for easier review.Xin LI2010-01-061-35/+35