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 r257965:
ae
2013-12-14
1
-2
/
+2
*
MFC r256724:
trasz
2013-12-13
2
-1
/
+13
*
MFC r256951:
mjg
2013-11-23
1
-1
/
+1
*
MFC r257539:
delphij
2013-11-05
1
-4
/
+4
*
Introduce a kern.geom.notaste sysctl that can be used to temporarily
des
2013-09-24
3
-1
/
+8
*
Remove stub implementation.
ae
2013-09-05
1
-11
/
+0
*
Make ELI destruction (including orphanization) less aggressive, making it
mav
2013-09-02
1
-10
/
+12
*
MFprojects/camlock r254895:
mav
2013-08-26
1
-4
/
+28
*
Add new attribute lunname to report only textual LUN-specific device IDs.
mav
2013-08-24
1
-0
/
+6
*
Change the way that unmapped I/O capability is advertised.
ken
2013-08-15
1
-1
/
+3
*
Return error when opening read-only volumes (like RAID4/5/...) for writing.
mav
2013-08-13
3
-1
/
+8
*
Oops, wrong constant at r254269.
mav
2013-08-13
1
-1
/
+1
*
Fix reasonable but safe Clang warnings.
mav
2013-08-13
1
-2
/
+6
*
Fix the formatting of the error message.
ed
2013-08-12
1
-2
/
+2
*
gpt_entries is used as limit for the number of partition entries in
ae
2013-08-08
1
-2
/
+3
*
Change <sys/diskpc98.h> to not redefine the same symbols that are
marcel
2013-08-07
2
-19
/
+20
*
Remove inclusion of <sys/diskmbr.h>. We have no business knowing
marcel
2013-08-04
2
-2
/
+0
*
Introduce 3 seconds timeout on `graid stop` command (mostly with -f flag).
mav
2013-07-27
2
-11
/
+8
*
When panicing due to the gjournal overflow, print the geom metadata
kib
2013-07-10
1
-1
/
+3
*
There are several code sequences like
kib
2013-07-09
1
-1
/
+1
*
Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.
smh
2013-07-03
2
-9
/
+8
*
- Add a general purpose resource allocator, vmem, from NetBSD. It was
jeff
2013-06-28
1
-12
/
+3
*
Fix a mystery cut-n-paste corruption from the previous commit.
scottl
2013-06-19
1
-1
/
+1
*
Mark geom_mirror as capable of unmapped i/o
scottl
2013-06-19
1
-5
/
+18
*
Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.
mav
2013-06-12
1
-1
/
+24
*
Don't update provider properties and don't set DISKFLAG_OPEN if d_open()
mav
2013-06-11
1
-0
/
+2
*
Change the set and unset ctlreqs by making the index argument optional.
marcel
2013-06-09
5
-35
/
+74
*
Remove stub implementation.
marcel
2013-06-09
1
-11
/
+0
*
MFP4 @222836
brooks
2013-05-30
1
-2
/
+5
*
Remove an extra semicolon from the DOT language output.
jh
2013-05-21
1
-1
/
+1
*
Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.
mav
2013-05-20
1
-1
/
+1
*
- Use int8_t type for the mftrecsz field in g_label_ntfs. char type
stas
2013-05-05
1
-3
/
+4
*
Return "descr" field alike to "Intel RAID1 volume" for GEOM RAID to make
mav
2013-04-27
1
-0
/
+4
*
Teach GEOM and CAM about the difference between the max "size" of r/w and delete
smh
2013-04-26
2
-7
/
+23
*
Added a sysctl (kern.geom.dev.delete_max_sectors) to control the maximum
smh
2013-04-26
1
-5
/
+22
*
Comment typo fix.
ivoras
2013-04-16
1
-2
/
+2
*
Fix the buffer-overflow-fixing fixes.
ivoras
2013-04-16
1
-15
/
+19
*
Partial MFP4 of 222836:
brooks
2013-04-16
1
-1
/
+1
*
Introduce glabel labels based on GEOM ident attributes. In this initial
ivoras
2013-04-15
3
-1
/
+87
*
Introduce a symbol for the GEOM class name instead of using the ad-hoc string
ivoras
2013-04-15
3
-2
/
+5
*
move the error report to a lower log level... Now you can see when it
jmg
2013-04-13
2
-4
/
+5
*
Make it possible to submit FLUSH bios through geom_dev strategy. This
trasz
2013-04-06
1
-1
/
+2
*
Following r241022, replace iteration over the provider list on media events
mav
2013-04-05
1
-2
/
+10
*
geom_slice.c and its consumers like GEOM_LABEL are not touching the data
mav
2013-03-26
1
-0
/
+8
*
GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through.
mav
2013-03-26
1
-0
/
+1
*
Remove extra bio_data and bio_length copying to child request after calling
mav
2013-03-26
3
-6
/
+0
*
Do not pass unmapped buffers to drivers that cannot handle them
kan
2013-03-26
1
-1
/
+1
*
Make GEOM MULTIPATH to report unmapped bio support if underling path report
mav
2013-03-25
1
-0
/
+2
*
In GEOM DISK:
mav
2013-03-25
1
-56
/
+28
*
Fix long known deadlock between geom dev destruction and d_close() call.
mav
2013-03-24
1
-71
/
+129
[next]