index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
A new implementation of the loader block cache
allanjude
2016-04-18
1
-1
/
+1
*
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot
allanjude
2016-03-16
1
-0
/
+1
*
Add more .NOMETA missed in r291320
bdrewery
2016-03-11
1
-1
/
+1
*
Do not set vfs.root.mountfrom unnecessarily
allanjude
2016-02-07
1
-2
/
+0
*
Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...
allanjude
2016-01-15
2
-0
/
+34
*
Prevent bogus compiler in ZFS boot code
smh
2016-01-14
1
-1
/
+7
*
DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_args
allanjude
2016-01-11
1
-1
/
+1
*
Only call init_zfs_bootenv() when the system was booted with ZFS
allanjude
2016-01-09
1
-2
/
+7
*
Fix return from zfs_probe_dev
smh
2016-01-06
1
-2
/
+2
*
Introduce the ZFS Boot Environments menu to the loader menu
allanjude
2015-12-31
3
-7
/
+224
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
1
-0
/
+13
*
Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.
imp
2015-08-27
1
-6
/
+1
*
dnode_read: fixup r284025, BP_IS_HOLE macro expects a pointer
avg
2015-06-05
1
-1
/
+1
*
dnode_read: handle hole blocks in zfs boot code
avg
2015-06-05
1
-0
/
+4
*
MFV r274273:
delphij
2014-11-10
1
-0
/
+6
*
MFV r267565:
delphij
2014-07-01
1
-0
/
+29
*
MFV r259170:
delphij
2014-01-01
1
-0
/
+3
*
For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.
dim
2013-12-26
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
[next]