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
*
MFp4: Add two options for gnop(8)'s 'create' command:
pjd
2004-07-19
2
-16
/
+74
*
Fix copy&paste bug.
pjd
2004-07-18
1
-1
/
+1
*
Fix exclusive-bit leakage.
pjd
2004-07-18
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Remove unused macro.
pjd
2004-07-13
1
-9
/
+0
*
Decrease log level of one debug message, so there is no hole (level 2
pjd
2004-07-13
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
*
Only detach consumers which are attached when we wither stuff away.
phk
2004-07-09
1
-1
/
+2
*
Make withering water tight.
phk
2004-07-08
3
-25
/
+77
*
Fail normally rather than KASSERT if attempt to open a spoiled consumer.
phk
2004-07-08
1
-5
/
+3
*
Add missing argument.
pjd
2004-07-06
1
-1
/
+1
*
Properly free resources if g_access() fails.
pjd
2004-07-06
1
-1
/
+3
*
- Add 'stop' command, which works just like 'destroy' command, but sounds
pjd
2004-07-05
6
-6
/
+9
*
g_clone_bio() can fail, be ready for this.
pjd
2004-07-05
1
-2
/
+6
*
We only need to check for overlaps if we increasing access counts.
phk
2004-07-04
1
-17
/
+19
*
Introduce GEOM_LABEL class.
pjd
2004-07-02
5
-0
/
+785
*
Remove unused argument for good.
pjd
2004-07-01
1
-2
/
+2
*
Free only if pointer isn't NULL.
pjd
2004-07-01
1
-1
/
+2
*
Fix regression in last commit.
phk
2004-06-29
1
-1
/
+1
*
Make sure to kill the devstat entry for disappearing disks.
phk
2004-06-27
1
-1
/
+3
*
Introduce a hack that will make geom_gate to work with read-only mounts.
pjd
2004-06-27
1
-0
/
+9
*
The g_up and g_down threads use a local 'mymutex' mutex to allow WITNESS
rwatson
2004-06-26
1
-0
/
+16
*
Mark a plex as 'newborn' when it is created. This is used to indicate
le
2004-06-25
2
-1
/
+4
*
Don't force class to give a valid softc to g_slice_new(), it is not always
pjd
2004-06-24
1
-2
/
+6
*
Currently, if the drives specified for volume creation are
csjp
2004-06-24
1
-2
/
+19
*
Add a function to clean up RAID5 packets and use it when I/O has
le
2004-06-23
3
-12
/
+24
*
Remove two debugging printfs that are currently rather disturbing
le
2004-06-23
1
-2
/
+0
*
Accept "sd len 0" and auto-size the subdisk correctly.
le
2004-06-23
1
-4
/
+2
*
No need to free the softc, because it wasn't allocated.
le
2004-06-22
1
-1
/
+0
*
Don't sleep in the g_down path. More error checks to come.
le
2004-06-22
1
-9
/
+27
*
Kill g_access_rel() already now before we send it down 5-stable
phk
2004-06-21
1
-3
/
+0
*
Don't hold topology lock while calling g_gate_release().
pjd
2004-06-21
1
-0
/
+2
*
Duplicate the securelevel check from spec_vnops.c here.
phk
2004-06-19
1
-0
/
+11
*
Clean up allocated ressources when destroying the main vinum geom.
le
2004-06-18
4
-21
/
+53
*
Reduce the thaumaturgical level of root filesystem mounts: Instead of using
phk
2004-06-17
1
-43
/
+0
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Handle dead disks in a somewhat sane way.
le
2004-06-16
4
-3
/
+21
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
4
-15
/
+16
*
Fix several bugs related to subdisk drive_offset calculation.
le
2004-06-15
1
-4
/
+5
*
Don't free a VINUMDRIVE softc when it's orphaned or spoiled. All
le
2004-06-14
1
-1
/
+0
*
Correctly calculate subdisk offset in RAID5 plexes.
le
2004-06-14
1
-2
/
+1
*
Add a first version of a GEOMified vinum.
le
2004-06-12
15
-0
/
+5851
*
Make the sysctl kern.geom.collectstats more granular.
phk
2004-06-09
1
-8
/
+8
*
Fix format string.
pjd
2004-06-07
1
-2
/
+2
*
Don't allow for duplicated entries creation.
pjd
2004-06-07
1
-5
/
+11
*
Add SVR4-compatible VTOC-style elements to the Sun label. The
joerg
2004-06-01
1
-1
/
+46
*
Zap a redundant NULL
phk
2004-05-30
1
-1
/
+1
*
Dump some more informations:
pjd
2004-05-26
2
-36
/
+57
*
- Change command name from 'config' to 'configure'.
pjd
2004-05-21
2
-4
/
+4
[next]