|
|
@b127da2f
|
4 weeks |
mc |
hr: careful assembly
|
|
|
@9c3369b
|
4 weeks |
mc |
hr: raid5.c: remove unused rebuild bufs
|
|
|
@c5c367a
|
4 weeks |
mc |
hr: use optimal subtract-write in degraded state
|
|
|
@ba65caf5
|
4 weeks |
mc |
hr: hr.c: potentially answer EBUSY on HR_STOP_ALL
|
|
|
@f7169a6
|
4 weeks |
mc |
hr: raid5.c, parity_stripe.c: rename exec fcns
|
|
|
@9323bb8
|
4 weeks |
mc |
hr: raid5.c: make the critical section smaller
|
|
|
@15e51b05
|
4 weeks |
mc |
hr: check extent number
|
|
|
@1162b6c
|
4 weeks |
mc |
hr: raid1.c: split read: abort on 0 good extents
|
|
|
@3b14bda
|
4 weeks |
mc |
hr: raid1.c: retry split in case of failure
|
|
|
@c76bf33
|
5 weeks |
mc |
hr: raid1.c: update rebuild extent's last seek pos
|
|
|
@974f9ba
|
5 weeks |
mc |
hr: different RAID 1 read strategies
First - take first usable …
|
|
|
@6aafb48
|
5 weeks |
mc |
hr: rebuild: fix deadlock on extents_lock
|
|
|
@b247c714
|
5 weeks |
mc |
hr: rename async handler
|
|
|
@038a8d0
|
5 weeks |
mc |
hr: hr_client_conn(): return when no vol is found
|
|
|
@996d31ac
|
5 weeks |
mc |
hr: retire level specific add_hotspare() hr_ops_t
|
|
|
@dcdb990
|
5 weeks |
mc |
hr: metadata/md: have to take rebuild into account
Even if not …
|
|
|
@d04a350
|
5 weeks |
mc |
hr: metadata/gmirror: fix setting extent states
|
|
|
@059885c
|
5 weeks |
mc |
hr: metadata/softraid: fix and allow rebuild
|
|
|
@95ca19d
|
5 weeks |
mc |
hr: add —read-only volume flag
|
|
|
@640250b
|
5 weeks |
mc |
hr: metadata/md: cstyle for MD metadata header
|
|
|
@7ef5ea2
|
5 weeks |
mc |
hr: encoding and saving MD metadata support
|
|
|
@b81ae12
|
5 weeks |
mc |
hr: softraid metadata saving support
|
|
|
@4a77540
|
5 weeks |
mc |
hr: GEOM Mirror metadata saving support
|
|
|
@c095ad93
|
5 weeks |
mc |
hr: metadata/native: remove old debug print
|
|
|
@40ab4901
|
5 weeks |
mc |
hr: metadata/softraid: do not support dirty flag set
|
|
|
@150adbd2
|
5 weeks |
mc |
hr: add NOOP metadata type
|
|
|
@93ea452
|
5 weeks |
mc |
hr: util.c: catch meta2vol() error
|
|
|
@e5c3580
|
5 weeks |
mc |
hr: add HR_METADATA_ALLOW_REBUILD flag
For now we want to be …
|
|
|
@9c9955ab
|
6 weeks |
mc |
hr: metadata/softraid: invalidate rebuild chunk
|
|
|
@0dbd4a9
|
6 weeks |
mc |
hr: metadata: validate magic early in decode
|
|
|
@2192a01
|
6 weeks |
mc |
hr: basic Linux Multiple Device RAID format support
|
|
|
@aaf741f
|
6 weeks |
mc |
hr: metadata/foreign: alloc metadata structs
|
|
|
@8ad48d1c
|
6 weeks |
mc |
hr: metadata/gmirror: use syncid as on-disk counter
|
|
|
@2de7c1f
|
6 weeks |
mc |
hr: metadata/foreign: implement erase_block()
It is safer for foreign …
|
|
|
@aa9bad8
|
6 weeks |
mc |
hr: let each format implement own probe
This will allow metadata to …
|
|
|
@78433bb
|
6 weeks |
mc |
hr: allocate in-memory metadata in format code
This will allow some …
|
|
|
@c69cbef
|
6 weeks |
mc |
hr: metadata/native: remove data_offset
Since native metadata are …
|
|
|
@3702c32
|
6 weeks |
mc |
hr: metadata/foreign/softraid: remove old comment
|
|
|
@62a8756
|
6 weeks |
mc |
hr: metadata: use ENOMEM safe block I/O wrappers
|
|
|
@6a8c1569
|
6 weeks |
mc |
hr: add option to save metadata on single extent
|
|
|
@e0695ce
|
6 weeks |
mc |
hr: save REBUILD position
|
|
|
@f18e36e
|
6 weeks |
mc |
hr: metadata/native: make save use waitok allocation
|
|
|
@cdfcaea
|
6 weeks |
mc |
hr: RAID 5 rebuild
|
|
|
@09c195e8
|
6 weeks |
mc |
hr: move rebuild init to util.c
|
|
|
@f6590c4
|
6 weeks |
mc |
hr: io.c: fix typo in reconstruct reader
|
|
|
@a5a2dcf
|
6 weeks |
mc |
hr: util.c: make state changes logs mostly DEBUG level
|
|
|
@13f4c85
|
6 weeks |
mc |
hr: raid1.c: allow rebuild on INVALID extents
|
|
|
@263a2389
|
6 weeks |
mc |
hr: rename volume state ONLINE to OPTIMAL
|
|
|
@81b4c795
|
7 weeks |
mc |
hr: rename malloc_waitok() to hr_malloc_waitok()
|
|
|
@cff2342
|
7 weeks |
mc |
hr: raid5.c: fix bad extent selection
|
|
|
@4c103ee
|
7 weeks |
mc |
hr: util.c: remove debug print
|
|
|
@817cb83
|
7 weeks |
mc |
hr: update loc_service_register() calls
|
|
|
@f0cc1c64
|
7 weeks |
mc |
Merge upstream into helenraid
|
|
|
@ca48672
|
7 weeks |
jiri |
loc_service_register() needs to take a port ID argument.
|
|
|
@f0360ec
|
7 weeks |
mc |
hr: RAID 0, 1: use ENOMEM safe primitives
|
|
|
@3c518fc
|
7 weeks |
mc |
hr: remove HR_BD_SYNC
All syncs are now done with common util …
|
|
|
@137f7cf5
|
7 weeks |
mc |
hr: add common hr_sync_extents() fcn
|
|
|
@a3486f2
|
7 weeks |
mc |
hr: parallel RAID 5
|
|
|
@9d1685b
|
7 weeks |
mc |
hr: ENOMEM safe wrappers for block_direct_* ops
|
|
|
@b22ea202
|
7 weeks |
mc |
hr: rai1.c: make rebuild_blk evaluation more conservative
|
|
|
@73425d4
|
7 weeks |
mc |
hr: rai0.c: use renamed hr_add_data_offset()
|
|
|
@66ef60b
|
7 weeks |
mc |
hr: range locks: add noalloc lock acquire
|
|
|
@d574c11
|
7 weeks |
mc |
hr: fge: use malloc_waitok()
|
|
|
@f0950d2
|
7 weeks |
mc |
hr: add malloc_waitok() and calloc_waitok()
|
|
|
@234212a
|
7 weeks |
mc |
hr: rename data_dirty to first_write
|
|
|
@a62079d
|
8 weeks |
mc |
hr: move struct hr_range_lock to util.h
|
|
|
@5c55eb7
|
2 months |
jiri |
Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
|
|
|
@e0622a6
|
2 months |
mc |
hr: raid1.c: increment meta counter on first write
|
|
|
@13ada52
|
2 months |
mc |
hr: make failing an extent erase the superblock
|
|
|
@6791fbf
|
2 months |
mc |
hr: foreign metadata: un-silent save()
|
|
|
@7fba146
|
2 months |
mc |
hr: RAID 1: inc meta counter on first write
|
|
|
@83ff12f
|
2 months |
mc |
hr: raid0.c: no need to increment md_counter
|
|
|
@177f6ff
|
2 months |
mc |
hr: stop all volumes: ignore != EOK
|
|
|
@b5c95da5
|
2 months |
mc |
hr: raid*_{create,init}(): replace asserts with EINVAL
|
|
|
@9ee9c60b
|
2 months |
mc |
hr: raid5.c: use RAID 4 layout with RAID 4 level
|
|
|
@0fce1a6
|
2 months |
mc |
hr: rename HR_RLQ_* to HR_LAYOUT_*
|
|
|
@eabc094c
|
2 months |
mc |
hr: add superblock erasure op
|
|
|
@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
|
|
|
@49da044
|
3 months |
mc |
hr: fge: move types to fge.h
|
|
|
@c5b60e25
|
3 months |
mc |
hr: use PRIun to print service_id_t
|
|
|
@6f13257
|
3 months |
mc |
hr: cstyle: don't align struct members and fcn decls
|
|
|
@a2281efc
|
3 months |
mc |
hr: print service id of created volume
|
|
|
@c9ce6d22
|
3 months |
mc |
hr: refactor volume removal
|
|
|
@9a3eec1
|
3 months |
mc |
hr: util: hr_get_volume_svcs()
|
|
|
@287b2ea
|
3 months |
mc |
hr: don't add "devices/" prefix on vol registration
|
|
|
@7e68d61
|
3 months |
mc |
hr: metadata/geom/stripe: don't dump in vol init
|
|
|
@e1ed6ec0
|
3 months |
mc |
hr: auto assembly: detect bogus label type
|
|
|
@af73327a
|
3 months |
mc |
hr: use the term 'volume' instead of 'array'
|
|
|
@00d80c6
|
3 months |
mc |
hr: raid5.c: REBUILD fix
Make it work until RAID 5 rewrite is complete.
|
|
|
@2f21cd4
|
3 months |
mc |
hr: util.c: fix hotspare blkno check
|
|
|
@1cfce3f
|
3 months |
mc |
hr: raid5.c: set default layout
|
|
|
@ed41962
|
3 months |
mc |
hr: metadata/native: fix possible deadlock
|
|
|
@56602e0
|
3 months |
mc |
hr: rename all strings status' -> state'
|
|
|
@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
|
|
|