|
|
@177f6ff
|
2 months |
mc |
hr: stop all volumes: ignore != EOK
|
|
|
@f34568c
|
2 months |
mc |
hr: print % done of REBUILD operation
|
|
|
@e2a8fd2
|
2 months |
mc |
hr: try automatic assembly on server start
|
|
|
@e0bbecb
|
2 months |
mc |
hr: move state printing to hrctl
One IPC call is for short volume …
|
|
|
@da80de9
|
2 months |
mc |
hr: move state callback to hr_ops_t
|
|
|
@c5b60e25
|
3 months |
mc |
hr: use PRIun to print service_id_t
|
|
|
@a2281efc
|
3 months |
mc |
hr: print service id of created volume
|
|
|
@c9ce6d22
|
3 months |
mc |
hr: refactor volume removal
|
|
|
@af73327a
|
3 months |
mc |
hr: use the term 'volume' instead of 'array'
|
|
|
@56602e0
|
3 months |
mc |
hr: rename all strings status' -> state'
|
|
|
@ac4b70b
|
3 months |
mc |
hr: fail only failable extents
|
|
|
@31eb568
|
3 months |
mc |
hr: comment hr.c a bit
|
|
|
@d1d355f
|
3 months |
mc |
hr: refactor hrctl and some hr IPC methods
|
|
|
@a056759
|
4 months |
mc |
hr: hr.c: style Accepting connections. message
|
|
|
@c6d2af8
|
4 months |
mc |
hr: hr.c: more specific message for unsupported hotspare
|
|
|
@f647b87
|
4 months |
mc |
srv/bd/hr: remove unused nblocks variable
|
|
|
@50603405
|
4 months |
mc |
hr: metadata format agnostic superblock ops
Put metadata specific …
|
|
|
@800d188
|
4 months |
mc |
hr: metadata saving on stop
New bool argument for hr_metadata_save() …
|
|
|
@0277ec2
|
5 months |
mc |
hr: refactor metadata handling
|
|
|
@baa4929
|
5 months |
mc |
hr: extent init refactor, blkno truncation
|
|
|
@6d0fc11
|
5 months |
mc |
hr: style: align structures, function prototypes
|
|
|
@d082801
|
5 months |
mc |
hr: refactor manual assembly
|
|
|
@8a65373
|
5 months |
mc |
hr: move registering out of specific RAIDs
|
|
|
@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
|
|
|
@d2da1be
|
5 months |
mc |
hr: rename vol→state_changed → vol→state_dirty
|
|
|
@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
|
|
|
@401b9e42
|
7 months |
mc |
hr: state_changed and peding_invalidation atomic flags
These flags …
|
|
|
@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 …
|
|
|
@bc3d695
|
7 months |
mc |
hr: RAID0 parallelization
|
|
|
@37a9c1e
|
8 months |
mc |
hr: hr_volume_t: rename RLQ → layout
|
|
|
@57110ac8
|
8 months |
mc |
hr: initialize range lock list and list lock
|
|
|
@ea0d494
|
8 months |
mc |
hr: don't set RLQ when assembling
|
|
|
@4066371
|
8 months |
mc |
hr: layout info printing
|
|
|
@241c3f6
|
8 months |
mc |
hr: move RAID4 to RAID5
Removes whole raid4.c, as RAID4 is …
|
|
|
@d7768d11
|
8 months |
mc |
hr: add different RAID4,5 layouts
Also prepare the metadata for …
|
|
|
@65706f1
|
9 months |
mc |
hr: rename dev_no → extent_no in hr_volume_t
|
|
|
@bf0a791
|
9 months |
mc |
hr: cstyle
|
|
|
@aa7864b
|
9 months |
mc |
hr: RAID5: hotspare + rebuild
|
|
|
@30140c1b
|
9 months |
mc |
hr: RAID4: hotspare + rebuild
|
|
|
@5b320ac
|
9 months |
mc |
hr: hotspares + RAID1 rebuild
|
|
|
@7b359f5
|
9 months |
mc |
hr: status/state event function for each RAID
|
|
|
@d199a6f
|
9 months |
mc |
hr: DPRINTF, ERR_PRINTF → HR_DEBUG, HR_ERROR
Also add HR_WARN for …
|
|
|
@dfa2313
|
9 months |
mc |
hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
|
|
|
@b235c67
|
9 months |
mc |
hr: use shorthand vol for volume
|
|
|
@5d96f427
|
9 months |
mc |
hr: use DPRINTF and ERR_PRINTF macros from util.h
|
|
|
@cf28ffd3
|
10 months |
mc |
hr: add option to silently fail an extent
|
|
|
@e47a032
|
10 months |
mc |
hr: base for status handling
|
|
|
@066fed9
|
10 months |
mc |
hr: refactor metadata reading
|
|
|
@4dd650a
|
10 months |
mc |
hr: fix memory leaks in hr_create_srv()
|
|
|
@50bed55d
|
10 months |
mc |
hr: rename levels to upper case
|
|
|
@abc2c4b
|
10 months |
mc |
hr: remove big lock, add lock for individual volumes
|
|
|
@68c966e
|
10 months |
mc |
hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
|
|
|
@c997374
|
10 months |
mc |
hr: merge assemble and create functions
|
|
|
@dceb6e7
|
11 months |
mc |
hr: add initial RAID 5 with parity starting on extent 0 and data restart
|
|
|
@6b8e89b0
|
11 months |
mc |
hr: init fuction for each RAID level
Compute total blocks, data …
|
|
|
@dbd91da
|
11 months |
mc |
hr: remake structures to include extent status
Also rename .devs → …
|
|
|
@4a2a6b8b
|
11 months |
mc |
hr: add initial RAID 4 0 (non-rotating parity on disk 0)
|
|
|
@a19d7fc4
|
11 months |
mc |
hr: add option (-T, —stop) for removing an active array
|
|
|
@9c1cf34c
|
11 months |
mc |
hr: add strip size to metadata and hr_volume_t
|
|
|
@b0f1366
|
11 months |
mc |
hr: write persistent metadata, assemble array from metadata
|
|
|
@095a989
|
12 months |
mc |
hr: add status printing
|
|
|
@68e357e
|
12 months |
mc |
hr: use array for devname and devices for now
|
|
|
@680e8c8
|
12 months |
mc |
hr: initialize big_lock once
|
|
|
@a8b2d9e7
|
12 months |
mc |
hr: add RAID 0 (striping)
|
|
|
@da5c257
|
12 months |
mc |
hr: create util.c
|
|
|
@e0b7763
|
12 months |
mc |
hr: fix volume list locking
|
|
|
@94d84a0
|
12 months |
mc |
hr: initial trivial mirroring implementation
|