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
/
geom_disk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject attempts to attack a disk device that has the old NEEDSGIANT
jhb
2013-10-25
1
-0
/
+1
*
Improve ZFS N-way mirror read performance by using load and locality
smh
2013-10-23
1
-1
/
+3
*
Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).
mav
2013-10-22
1
-1
/
+0
*
Merge GEOM direct dispatch changes from the projects/camlock branch.
mav
2013-10-22
1
-0
/
+1
*
Bump disk(9) ABI version to signify the addition of d_delmaxsize by r249940.
smh
2013-07-03
1
-1
/
+2
*
Teach GEOM and CAM about the difference between the max "size" of r/w and delete
smh
2013-04-26
1
-0
/
+1
*
Introduce a symbol for the GEOM class name instead of using the ad-hoc string
ivoras
2013-04-15
1
-0
/
+2
*
A flag for the geom disk driver to indicate that it accepts the
kib
2013-03-19
1
-0
/
+1
*
Fix locking problem in disk_resize(); previously it would run without
trasz
2012-10-29
1
-1
/
+1
*
Implement media change notification for DA and CD removable media devices.
mav
2012-07-29
1
-0
/
+2
*
Add disk_resize(), to make it possible for the disk drivers such as da(4)
trasz
2012-07-07
1
-0
/
+1
*
Fix a bug which causes a panic in daopen(). The panic is caused by
ken
2012-06-24
1
-1
/
+4
*
Plumb device physical path reporting from CAM devices, through GEOM and
gibbs
2011-06-14
1
-0
/
+3
*
Add the disk ident and a human-meaningful description (here, the disk model
nwhitehorn
2011-02-26
1
-0
/
+1
*
Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to
mav
2010-07-25
1
-0
/
+4
*
Revert r190676,190677
thompsa
2009-04-10
1
-2
/
+0
*
Add interleaving root hold tokens from the CAM probe to disk_create and geom
thompsa
2009-04-03
1
-0
/
+2
*
- Extend disk structure to allow to store disk's serial number, which can be
pjd
2007-05-05
1
-1
/
+4
*
Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk
pjd
2006-10-31
1
-0
/
+1
*
Fix a bug that caused some /dev entries to continue to exist after
jdp
2005-11-18
1
-0
/
+1
*
forward declare struct disk.
phk
2005-03-15
1
-0
/
+2
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-2
/
+6
*
Change events to have an array of "void *" references, and give the
phk
2003-04-02
1
-0
/
+4
*
Start to split the GEOM/diskdriver specific bits into geom/geom_disk.h
phk
2003-04-01
1
-0
/
+93