1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/geom
Pawel Jakub Dawidek a245a5483c - Add genid field to the metadata which will allow to improve reliability a bit.
After this change, when component is disconnected because of an I/O error,
  it will not be connected and synchronized automatically, it will be logged
  as broken and skipped. Autosynchronization can occur, when component is
  disconnected (on orphan event) and connected again - there were no I/O
  error, so there is no need to not connected the component, but when there were
  writes while it wasn't connected, it will be synchronized.
  This fix cases, when component is disconnected because of I/O error and can be
  connected again and again.
- Bump version number.
- Implement backward compatibility mechanism. After this change when metadata in
  old version is detected, it is automatically upgraded to the new (current)
  version.
2004-12-25 19:17:47 +00:00
..
bde Fix typo in a comment. 2004-12-15 12:18:41 +00:00
concat
gate - Add missing Giant drop before acquiring the topology lock. 2004-11-23 11:18:26 +00:00
label Only allow for unloading when there are no geoms in LABEL GEOM class. 2004-10-14 07:46:13 +00:00
mirror Update disk->d_genid field when increasing sc->sc_genid. 2004-12-23 21:15:15 +00:00
nop
raid3 - Add genid field to the metadata which will allow to improve reliability a bit. 2004-12-25 19:17:47 +00:00
stripe - Turn off 'fast' mode by default and increase maximum memory to consume 2004-12-09 12:26:47 +00:00
uzip Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. 2004-11-20 13:10:04 +00:00
vinum Implement 'setstate' to allow setting the state of drives and subdisks 2004-11-26 12:31:36 +00:00
geom_aes.c
geom_apple.c
geom_bsd_enc.c
geom_bsd.c Pass the file->flags down to geom ioctl handlers. 2004-12-12 10:09:05 +00:00
geom_ccd.c
geom_ctl.c Don't call g_waitidle(), it happens automagically now. 2004-10-23 20:52:15 +00:00
geom_ctl.h
geom_dev.c Pass the file->flags down to geom ioctl handlers. 2004-12-12 10:09:05 +00:00
geom_disk.c Pass the file->flags down to geom ioctl handlers. 2004-12-12 10:09:05 +00:00
geom_disk.h
geom_dump.c
geom_event.c Introduce g_waitidlelock() function which is simlar to g_waitidle(), 2004-11-09 23:20:50 +00:00
geom_fox.c
geom_gpt.c o Don't limit GPT as a rank 2 provider. Allow it to be connected 2004-12-05 06:02:21 +00:00
geom_int.h Use unit number allocation functions for GEOM minor numbers. 2004-10-25 12:28:28 +00:00
geom_io.c Add KTR_GEOM, which allows tracing of basic GEOM I/O events occuring 2004-10-21 18:35:24 +00:00
geom_kern.c
geom_mbr_enc.c
geom_mbr.c Pass the file->flags down to geom ioctl handlers. 2004-12-12 10:09:05 +00:00
geom_pc98_enc.c
geom_pc98.c Pass the file->flags down to geom ioctl handlers. 2004-12-12 10:09:05 +00:00
geom_slice.c Stop wasting a bootverbose line on all geom slices. 2004-11-03 09:08:10 +00:00
geom_slice.h
geom_subr.c Add g_wither_geom_close() function. 2004-10-29 09:19:03 +00:00
geom_sunlabel_enc.c
geom_sunlabel.c
geom_vfs.c Finish cut&paste adjustments. 2004-11-04 07:17:08 +00:00
geom_vfs.h Add GEOM class "VFS" for filesystems and other buffer cache users 2004-10-29 09:56:56 +00:00
geom_vol_ffs.c
geom.h Implement g_topology_try_lock(). 2004-12-21 18:32:46 +00:00
notes