|
|
@155d34f
|
3 months |
mc |
hr: rename hr_get_*_status_msg → hr_get_*_state_str
|
|
|
@ac4b70b
|
3 months |
mc |
hr: fail only failable extents
|
|
|
@31eb568
|
3 months |
mc |
hr: comment hr.c a bit
|
|
|
@13c2365
|
3 months |
mc |
hr: metadata/softraid: checksum in original endianness
|
|
|
@c2f0160
|
3 months |
mc |
hr: util: add more checks for hotspare addition
|
|
|
@d1d355f
|
3 months |
mc |
hr: refactor hrctl and some hr IPC methods
|
|
|
@40f56a4
|
4 months |
mc |
hr: metadata/softraid: use inttypes.h specifiers
|
|
|
@9bf95d4
|
4 months |
mc |
hr: hr_softraid.c: remove dead code
|
|
|
@59ec1c50
|
4 months |
mc |
hr: util.c: fix possible null deref
|
|
|
@c9ef864
|
4 months |
mc |
hr: util.c: hr_create_vol_struct: HR_LVL_4 fallthrough
|
|
|
@a261634
|
4 months |
mc |
hr: OpenBSD softraid metadata support
|
|
|
@af1b25d
|
4 months |
mc |
hr: metadata/geom/g_mirror.h: fix checksums
|
|
|
@dd76b46
|
4 months |
mc |
hr: metadata/native.c: use uint64_t for counter
|
|
|
@d85ee06
|
4 months |
mc |
hr: geom g{mirror, stripe}: rename files, remove saving
We cannot …
|
|
|
@a056759
|
4 months |
mc |
hr: hr.c: style Accepting connections. message
|
|
|
@c6d2af8
|
4 months |
mc |
hr: hr.c: more specific message for unsupported hotspare
|
|
|
@fb06476f
|
4 months |
mc |
hr: use enum for RAID layouts
|
|
|
@5cb1631
|
4 months |
mc |
hr: FreeBSD GEOM::STRIPE metadata support
|
|
|
@b883aa8
|
4 months |
mc |
hr: move metadata_type_t to lib/hr for type printing
Also renames …
|
|
|
@75262d2f
|
4 months |
mc |
hr: util.c: hr_create_vol_struct() style
|
|
|
@80c760e
|
4 months |
mc |
hr: remove truncated_blkno calculation from raid*.c
Calculate the …
|
|
|
@18c3658
|
4 months |
mc |
hr: raid{0,1,5}.c: unusable volume creation message
|
|
|
@f09b75b
|
4 months |
mc |
hr: metadata/foreign/geom: add <sys/endian.h>
|
|
|
@10291a23
|
4 months |
mc |
hr: FreeBSD GEOM::MIRROR metadata support
|
|
|
@afec52b4
|
4 months |
mc |
srv/bd/hr/superblock.c: fix memory leak
|
|
|
@f647b87
|
4 months |
mc |
srv/bd/hr: remove unused nblocks variable
|
|
|
@d3a23c9
|
4 months |
mc |
srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
|
|
|
@372a9fc
|
4 months |
mc |
srv/hr/util.c: don't dump metadata
|
|
|
@6a854c5
|
4 months |
mc |
srv/hr/metadata/native.c: no explicit arg casting
|
|
|
@58c43d4
|
4 months |
mc |
hr: util.c: matching type as well
|
|
|
@14394141
|
4 months |
mc |
hr: util.c: style
|
|
|
@50603405
|
4 months |
mc |
hr: metadata format agnostic superblock ops
Put metadata specific …
|
|
|
@e77c3ed
|
4 months |
mc |
hr: superblock.c,h: const quals for args
|
|
|
@29e7cc7
|
4 months |
mc |
Merge branch 'upstream/master' into helenraid
|
|
|
@800d188
|
4 months |
mc |
hr: metadata saving on stop
New bool argument for hr_metadata_save() …
|
|
|
@a188131
|
4 months |
jiri |
Add UI to system installer
|
|
|
@0db0df2
|
4 months |
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
|
|
@ca7fa5b
|
5 months |
mc |
hr: use <inttypes.h> macro specifiers
|
|
|
@bbcd06e
|
5 months |
mc |
hr: keep counter only in memory saved metadata
|
|
|
@52be5fa
|
5 months |
mc |
hr: increment metadata counter on volume assembly
For now increment …
|
|
|
@44da6c8
|
5 months |
mc |
hr: util.c: initialize empty extents to MISSING
|
|
|
@0277ec2
|
5 months |
mc |
hr: refactor metadata handling
|
|
|
@a5ec426
|
5 months |
mc |
hr: superblock: move to last block
|
|
|
@baa4929
|
5 months |
mc |
hr: extent init refactor, blkno truncation
|
|
|
@6d0fc11
|
5 months |
mc |
hr: style: align structures, function prototypes
|
|
|
@746e636
|
5 months |
mc |
hr: add comments to raid init()
|
|
|
@d082801
|
5 months |
mc |
hr: refactor manual assembly
|
|
|
@1a28518
|
5 months |
mc |
hr: superblock.c: fix bsize decoding
|
|
|
@7e8c0e7
|
5 months |
mc |
hr: superblock.c: remove UUID generation for each extent
|
|
|
@2e7df2e
|
5 months |
mc |
hr: superblock.c: fix UUID memcpy()
|
|
|
@d946c27
|
5 months |
mc |
hr: initialize and populate in memory metadata
|
|
|
@49de61c
|
5 months |
mc |
hr: util.c: fix hr_register_volume()
|
|
|
@56214383
|
5 months |
mc |
hr: util: hr_util_add_hotspare()
|
|
|
@8a65373
|
5 months |
mc |
hr: move registering out of specific RAIDs
|
|
|
@7a80c63
|
5 months |
mc |
hr: raid{0,1,5}.c: increment open() count
|
|
|
@0437dd5
|
5 months |
mc |
hr: util.c: block_fini() hotspares
|
|
|
@8b51009
|
5 months |
mc |
hr: auto assembly, refactor
Added automatic assembly (with hrctl -A). …
|
|
|
@7bfe468
|
5 months |
mc |
hr: hr.c: hr_client_conn() return ENOENT
|
|
|
@b04f7af
|
5 months |
mc |
hr: hr.c: add headers
|
|
|
@a57dde4
|
5 months |
mc |
hr: use func for DEBUG printing fcn names
|
|
|
@5fe0b9b5
|
5 months |
mc |
hr: var.h: comment cstyle
|
|
|
@2958e70
|
5 months |
mc |
hr: var.h: revert hotspare no. back from invalidations
|
|
|
@de811048
|
5 months |
mc |
hr: style headers
|
|
|
@e3e53cc
|
5 months |
mc |
hr: var.h: remove struct hr_deferred_invalidation
|
|
|
@eebecdc
|
5 months |
mc |
merge upstream/master into helenraid
|
|
|
@e494d7b
|
5 months |
mc |
hr: initialize hotspare states to MISSING
|
|
|
@e24c064
|
5 months |
mc |
hr: add NONE state (use INVALID for inconsistent)
|
|
|
@d2da1be
|
5 months |
mc |
hr: rename vol→state_changed → vol→state_dirty
|
|
|
@f1be66bf
|
5 months |
mc |
hr: raid5.c: fast patch to make new asserts pass
|
|
|
@d6fe2a1
|
5 months |
mc |
hr: hr_mark_vol_state_dirty() helper
|
|
|
@10005fd
|
5 months |
mc |
hr: remove vol→halt_please bit and vol→halt_lock
RW locks are not …
|
|
|
@4d42a1b
|
5 months |
mc |
hr: remove deferred invalidations
|
|
|
@6123753
|
5 months |
mc |
hr: raid1.c: print rebuild progress every 5%
|
|
|
@4d30c475
|
5 months |
mc |
hr: raid1.c: fix rebuild
|
|
|
@b15e534
|
5 months |
mc |
hr/fge.c: add some comments
|
|
|
@0fcb011
|
6 months |
mc |
hr: raid0.c: early break if (left == 0)
|
|
|
@77a0119
|
6 months |
jiri |
Quiesce devices during restart, but not poweroff.
|
|
|
@8300c72
|
6 months |
jiri |
Quiesce devices before proceeding with shutdown.
Only implemented for …
|
|
|
@d30e067
|
6 months |
mc |
Merge 'upstream/master' into helenraid-para
|
|
|
@f35749e
|
6 months |
jiri |
System restart via shutdown -r
|
|
|
@4285f384
|
6 months |
jiri |
Allow physically ejecting CD-ROM using vol eject -s
|
|
|
@32254d6
|
6 months |
noreply |
init RTLD runtime at load time even for statically linked binaries …
|
|
|
@a7a16a2f
|
6 months |
jiri |
Log files should have .txt extension.
|
|
|
@832cbe7
|
6 months |
jiri |
Add proper IDE PCI to ISA fallback mechanism.
To determine if legacy …
|
|
|
@b1490d2
|
7 months |
jiri |
Explicit wait for system volume is no longer needed.
Now it is …
|
|
|
@c3d9aaf5
|
7 months |
jiri |
Determine when device (sub)tree is stable.
Devman will only return …
|
|
|
@56210a7a
|
7 months |
zarevucky.jiri |
Update GCC and binutils to latest versions
|
|
|
@7debda3
|
7 months |
mc |
hr: fge: make group→wu_cnt an upper bound
|
|
|
@9f15da1
|
7 months |
mc |
hr: fge: fix fibril unsafe assert
|
|
|
@a6fb937
|
7 months |
mc |
hr: RAID0: handle hr_fgroup_create() → ENOMEM
|
|
|
@23df41b
|
7 months |
mc |
hr: move hr_process_deferred_invalidations() to util
|
|
|
@35f2a877
|
7 months |
mc |
hr: raid1.c: move around static functions
|
|
|
@d773bea9
|
7 months |
mc |
hr: RAID1: handle state edge cases in a rebuild
|
|
|
@dec4150
|
7 months |
mc |
hr: RAID1: fix unsafe access in add_hotspare()
|
|
|
@401b9e42
|
7 months |
mc |
hr: state_changed and peding_invalidation atomic flags
These flags …
|
|
|
@e2b417f
|
7 months |
mc |
hr: RAID1: use update_svc_id() wrappers from util
|
|
|
@edc89bd8
|
7 months |
mc |
hr: util: add hr_update_{ext,hotspare}_svc_id()
Provides easy way to …
|
|
|
@36661772
|
7 months |
mc |
hr: util.c: add assertions for locks
|
|
|
@5ee041e
|
7 months |
mc |
hr: RAID1: deferred extent invalidation
|
|
|
@58d82fa
|
7 months |
mc |
hr: parallelize RAID1
changes in main hr_volume_t struct:
- new mutex …
|
|
|