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
*
Drop down Apple Partition Map code that has been in use by some
grehan
2003-02-23
1
-84
/
+168
*
NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"
phk
2003-02-21
1
-5
/
+5
*
NO_GEOM cleanup:
phk
2003-02-21
1
-2
/
+2
*
NO_GEOM cleanup:
phk
2003-02-21
2
-5
/
+3
*
Add M_WAITOK
phk
2003-02-19
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
12
-32
/
+33
*
Correctly set bio_data in cloned children when cutting up large requests.
tegge
2003-02-12
1
-1
/
+1
*
Implement a handle for efficient implementation of perforations in
phk
2003-02-12
2
-7
/
+13
*
Implement a bio-taskqueue to reduce number of context switches in
phk
2003-02-11
2
-21
/
+56
*
Announce our ability to do MAXPHYS transfers.
phk
2003-02-11
1
-0
/
+1
*
Advertise MAXPHYS upwards, we will split as necessary before we get to the
phk
2003-02-11
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
*
Don't divide by zero if there is no stripewidth specified.
phk
2003-02-11
1
-2
/
+4
*
Typo in last commit.
phk
2003-02-11
1
-2
/
+2
*
Better names for struct disk elements: d_maxsize, d_stripeoffset
phk
2003-02-11
6
-3
/
+43
*
Propagate DISKFLAG_CANDELETE from struct disk to G_PF_CANDELETE on the
phk
2003-02-11
1
-8
/
+11
*
Wrap a long line.
phk
2003-02-11
1
-1
/
+2
*
Don't short-circuit zero-length requests of they are BIO_[SG]ETATTR.
phk
2003-02-11
1
-10
/
+18
*
Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flag
phk
2003-02-11
1
-1
/
+3
*
Unconditionally make our provider with G_PF_CANDELETE.
phk
2003-02-11
1
-0
/
+1
*
Propagate G_PF_CANDELETE to our own providers from the provider we attach to.
phk
2003-02-11
1
-0
/
+2
*
Introduce flag field and G_PF_CANDELETE field on providers.
phk
2003-02-11
1
-0
/
+2
*
Remove another printf which does not say anything we didn't already know.
phk
2003-02-11
1
-1
/
+0
*
Turn the "updating" flag (back) into two sequence number fields at
phk
2003-02-11
2
-8
/
+9
*
Remove a debugging printf.
phk
2003-02-11
1
-1
/
+0
*
Update the statistics collection code to track busy time instead of
phk
2003-02-09
4
-47
/
+125
*
Put the name of the /dev entry in the .h file, userland will need it.
phk
2003-02-08
2
-1
/
+3
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
10
-52
/
+243
*
Move #defines of major/minor to internal header file so other bits can
phk
2003-02-08
2
-5
/
+10
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
8
-36
/
+138
*
Fix some sleep strings to make more sense.
phk
2003-02-07
1
-3
/
+3
*
Add the new statistics structure, put one in consumers and providers.
phk
2003-02-07
3
-0
/
+28
*
Rename bio_linkage to the more obvious bio_parent.
phk
2003-02-07
3
-3
/
+3
*
Add some comments about the deficiencies of this module. I had hoped to get
gordon
2003-02-07
1
-0
/
+7
*
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
*
Put the checks we perform on a bio before calling ::start in their
phk
2003-02-06
1
-69
/
+59
*
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
*
Correct a comment. GEOM modules do not create /dev entries. They create
gordon
2003-02-03
1
-2
/
+2
*
Add the GEOM module that makes volume labels useful. A kernel compiled with
gordon
2003-02-03
1
-0
/
+146
*
Add a bio_disk pointer for use between geom_disk and the device drivers.
phk
2003-02-02
1
-2
/
+2
*
Eliminate the sc_openmask, ccdopen() and ccdclose() functions, we
phk
2003-02-01
1
-46
/
+6
*
Move configuration of geom/providers into its own function in preparation
phk
2003-02-01
1
-36
/
+65
*
Remove commented out g_enc_dos_partition(). We won't be needing it.
phk
2003-01-31
1
-18
/
+0
*
Add a rudimentary class for slicing Apple partitioned disks.
phk
2003-01-31
1
-0
/
+198
*
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
[next]