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
*
Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix.
loos
2014-04-22
1
-5
/
+23
*
Make sure not to do I/O for more than MAXPHYS bytes. Doing so can cause
marcel
2014-04-15
1
-5
/
+22
*
Make g_access() KASSERT() more useful.
bdrewery
2014-04-15
1
-2
/
+3
*
Align and round the partitionable disk space to 4K by default.
marcel
2014-04-12
1
-6
/
+29
*
Fix spelling error in g_trace() call.
bdrewery
2014-04-10
1
-1
/
+1
*
Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.
mav
2014-04-10
1
-17
/
+39
*
Do not increment bio_data in case of BIO_DELETE.
mav
2014-04-10
1
-3
/
+10
*
An all-or-nothing approach to labels isn't flexible enough. Embedded
marcel
2014-04-06
1
-2
/
+6
*
Make sure we don't free memory that's already been freed by setting
marcel
2014-04-06
1
-1
/
+4
*
Show error code when failing to destroy a mirror on delay
bdrewery
2014-04-05
1
-1
/
+2
*
In g_eli_crypto_hmac_init(), zero out after using the ipad buffer,
delphij
2014-02-08
1
-0
/
+1
*
Fix the build with DEBUG enabled. Where possible, fix style(9) issues.
loos
2014-02-07
2
-51
/
+58
*
Fix a logic error. Because of this inflateReset() wasn't being called and
loos
2014-02-03
1
-1
/
+1
*
Remove some unnecessary code. The offsets read from the first block are
loos
2014-02-03
1
-10
/
+4
*
Always free sbuf in gctl_free().
ae
2014-01-23
1
-1
/
+1
*
Remove another unneeded NULL check from geom_alloc_copyin().
ae
2014-01-23
1
-15
/
+15
*
In gctl_copyin() remove unused error variable.
ae
2014-01-23
1
-8
/
+9
*
Fix typo in r261084.
ae
2014-01-23
1
-6
/
+7
*
malloc() with M_WAITOK doesn't return NULL.
ae
2014-01-23
1
-4
/
+1
*
Removed unneeded and dangerous assignment. It would probably cause NULL
mav
2014-01-19
1
-1
/
+0
*
Build the geom_uncompress(4) module by default.
loos
2014-01-10
1
-1
/
+1
*
Add an ability to stop gmirror and clear its metadata in one command.
ae
2013-12-27
3
-4
/
+13
*
Add GPT UUID for VMware vSAN meta-data partition.
marck
2013-12-26
3
-0
/
+4
*
Prevent users from deactivating the last component of a mirror.
ae
2013-12-19
1
-1
/
+12
*
Clear some more places with potentially sensitive data.
pjd
2013-12-15
1
-0
/
+2
*
Clear content of keyfiles loaded by the loader after processing them.
pjd
2013-12-15
1
-0
/
+1
*
Fix bug introduced at r256607. We have to recalculate bp_resid here since
mav
2013-12-12
1
-1
/
+1
*
Partially revert r259080. bde@ pointed out that there are a lot more style bugs
jhibbits
2013-12-08
2
-2
/
+2
*
Fix some integer signs. These unsigned integers should all be signed.
jhibbits
2013-12-07
2
-2
/
+2
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-3
/
+3
*
Escape special XML chars, returned by some devices, confusing XML parsers.
mav
2013-11-27
3
-22
/
+42
*
Have the GPT probe return a lower priority when the MBR is not a PMBR
marcel
2013-11-21
1
-5
/
+15
*
Add "resize" verb to gmirror(8) and such functionality to geom_mirror(4).
ae
2013-11-19
2
-5
/
+106
*
In addition to r258220 allow shrinking in "automatic" mode if there is
mav
2013-11-17
1
-35
/
+47
*
Implement automatic live resize support for GEOM MULTIPATH class.
mav
2013-11-16
2
-13
/
+93
*
Add missing line breaks.
ae
2013-11-11
1
-2
/
+2
*
When zero'ing out a buffer, make sure we are using right size.
delphij
2013-11-02
1
-4
/
+4
*
Reject attempts to attack a disk device that has the old NEEDSGIANT
jhb
2013-10-25
2
-0
/
+8
*
Improve ZFS N-way mirror read performance by using load and locality
smh
2013-10-23
4
-9
/
+22
*
gnop: make sure that newly allocated memory for softc is zeroed
mjg
2013-10-23
1
-1
/
+1
*
Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).
mav
2013-10-22
2
-29
/
+0
*
Merge GEOM direct dispatch changes from the projects/camlock branch.
mav
2013-10-22
28
-201
/
+427
*
Fix build with gcc by spelling unused format string as "unused" instead of NULL.
trasz
2013-10-19
1
-1
/
+1
*
Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"
trasz
2013-10-18
2
-1
/
+13
*
Add an automatic resize support to the GEOM_PART class.
ae
2013-10-17
8
-1
/
+138
*
MFprojects/camlock r256445:
mav
2013-10-16
7
-61
/
+90
*
MFprojects/camlock r256371:
mav
2013-10-16
1
-5
/
+5
*
MFprojects/camlock r254907:
mav
2013-10-16
1
-3
/
+4
*
MFprojects/camlock r254905:
mav
2013-10-16
2
-3
/
+8
*
Introduce a kern.geom.notaste sysctl that can be used to temporarily
des
2013-09-24
3
-1
/
+8
[next]