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
/
vinum
/
geom_vinum_plex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Split up the BIO queue into a queue for new and one for completed requests.
lulf
2009-05-06
1
-30
/
+42
*
- Split the queue mutex into one for the event queue and one for the BIO queue,
lulf
2009-05-06
1
-15
/
+5
*
Import the gvinum work that have been done during and after Summer of Code 2007.
lulf
2009-03-28
1
-623
/
+802
*
- Fix an issue with access permissions to underlying disks used by a gvinum
lulf
2008-12-27
1
-0
/
+10
*
- Import macros used in gmirror for printing gvinum debug messages and making
lulf
2008-10-26
1
-11
/
+7
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-3
/
+3
*
Get rid of the gv_bioq hack in most parts of the I/O path and
le
2006-01-06
1
-34
/
+40
*
Make it possible to remove stale, left-over subdisks.
le
2005-08-16
1
-1
/
+4
*
Don't initialize error with ENXIO as we might end up here when
le
2005-01-21
1
-2
/
+1
*
Although an object may already be known in the configuration, it's
le
2005-01-19
1
-0
/
+11
*
Implement checkparity/rebuildparity.
le
2004-11-26
1
-12
/
+93
*
Give each plex a separate queue where held back bios are put on.
le
2004-10-26
1
-3
/
+15
*
Make it possible to rebuild degraded RAID5 plexes. Note that it is
le
2004-09-30
1
-3
/
+13
*
Re-vamp how I/O is handled in volumes and plexes.
le
2004-09-18
1
-111
/
+364
*
Rename gv_kill_thread() to gv_kill_plex_thread(), since there are more
le
2004-09-13
1
-2
/
+2
*
If we kill the worklist thread of a RAID5 plex we can destroy
le
2004-08-10
1
-1
/
+0
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+1
*
Propagate size changes upwards.
le
2004-07-31
1
-0
/
+4
*
Set the access counts of a subdisk correctly when attaching it
le
2004-07-30
1
-2
/
+21
*
Add a function to clean up RAID5 packets and use it when I/O has
le
2004-06-23
1
-0
/
+2
*
Clean up allocated ressources when destroying the main vinum geom.
le
2004-06-18
1
-4
/
+6
*
Handle dead disks in a somewhat sane way.
le
2004-06-16
1
-1
/
+4
*
Add a first version of a GEOMified vinum.
le
2004-06-12
1
-0
/
+456