aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/boot
Commit message (Expand)AuthorAgeFilesLines
* Turn off zstd on aarch64Warner Losh2020-10-131-1/+4
* Add zstd support to the boot loader.Warner Losh2020-10-122-2/+59
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-20/+21
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-2/+8
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-3/+32
* loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome2020-02-261-21/+44
* loader: rewrite zfs reader zap code to use mallocToomas Soome2020-02-041-4/+9
* loader: rewrite zfs vdev initializationToomas Soome2019-12-152-7/+13
* loader: factor out label and uberblock load from vdev_probe, add MMP checksToomas Soome2019-11-031-3/+93
* loader: we do not support booting from pool with log deviceToomas Soome2019-11-031-0/+2
* loader: calculate physical vdev psize from asizeToomas Soome2019-11-031-1/+2
* r354253 did miss lz4.c from sys/cddl/boot/zfs.Toomas Soome2019-11-021-329/+0
* Remove duplicate lz4 implementationsToomas Soome2019-11-021-1/+2
* loader: zio_checksum_verify should check byteswapToomas Soome2019-10-272-1/+9
* loader: support com.delphix:removingToomas Soome2019-08-081-1/+138
* zfsboot: support newer ZFS versionsMatt Macy2019-01-031-3/+12
* Mark two things as unused (since they are only sometimes used) andWarner Losh2017-12-031-2/+2
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-1/+1
* loader should support large_dnodeToomas Soome2017-09-121-8/+47
* loader: update symlink support in zfs readerToomas Soome2017-02-221-0/+1
* Bug 212114 - loader: zio_checksum_verify() must test spa for NULL pointerToomas Soome2016-08-241-5/+8
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-185-65/+453
* Make boot code and loader check for unsupported ZFS feature flagsAllan Jude2016-08-011-1/+53
* Use netinet/in.h to avoid include/arpa dependency for DIRDEPS_BUILD.Bryan Drewery2016-05-261-1/+1
* Include arpa/inet.h to get the htonl(3) definitionEnji Cooper2016-05-131-0/+2
* Fix const conversion warning in lz4_decompressSteven Hartland2016-01-061-1/+1
* MFV r274273:Xin LI2014-11-101-5/+2
* Diff reduction with kernel code: instruct the compiler that the data ofXin LI2014-10-021-0/+19
* MFV r271510:Xin LI2014-09-131-1/+1
* MFV r267565:Xin LI2014-07-014-13/+204
* MFV r259170:Xin LI2014-01-011-13/+11
* MFV r245512:Xin LI2013-02-094-0/+315
* forgotten file from r240346Andriy Gapon2012-09-111-3/+3
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).Martin Matuska2012-06-111-2/+12
* add a zfs spa_t change missed in r235329Andriy Gapon2012-05-121-1/+1
* - Correctly read gang header from raidz.Pawel Jakub Dawidek2011-10-201-6/+9
* Always pass data size for checksum verification function, as usingPawel Jakub Dawidek2011-10-191-10/+10
* Initialize 'rc' properly before using it. This error could lead to infinitePawel Jakub Dawidek2011-10-191-1/+3
* Remove redundant size calculation.Pawel Jakub Dawidek2011-10-191-5/+0
* zfs boot subroutines: correctly specify type of an integer literalAndriy Gapon2011-09-131-1/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-274-519/+1498
* Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.Pawel Jakub Dawidek2010-09-101-0/+1
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedMartin Matuska2010-07-121-21/+15
* Import OpenSolaris revision 7837:001de5627df3Martin Matuska2010-05-131-1/+1
* Instead of assuming all vdevs are healthy, check the newest vdev labelXin LI2010-01-061-1/+12
* Teach the (gpt)zfsboot and zfsloader raidz code to use its buffersPawel Jakub Dawidek2010-01-061-21/+29
* Apply OpenSolaris revision 8012 which brings our zpool to version 14,Xin LI2009-12-281-2/+4
* Correct another case of not doing 64bit math. This allows mine andPaul Saab2009-11-131-1/+2
* Correct some issues with zfs boot.Robert Noland2009-10-231-0/+18
* Unexpand $FreeBSD$.Dag-Erling Smørgrav2009-05-231-1/+1