summaryrefslogtreecommitdiffstats
path: root/sys/boot/zfs
Commit message (Expand)AuthorAgeFilesLines
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* A new implementation of the loader block cacheallanjude2016-04-181-1/+1
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-161-0/+1
* Add more .NOMETA missed in r291320bdrewery2016-03-111-1/+1
* Do not set vfs.root.mountfrom unnecessarilyallanjude2016-02-071-2/+0
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...allanjude2016-01-152-0/+34
* Prevent bogus compiler in ZFS boot codesmh2016-01-141-1/+7
* DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_argsallanjude2016-01-111-1/+1
* Only call init_zfs_bootenv() when the system was booted with ZFSallanjude2016-01-091-2/+7
* Fix return from zfs_probe_devsmh2016-01-061-2/+2
* Introduce the ZFS Boot Environments menu to the loader menuallanjude2015-12-313-7/+224
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+13
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-271-6/+1
* dnode_read: fixup r284025, BP_IS_HOLE macro expects a pointeravg2015-06-051-1/+1
* dnode_read: handle hole blocks in zfs boot codeavg2015-06-051-0/+4
* MFV r274273:delphij2014-11-101-0/+6
* MFV r267565:delphij2014-07-011-0/+29
* MFV r259170:delphij2014-01-011-0/+3
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-261-1/+1
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-1/+2
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-062-0/+30
* zfs loader: treat plain pool name as a name of its root datasetavg2012-10-061-14/+10
* zfs boot spa_status: print bootfs for each reported poolavg2012-10-061-0/+11
* boot/zfs: a small whitespace cleanupavg2012-10-061-2/+2
* boot/zfs: call zfs_spa_init for all found poolsavg2012-10-062-16/+22
* zfs boot: add code for listing child datasets of a given datasetavg2012-10-063-4/+68
* zfs boot: chose a "first" pool if none is explicitly requestedavg2012-10-061-2/+8
* zfs boot: add a size check for a value in fzap_lookupavg2012-09-111-0/+2
* zfs boot: print only an attribute name in fzap_listavg2012-09-111-1/+2
* zfs boot: fix/replace fzap_rlookup implementationavg2012-09-111-47/+20
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeavg2012-09-112-4/+4
* Explicitly terminate the string after strncpy(3).ae2012-08-151-0/+1
* Teach the ZFS use new partitions API when probing.ae2012-08-051-10/+93
* Try to avoid all files dependence on the modification time of the large andache2012-07-261-0/+2
* Fix ZFS boot with pre-features pools (version <= 28) broken in r236884mm2012-06-131-3/+4
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-111-1/+66
* zfs boot: cleanup remnants of temporary compat codeavg2012-05-131-2/+1
* zfs boot code: mark spa_t arguments as const where they are used as suchavg2012-05-132-28/+28
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesavg2012-05-122-89/+12
* zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfsavg2012-05-122-11/+13
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-124-129/+636
* Add initial support for booting from ZFS on sparc64. At least on Sun Firemarius2012-05-011-0/+2
* zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)avg2011-12-041-0/+3
* - Correctly read gang header from raidz.pjd2011-10-201-51/+51
* Always pass data size for checksum verification function, as usingpjd2011-10-191-1/+1
* Never pass NULL block pointer when reading. This is neither expected norpjd2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.pjd2011-10-191-2/+1
* zfstest: rename to zfsboottest and move to toolsavg2011-09-161-144/+0
* zfstest: cleanup the code, improve functionality and diagnosticsavg2011-09-131-16/+40
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-272-81/+170
OpenPOWER on IntegriCloud