| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r284025,284032: dnode_read: handle hole blocks in zfs boot code | avg | 2015-06-17 | 1 | -0/+4 |
* | MFC r274337,r274673,274681,r275515: | delphij | 2014-12-22 | 1 | -0/+6 |
* | MFC r268075: MFV r267565: | delphij | 2014-07-15 | 1 | -0/+29 |
* | MFC r260150: MFV r259170: | delphij | 2014-03-19 | 1 | -0/+3 |
* | MFC r257532 (by adrian): | dim | 2013-12-30 | 1 | -1/+1 |
* | boot: use -march=i386 for both i386 and amd64 builds | avg | 2012-10-20 | 1 | -1/+2 |
* | zfs boot: export boot/primary pool and vdev guid all the way to kenv | avg | 2012-10-06 | 2 | -0/+30 |
* | zfs loader: treat plain pool name as a name of its root dataset | avg | 2012-10-06 | 1 | -14/+10 |
* | zfs boot spa_status: print bootfs for each reported pool | avg | 2012-10-06 | 1 | -0/+11 |
* | boot/zfs: a small whitespace cleanup | avg | 2012-10-06 | 1 | -2/+2 |
* | boot/zfs: call zfs_spa_init for all found pools | avg | 2012-10-06 | 2 | -16/+22 |
* | zfs boot: add code for listing child datasets of a given dataset | avg | 2012-10-06 | 3 | -4/+68 |
* | zfs boot: chose a "first" pool if none is explicitly requested | avg | 2012-10-06 | 1 | -2/+8 |
* | zfs boot: add a size check for a value in fzap_lookup | avg | 2012-09-11 | 1 | -0/+2 |
* | zfs boot: print only an attribute name in fzap_list | avg | 2012-09-11 | 1 | -1/+2 |
* | zfs boot: fix/replace fzap_rlookup implementation | avg | 2012-09-11 | 1 | -47/+20 |
* | zfs boot: bring zap_leaf_chunk field names in sync with kernel code | avg | 2012-09-11 | 2 | -4/+4 |
* | Explicitly terminate the string after strncpy(3). | ae | 2012-08-15 | 1 | -0/+1 |
* | Teach the ZFS use new partitions API when probing. | ae | 2012-08-05 | 1 | -10/+93 |
* | Try to avoid all files dependence on the modification time of the large and | ache | 2012-07-26 | 1 | -0/+2 |
* | Fix ZFS boot with pre-features pools (version <= 28) broken in r236884 | mm | 2012-06-13 | 1 | -3/+4 |
* | Introduce "feature flags" for ZFS pools (bump SPA version to 5000). | mm | 2012-06-11 | 1 | -1/+66 |
* | zfs boot: cleanup remnants of temporary compat code | avg | 2012-05-13 | 1 | -2/+1 |
* | zfs boot code: mark spa_t arguments as const where they are used as such | avg | 2012-05-13 | 2 | -28/+28 |
* | sparc64/zfs boot: take advantage of new libzfsboot capabilities | avg | 2012-05-12 | 2 | -89/+12 |
* | zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfs | avg | 2012-05-12 | 2 | -11/+13 |
* | zfsboot/zfsloader: support accessing filesystems within a pool | avg | 2012-05-12 | 4 | -129/+636 |
* | Add initial support for booting from ZFS on sparc64. At least on Sun Fire | marius | 2012-05-01 | 1 | -0/+2 |
* | zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest) | avg | 2011-12-04 | 1 | -0/+3 |
* | - Correctly read gang header from raidz. | pjd | 2011-10-20 | 1 | -51/+51 |
* | Always pass data size for checksum verification function, as using | pjd | 2011-10-19 | 1 | -1/+1 |
* | Never pass NULL block pointer when reading. This is neither expected nor | pjd | 2011-10-19 | 1 | -1/+2 |
* | Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs. | pjd | 2011-10-19 | 1 | -2/+1 |
* | zfstest: rename to zfsboottest and move to tools | avg | 2011-09-16 | 1 | -144/+0 |
* | zfstest: cleanup the code, improve functionality and diagnostics | avg | 2011-09-13 | 1 | -16/+40 |
* | Finally... Import the latest open-source ZFS version - (SPA) 28. | pjd | 2011-02-27 | 2 | -81/+170 |
* | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 1 | -1/+1 |
* | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should also | dim | 2011-01-05 | 1 | -4/+1 |
* | - Split code shared by almost any boot loader into separate files and | pjd | 2010-09-24 | 2 | -8/+4 |
* | Remove magic value. | pjd | 2010-09-17 | 1 | -1/+3 |
* | Remove empty lines committed by accident. | pjd | 2010-09-09 | 1 | -2/+0 |
* | Ignore log vdevs. | pjd | 2010-09-09 | 1 | -0/+7 |
* | Allow to boot from a pool within which replacing is in progress. | pjd | 2010-09-09 | 1 | -3/+33 |
* | Remove duplicated code. | pjd | 2010-09-09 | 1 | -20/+9 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | imp | 2010-08-23 | 1 | -6/+6 |
* | Return EIO if vdev->v_phys_read is NULL. | mm | 2010-08-09 | 1 | -0/+3 |
* | A simple test harness to help debug problems with the ZFS boot code. | dfr | 2010-07-30 | 1 | -0/+120 |
* | zfs boot: fix error handling in zfs_readdir | avg | 2010-05-31 | 1 | -0/+2 |
* | boot/zfs: fix gang block reading code | avg | 2010-05-28 | 1 | -4/+8 |
* | Update comment. We also look for GPT partitions. | pjd | 2010-02-18 | 1 | -1/+1 |