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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all references to BIO_SETATTR. We will not be using it.
phk
2003-04-03
1
-3
/
+0
*
Add handling for cancelled events in the g_call_me() methods.
phk
2003-04-02
1
-2
/
+15
*
Change events to have an array of "void *" references, and give the
phk
2003-04-02
1
-4
/
+4
*
Include <geom/geom_disk.h> not <sys/disk.h>
phk
2003-04-01
1
-1
/
+1
*
Check return value of g_call_me()
phk
2003-03-27
1
-4
/
+5
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+1
*
Mitigate deadlock situation pending a more complete solution.
phk
2003-03-21
1
-1
/
+3
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Use devstat_{start,end}_transaction_bio().
phk
2003-03-15
1
-10
/
+3
*
Allocate devstat structure with devstat_new_entry().
phk
2003-03-08
1
-2
/
+1
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+29
*
NO_GEOM cleanup:
phk
2003-02-28
1
-54
/
+10
*
NO_GEOM cleanup:
phk
2003-02-21
1
-2
/
+2
*
NO_GEOM cleanup:
phk
2003-02-21
1
-4
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Correctly set bio_data in cloned children when cutting up large requests.
tegge
2003-02-12
1
-1
/
+1
*
Check disk->d_maxsize/dev->si_iosize_max at open time rather than in strategy.
phk
2003-02-11
1
-10
/
+7
*
Make a mutex to stop the race coming into geom_disk's done routine.
phk
2003-02-11
1
-25
/
+61
*
Better names for struct disk elements: d_maxsize, d_stripeoffset
phk
2003-02-11
1
-0
/
+2
*
Propagate DISKFLAG_CANDELETE from struct disk to G_PF_CANDELETE on the
phk
2003-02-11
1
-8
/
+11
*
Check return value of g_clone_bio().
phk
2003-02-06
1
-0
/
+4
*
Experimentally don't let go of Giant in geom_disk's done.
phk
2003-02-06
1
-0
/
+5
*
Implement the new "struct disk" centered API for device drivers.
phk
2003-02-05
1
-12
/
+23
*
Pave the road to removing the fixed size limit on device nodes:
phk
2003-02-04
1
-0
/
+2
*
Add a bio_disk pointer for use between geom_disk and the device drivers.
phk
2003-02-02
1
-2
/
+2
*
Add some agility to the disk_create() API:
phk
2003-01-30
1
-24
/
+48
*
NO_GEOM cleanup: Remove sys/disklabel.h include.
phk
2003-01-30
1
-2
/
+1
*
NO_GEOM cleanup: retire disk_invalidate()
phk
2003-01-30
1
-5
/
+0
*
NO_GEOM cleanup: Mark the last arg to disk_create() as unused.
phk
2003-01-30
1
-1
/
+1
*
Add code to repsect the D_NOGIANT flag, should the disk device driver set it.
phk
2003-01-29
1
-11
/
+30
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
disk_dev_synth() is a NO_GEOM hack.
phk
2003-01-20
1
-9
/
+0
*
Remove need for <sys/diskslice.h> but retain numerical compatibilty just in c...
phk
2003-01-20
1
-2
/
+1
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-1
/
+1
*
Add the remaning part of the new libdisk interaction.
phk
2002-10-28
1
-0
/
+5
*
Reduce the GEOM verbosity under bootverbose to something more sufferable.
phk
2002-10-25
1
-0
/
+2
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-7
/
+5
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-0
/
+1
*
It makes more sense for the fwheads and fwsectors properties to be in
phk
2002-10-20
1
-1
/
+1
*
Include fwsectors and gfwheads in the XML output for the disks we know.
phk
2002-10-20
1
-0
/
+15
*
NUL terminate sysctl kern.disks
phk
2002-10-17
1
-1
/
+1
*
The CAM system has it's own ideas of what locks are to be held by whom.
phk
2002-10-11
1
-19
/
+24
*
Correctly deal with non-DEVBSIZE drives.
phk
2002-10-07
1
-4
/
+9
*
Copyin and copyout are only possible from a process-native thread,
phk
2002-10-07
1
-24
/
+8
*
This patch got lost in my trees: Pass setattr down to device drivers
phk
2002-10-05
1
-0
/
+8
*
NB: This commit does *NOT* make GEOM the default in FreeBSD
phk
2002-10-05
1
-9
/
+5
*
Implement the "kern.disks" sysctl in GEOM.
phk
2002-10-04
1
-1
/
+38
*
Properly conditionalize a debugging printf.
phk
2002-10-04
1
-1
/
+4
*
Don't restrict device drivers ability to sleep in the ioctl method, this
phk
2002-10-01
1
-5
/
+22
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-3
/
+2
[next]