|
|
@ca212a51
|
5 weeks |
mc |
hr: RAID 0, 5: init strip size to closest (down) pow of 2
|
|
|
@95ca19d
|
7 weeks |
mc |
hr: add —read-only volume flag
|
|
|
@263a2389
|
8 weeks |
mc |
hr: rename volume state ONLINE to OPTIMAL
|
|
|
@f0360ec
|
2 months |
mc |
hr: RAID 0, 1: use ENOMEM safe primitives
|
|
|
@3c518fc
|
2 months |
mc |
hr: remove HR_BD_SYNC
All syncs are now done with common util …
|
|
|
@137f7cf5
|
2 months |
mc |
hr: add common hr_sync_extents() fcn
|
|
|
@73425d4
|
2 months |
mc |
hr: rai0.c: use renamed hr_add_data_offset()
|
|
|
@83ff12f
|
2 months |
mc |
hr: raid0.c: no need to increment md_counter
|
|
|
@b5c95da5
|
2 months |
mc |
hr: raid*_{create,init}(): replace asserts with EINVAL
|
|
|
@da80de9
|
2 months |
mc |
hr: move state callback to hr_ops_t
|
|
|
@6f13257
|
3 months |
mc |
hr: cstyle: don't align struct members and fcn decls
|
|
|
@af73327a
|
3 months |
mc |
hr: use the term 'volume' instead of 'array'
|
|
|
@56602e0
|
3 months |
mc |
hr: rename all strings status' -> state'
|
|
|
@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
|
|
|
@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() …
|
|
|
@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()
|
|
|
@8a65373
|
5 months |
mc |
hr: move registering out of specific RAIDs
|
|
|
@7a80c63
|
5 months |
mc |
hr: raid{0,1,5}.c: increment open() count
|
|
|
@a57dde4
|
5 months |
mc |
hr: use func for DEBUG printing fcn names
|
|
|
@0fcb011
|
5 months |
mc |
hr: raid0.c: early break if (left == 0)
|
|
|
@a6fb937
|
7 months |
mc |
hr: RAID0: handle hr_fgroup_create() → ENOMEM
|
|
|
@ee47537
|
7 months |
mc |
hr: RAID0: refactor hr_raid0_update_vol_status()
|
|
|
@4660649
|
7 months |
mc |
hr: RAID0: return ENOMEM on out-of-memory READs
|
|
|
@a5c2960e
|
7 months |
mc |
hr: RAID0: pass actual block address to workers
|
|
|
@bc3d695
|
7 months |
mc |
hr: RAID0 parallelization
|
|
|
@a0c3080
|
9 months |
mc |
hr: util: hotspare and volume change state functions
|
|
|
@65706f1
|
9 months |
mc |
hr: rename dev_no → extent_no in hr_volume_t
|
|
|
@bf0a791
|
9 months |
mc |
hr: cstyle
|
|
|
@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 …
|
|
|
@733564a
|
9 months |
mc |
hr: add all fcn prototypes in raid implementations
Also restructure …
|
|
|
@5d96f427
|
9 months |
mc |
hr: use DPRINTF and ERR_PRINTF macros from util.h
|
|
|
@d092d2c
|
9 months |
mc |
hr: RAID{0,4}: cast void * to uint8_t *
|
|
|
@182ffcc
|
9 months |
mc |
hr: allow unsupported sync in RAID 0,1
|
|
|
@5f543e9
|
9 months |
mc |
hr: RAID0: propagate sync
|
|
|
@a438de5b
|
10 months |
mc |
hr: be consistent with extent terminology
|
|
|
@9fc1d36d
|
10 months |
mc |
hr: RAID 0 status handling
|
|
|
@978130a
|
10 months |
mc |
hr: optimize RAID 0, 4, 5 to write whole strip
|
|
|
@fad91b9
|
10 months |
mc |
hr: make bd op functions more compact
A single function now handles …
|
|
|
@50bed55d
|
10 months |
mc |
hr: rename levels to upper case
|
|
|
@08fa9e8
|
10 months |
mc |
hr: style: simplify return value in create functions
|
|
|
@abc2c4b
|
10 months |
mc |
hr: remove big lock, add lock for individual volumes
|
|
|
@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)
|
|
|
@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
|
|
|
@a8b2d9e7
|
12 months |
mc |
hr: add RAID 0 (striping)
|