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
/
geom
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r306279: Use g_wither_provider() where applicable.
mav
2016-10-06
12
-23
/
+14
*
MFC r303019:
ae
2016-09-30
2
-2
/
+9
*
MFC r305509:
markj
2016-09-27
1
-2
/
+6
*
1.Improve handling around last compressed block of the file, which is
sobomax
2016-06-29
4
-21
/
+117
*
Switch geom_disk over to using a pool mutex.
ken
2016-06-23
2
-16
/
+9
*
Do not complete pending gmirror BIOs when tearing down the provider.
markj
2016-06-22
1
-2
/
+15
*
Fix a bug that caused da(4) peripheral drivers to not fully go away
ken
2016-06-22
1
-1
/
+8
*
Fix a bug that caused da(4) instances to hang around after the underlying
ken
2016-06-21
2
-1
/
+76
*
When we are in panic, always go the asynchronous path in g_mirror_destroy(),
glebius
2016-06-01
1
-1
/
+2
*
Avoid issuing spa config updates for physical path when not necessary
asomers
2016-05-27
1
-36
/
+49
*
Remove unneeded Giant locking around kthreads creation.
kib
2016-05-20
1
-2
/
+0
*
Removal of Giant droping wrappers for GEOM classes.
kib
2016-05-20
9
-26
/
+0
*
Remove asserts that Giant is not held on entrance into geom KPI, which
kib
2016-05-20
3
-5
/
+0
*
Add support for managing Shingled Magnetic Recording (SMR) drives.
ken
2016-05-19
7
-1
/
+129
*
Add an EARLY_AP_STARTUP option to start APs earlier during boot.
jhb
2016-05-14
1
-1
/
+3
*
Add missing include "opt_geom.h" to make GEOM_UZIP_DEBUG option working,
sobomax
2016-05-06
1
-5
/
+7
*
sys: Make use of our rounddown() macro when sys/param.h is available.
pfg
2016-04-30
1
-6
/
+5
*
sys/geom: spelling fixes in comments.
pfg
2016-04-29
18
-26
/
+26
*
sys/geom: spelling fixes.
pfg
2016-04-28
3
-5
/
+5
*
geom: unsign some types to match their definitions and avoid overflows.
pfg
2016-04-27
5
-10
/
+10
*
g_part_bsd64: Delete duplicate/dead code
cem
2016-04-26
1
-2
/
+0
*
g_part_bsd64: Check for valid on-disk npartitions value
cem
2016-04-26
1
-1
/
+2
*
sys: extend use of the howmany() macro when available.
pfg
2016-04-26
5
-47
/
+44
*
Relax TOC offsets checking somewhat, allowing offset pointing to
sobomax
2016-04-26
1
-1
/
+6
*
o Fix handling of images with compression block sizes comparable to
sobomax
2016-04-23
1
-5
/
+9
*
DRY on buffer sizes. Update to r298420.
asomers
2016-04-21
1
-1
/
+2
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
2
-10
/
+8
*
Notify userspace listeners when geom disk attributes have changed
asomers
2016-04-21
1
-0
/
+4
*
Indentation issues.
pfg
2016-04-20
4
-14
/
+7
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
4
-7
/
+7
*
g_gate: for pointers replace 0 with NULL.
pfg
2016-04-15
1
-1
/
+1
*
Bump bio_cmd and bio_*flags from 8 bits to 16.
imp
2016-04-14
4
-6
/
+6
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
2
-2
/
+2
*
Create the GELIBOOT GEOM_ELI flag
allanjude
2016-04-08
3
-1
/
+35
*
g_sched_destroy(): prevent return of uninitialized scalar variable.
pfg
2016-04-03
1
-1
/
+2
*
Don't assume that bio_cmd is a bit mask.
imp
2016-03-10
2
-6
/
+6
*
Don't assume that bio_cmd is bit mask.
imp
2016-03-10
2
-4
/
+14
*
Fixes to make it compile under gcc-4.2.
adrian
2016-02-24
2
-4
/
+6
*
Obsolete mkulzma(8) and geom_uncompress(4), their functionality
sobomax
2016-02-24
1
-684
/
+0
*
Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)
sobomax
2016-02-23
11
-143
/
+985
*
Use the right size for zeroing.
imp
2016-02-17
1
-1
/
+1
*
Create an API to reset a struct bio (g_reset_bio). This is mandatory
imp
2016-02-17
6
-5
/
+13
*
Teach the flashmap code about the SPI flash.
adrian
2016-01-23
1
-2
/
+6
*
Add rotationrate to geom disk dumpconf
rpokala
2016-01-14
1
-0
/
+17
*
Make additional parts of sys/geom/eli more usable in userspace
allanjude
2016-01-07
6
-184
/
+251
*
Add some additional GPT partition types
allanjude
2015-12-27
3
-59
/
+87
*
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
allanjude
2015-12-27
5
-5
/
+6
*
Fix incorrect error message in geom map
allanjude
2015-12-27
1
-1
/
+1
*
It turns out that it's OK to sleep in this context, so use M_WAITOK
imp
2015-12-18
1
-2
/
+1
*
Scheduling module to introduce a fixed delay into the I/O path.
imp
2015-12-18
1
-0
/
+265
[next]