aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/zfs
Commit message (Expand)AuthorAgeFilesLines
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-191-0/+7
* 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-082-27/+57
* loader should boot pre-feature flags pools.Toomas Soome2016-10-241-2/+7
* Disable loop unrolling in skein for sys/bootAllan Jude2016-10-061-0/+2
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-182-17/+108
* Make boot code and loader check for unsupported ZFS feature flagsAllan Jude2016-08-013-13/+81
* fix a zfs boot regression introduced in r300117 by accidentAndriy Gapon2016-06-161-5/+5
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-6/+7
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-181-1/+1
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-161-0/+1
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-111-1/+1
* Do not set vfs.root.mountfrom unnecessarilyAllan Jude2016-02-071-2/+0
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...Allan Jude2016-01-152-0/+34
* Prevent bogus compiler in ZFS boot codeSteven Hartland2016-01-141-1/+7
* DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_argsAllan Jude2016-01-111-1/+1
* Only call init_zfs_bootenv() when the system was booted with ZFSAllan Jude2016-01-091-2/+7
* Fix return from zfs_probe_devSteven Hartland2016-01-061-2/+2
* Introduce the ZFS Boot Environments menu to the loader menuAllan Jude2015-12-313-7/+224
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+13
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-6/+1
* 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
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-261-1/+1
* boot: use -march=i386 for both i386 and amd64 buildsAndriy Gapon2012-10-201-1/+2
* zfs boot: export boot/primary pool and vdev guid all the way to kenvAndriy Gapon2012-10-062-0/+30
* zfs loader: treat plain pool name as a name of its root datasetAndriy Gapon2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolAndriy Gapon2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupAndriy Gapon2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsAndriy Gapon2012-10-062-16/+22
* zfs boot: add code for listing child datasets of a given datasetAndriy Gapon2012-10-063-4/+68
* zfs boot: chose a "first" pool if none is explicitly requestedAndriy Gapon2012-10-061-2/+8
* 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-112-4/+4
* Explicitly terminate the string after strncpy(3).Andrey V. Elsukov2012-08-151-0/+1
* Teach the ZFS use new partitions API when probing.Andrey V. Elsukov2012-08-051-10/+93
* Try to avoid all files dependence on the modification time of the large andAndrey A. Chernov2012-07-261-0/+2
* 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: cleanup remnants of temporary compat codeAndriy Gapon2012-05-131-2/+1
* zfs boot code: mark spa_t arguments as const where they are used as suchAndriy Gapon2012-05-132-28/+28
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesAndriy Gapon2012-05-122-89/+12
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsAndriy Gapon2012-05-122-11/+13
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-124-129/+636