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
*
MFS r320566: MFC r320390:
araujo
2017-07-03
1
-1
/
+2
*
MFC r309321:
mav
2017-05-23
3
-14
/
+244
*
MFC r315112, r315196
araujo
2017-05-17
1
-0
/
+4
*
MFC: r314097
marius
2017-05-10
1
-72
/
+47
*
MFC 313409: Defer startup of gjournal switcher kproc.
jhb
2017-05-10
1
-11
/
+35
*
MFC r317247: Dump md_iterations as signed, which it really is.
mav
2017-05-06
1
-1
/
+1
*
MFC r317246: Always allow setting number of iterations for the first time.
mav
2017-05-06
1
-1
/
+3
*
MFC r316032:
markj
2017-04-11
1
-1
/
+4
*
MFC r316175:
markj
2017-04-11
1
-0
/
+4
*
MFC r314908: When chunking large DIOCGDELETE, do it on stripe edge.
mav
2017-03-22
1
-1
/
+8
*
MFC r310345:
ngie
2017-03-16
1
-0
/
+5
*
MFC r313185:
ae
2017-02-13
1
-3
/
+4
*
MFC r312533: Report disk addition errors on `add` or `create` subcommand.
mav
2017-01-27
1
-4
/
+4
*
MFC r311971: Report random flash storage as non-rotating to GEOM_DISK.
mav
2017-01-19
2
-6
/
+11
*
MFC r311688:
dim
2017-01-11
1
-1
/
+1
*
MFC r308608:
mav
2016-11-27
2
-27
/
+40
*
MFC r308579: Do not report error on close even if we have no paths left.
mav
2016-11-26
1
-1
/
+1
*
MFC r306762: Fix possible geom destruction before final provider close.
mav
2016-10-20
3
-29
/
+17
*
MFC r306742:
markj
2016-10-19
1
-4
/
+4
*
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
[next]