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
*
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
*
Make g_wither_washer() to not loop by itself, but only when there was some
mav
2013-03-24
3
-29
/
+13
*
Correct the page count when excess length is trimmed from the bio.
kib
2013-03-21
1
-0
/
+9
*
Assert that transient mapping of the bio is only done when unmapped
kib
2013-03-21
1
-0
/
+2
*
The geom_part provider supports unmapped bio iff the underlying
kib
2013-03-19
1
-0
/
+1
*
A flag for the geom disk driver to indicate that it accepts the
kib
2013-03-19
2
-1
/
+20
*
Implement the concept of the unmapped VMIO buffers, i.e. buffers which
kib
2013-03-19
3
-5
/
+110
*
We don't need buffer to handle BIO_DELETE, so don't check buffer size for it.
pjd
2013-03-14
1
-1
/
+1
*
Add legacy support to geom raid to create a /dev/arX device for support
sbruno
2013-03-08
1
-0
/
+22
*
g_label_ntfs_taste: Abort taste is recsize == 0
dumbbell
2013-03-08
1
-1
/
+1
*
Support the FAT16 partition type in gpart(8)
gavin
2013-03-07
3
-0
/
+3
*
Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seq
mav
2013-03-07
1
-1
/
+4
*
g_label_ntfs.c: Mark structures as __packed
dumbbell
2013-03-05
1
-3
/
+3
*
Remove ntfs headers dependency for g_label_ntfs.c by redefining the
attilio
2013-03-02
1
-14
/
+65
*
Add barrier write capability to the VFS buffer interface. A barrier
mckusick
2013-02-16
1
-0
/
+4
*
g_mirror: g_getattr() failure should not be fatal
avg
2013-01-26
1
-3
/
+1
*
- Fix rebuild position broken at r245522.
mav
2013-01-17
1
-2
/
+5
*
For Promise/AMD metadata add support for disks with capacity above 2TiB
mav
2013-01-17
1
-55
/
+91
[next]