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
...
*
Untangle g_print_bio(), silencing Coverity.
trasz
2010-06-10
1
-8
/
+7
*
Try and narrow the gap in which you act on an event that has been canceled.
mjacob
2010-06-08
1
-0
/
+10
*
Make sure not to pass NULL to g_orphan_provider().
trasz
2010-06-05
1
-1
/
+2
*
Don't leak memory on destruction.
marius
2010-06-02
2
-0
/
+12
*
g_label: fix possible NULL pointer dereference
avg
2010-05-31
1
-4
/
+2
*
Fix some whitespace nits.
marius
2010-05-24
1
-10
/
+11
*
Teach gpart about bootcode on APM.
nwhitehorn
2010-05-16
1
-0
/
+26
*
Yet another potential dereference of a dead provider.
mjacob
2010-05-14
1
-1
/
+1
*
Make sure to check that the active provider pointer points to something before
mjacob
2010-05-14
1
-1
/
+1
*
- Don't return EAGAIN from gv_unload(). It was used to work around the
jh
2010-05-10
4
-5
/
+20
*
In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.
jh
2010-05-10
1
-1
/
+1
*
- Remove obsolete flags.
lulf
2010-05-08
1
-6
/
+0
*
Fix deadlock between GEOM class unloading and withering. Withering can't
jh
2010-05-05
2
-47
/
+54
*
Re-calculate a geometry when reprobing as well.
marcel
2010-04-25
1
-0
/
+9
*
Fix undo for schemes that have internal partitions. Internal partitions
marcel
2010-04-25
1
-1
/
+14
*
Implement the resize verb and add support for resizing partitions
marcel
2010-04-23
8
-4
/
+222
*
Fix ddb(4) "show geom addr" command when INVARIANTS is enabled. Don't
jh
2010-04-19
1
-7
/
+13
*
Use lower priority for GELI worker threads. This improves system
pjd
2010-04-15
1
-3
/
+2
*
g_io_check: respond to zero pp->mediasize with ENXIO
avg
2010-04-15
1
-2
/
+2
*
fix copyright format, as requested by Joel Dahl
luigi
2010-04-13
4
-4
/
+8
*
make code compile with KTR
luigi
2010-04-13
1
-11
/
+4
*
Bring in geom_sched, support for scheduling disk I/O requests
luigi
2010-04-12
6
-0
/
+3330
*
g_vfs_open: allow only one mount per device vnode
avg
2010-04-03
1
-1
/
+6
*
bo_bsize: revert r205860 and take an alternative approch in getblk
avg
2010-04-02
1
-1
/
+1
*
g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZE
avg
2010-03-29
1
-1
/
+1
*
Change how multipath labels are created and managed. This makes it easier
mjacob
2010-03-29
1
-76
/
+38
*
Do not fetch precise time of request start when stats collection disabled.
mav
2010-03-24
1
-1
/
+4
*
Add 'rotate' and 'getactive' verbs to provide some control and information
mjacob
2010-03-21
1
-0
/
+87
*
Escape characters unsafe for XML output in GEOM class, instance and
jh
2010-03-20
1
-3
/
+25
*
Simplify loops.
pjd
2010-03-18
1
-20
/
+10
*
- Set missing flag when initiating a plex rebuild with the rebuildparity
lulf
2010-03-08
1
-0
/
+15
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
2
-74
/
+134
*
- Style fixes.
pjd
2010-02-18
1
-54
/
+32
*
Correct comment.
pjd
2010-02-18
1
-1
/
+1
*
Log attach just like we log detach.
pjd
2010-02-18
1
-0
/
+1
*
- Give geom_redboot taste of flash/spi. Now there is another provider
gonzo
2010-02-03
1
-1
/
+2
*
Prevent NULL deference by checking return value of
delphij
2010-02-02
1
-0
/
+9
*
Export the UUID of the partition in the XML. The partition UUID is used
marcel
2010-01-30
1
-0
/
+3
*
Go through with write_metadata() non-error-handling and make it return "void".
ivoras
2010-01-25
1
-6
/
+16
*
Remove unneeded variables.
trasz
2010-01-25
2
-4
/
+0
*
Remove pointless assignment.
trasz
2010-01-25
1
-1
/
+0
*
Remove some pointless variable assignments.
trasz
2010-01-25
2
-4
/
+1
*
Remove unused variable.
trasz
2010-01-25
1
-2
/
+0
*
Expose stripe offset and stripe size through libgeom and geom(8) userland
delphij
2010-01-17
1
-0
/
+4
*
Add gmountver, disk mount verification GEOM class.
trasz
2010-01-16
2
-0
/
+717
*
Change the way in which zero stripesize is handled. Instead of reporting
mav
2010-01-06
3
-13
/
+10
*
Move wakeup() out of mutex to reduce contention.
mav
2010-01-05
1
-3
/
+3
*
Move wakeup() out of mutex to reduce contention.
mav
2010-01-05
1
-4
/
+4
*
Slightly optimize XOR calculation.
mav
2010-01-05
1
-24
/
+31
*
Properly return the UUID represented by the alias.
marcel
2010-01-02
1
-1
/
+1
[prev]
[next]