1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/sys/geom/vinum
Ulf Lilleengen b79cac0f92 - Fix the issue with read access count modification on RAID-5 plexes properly.
If the access counts were not increased and decreased in equal numbers by
  gvinum consumers, the read access count would be inconsistent with the write
  access count. Instead, modify the read access count with the write access
  count directly to prevent any inconsistencies.

Approved by:	re (kib)
2009-07-18 11:12:48 +00:00
..
geom_vinum_create.c Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
geom_vinum_drive.c Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
geom_vinum_events.c - Split the queue mutex into one for the event queue and one for the BIO queue, 2009-05-06 18:21:48 +00:00
geom_vinum_init.c
geom_vinum_list.c
geom_vinum_move.c
geom_vinum_plex.c - Split up the BIO queue into a queue for new and one for completed requests. 2009-05-06 19:34:32 +00:00
geom_vinum_raid5.c - Split up the BIO queue into a queue for new and one for completed requests. 2009-05-06 19:34:32 +00:00
geom_vinum_raid5.h
geom_vinum_rename.c
geom_vinum_rm.c - Check if any plexes are doing internal maintenance before removing them. 2009-05-06 19:06:28 +00:00
geom_vinum_share.c
geom_vinum_share.h
geom_vinum_state.c
geom_vinum_subr.c - Fix a case where a RAID5 volume would think that it is supposed to grow a new 2009-05-06 19:18:19 +00:00
geom_vinum_var.h - Split up the BIO queue into a queue for new and one for completed requests. 2009-05-06 19:34:32 +00:00
geom_vinum_volume.c
geom_vinum.c - Fix the issue with read access count modification on RAID-5 plexes properly. 2009-07-18 11:12:48 +00:00
geom_vinum.h - Split up the BIO queue into a queue for new and one for completed requests. 2009-05-06 19:34:32 +00:00