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
/
stripe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change spaces to tabs where needed.
pjd
2006-11-01
1
-3
/
+3
*
Implement BIO_FLUSH handling by simply passing it down to the components.
pjd
2006-10-31
1
-3
/
+39
*
Remove trailing spaces.
pjd
2006-02-01
2
-3
/
+3
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Avoid code duplication and implement bitcount32() function in systm.h only.
pjd
2005-08-19
2
-7
/
+1
*
Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will know
pjd
2005-07-17
1
-0
/
+1
*
Check return value.
pjd
2005-05-11
1
-0
/
+4
*
- Add md_provsize field to metadata, which will help with
pjd
2005-02-27
2
-4
/
+15
*
Fix year in copyrights.
pjd
2005-02-16
2
-2
/
+2
*
- Turn off 'fast' mode by default and increase maximum memory to consume
pjd
2004-12-09
1
-2
/
+2
*
This is not needed anymore, it is forced in GEOM now.
pjd
2004-09-20
1
-3
/
+0
*
Allow to configure debug level from /boot/loader.conf.
pjd
2004-08-30
1
-0
/
+1
*
Skip providers with not defined sector size.
pjd
2004-08-26
1
-0
/
+3
*
Dump disk number.
pjd
2004-08-25
1
-1
/
+2
*
Increase default kern.geom.stripe.maxmem to 50 elements.
pjd
2004-08-11
1
-1
/
+1
*
Fix one of the lastest commit. This bio_caller1 should also be changed to
pjd
2004-08-10
1
-1
/
+1
*
- Introduce option for hardcoding providers' names into metadata.
pjd
2004-08-09
2
-1
/
+20
*
Do not use g_wither_geom(9). I doesn't work in the way which is expected
pjd
2004-08-09
1
-2
/
+3
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+1
*
Add and document kern.geom.stripe.fast_failed sysctl, which shows how
pjd
2004-08-06
1
-1
/
+7
*
Fields bio_caller[12] should be used by the consumer and fields
pjd
2004-08-06
1
-23
/
+23
*
Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but when
pjd
2004-08-06
1
-0
/
+2
*
Improve geom(8)'s 'list' command to show geoms and their providers and
pjd
2004-07-26
1
-29
/
+30
*
Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.
pjd
2004-07-26
2
-24
/
+19
*
M_WAITOK is ok here, while I'm using M_WAITOK later in this function.
pjd
2004-07-26
1
-8
/
+1
*
Fix copy&paste bug.
pjd
2004-07-18
1
-1
/
+1
*
Minor sysctl description fixes.
pjd
2004-07-13
1
-2
/
+2
*
Implement "FAST" mode for GEOM_STRIPE class and turn it on by default.
pjd
2004-07-09
1
-80
/
+345
*
- Add 'stop' command, which works just like 'destroy' command, but sounds
pjd
2004-07-05
2
-2
/
+3
*
Dump some more informations:
pjd
2004-05-26
1
-19
/
+29
*
Introduce STRIPE GEOM class. It implements RAID0 transformation and it
pjd
2004-05-20
2
-0
/
+1016