aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add initial support for booting from ZFS on sparc64. At least on Sun FireMarius Strobl2012-05-011-0/+2
* 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
* zfstest: rename to zfsboottest and move to toolsAndriy Gapon2011-09-161-144/+0
* zfstest: cleanup the code, improve functionality and diagnosticsAndriy Gapon2011-09-131-16/+40
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-272-81/+170
* On i386 and amd64, consistently use the following options whenever weDimitry Andric2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsoDimitry Andric2011-01-051-4/+1
* - Split code shared by almost any boot loader into separate files andPawel Jakub Dawidek2010-09-242-8/+4
* Remove magic value.Pawel Jakub Dawidek2010-09-171-1/+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
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...Warner Losh2010-08-231-6/+6
* Return EIO if vdev->v_phys_read is NULL.Martin Matuska2010-08-091-0/+3
* A simple test harness to help debug problems with the ZFS boot code.Doug Rabson2010-07-301-0/+120
* zfs boot: fix error handling in zfs_readdirAndriy Gapon2010-05-311-0/+2
* boot/zfs: fix gang block reading codeAndriy Gapon2010-05-281-4/+8
* Update comment. We also look for GPT partitions.Pawel Jakub Dawidek2010-02-181-1/+1
* Space cleanup for revision 201689 committed separately for easier review.Xin LI2010-01-061-35/+35
* Instead of assuming all vdevs are healthy, check the newest vdev labelXin LI2010-01-061-22/+66
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it toJohn Baldwin2009-12-091-1/+1