source: mainline/uspace/srv/bd/hr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @177f6ff   2 months mc hr: stop all volumes: ignore != EOK
(edit) @b5c95da5   2 months mc hr: raid*_{create,init}(): replace asserts with EINVAL
(edit) @9ee9c60b   2 months mc hr: raid5.c: use RAID 4 layout with RAID 4 level
(edit) @0fce1a6   2 months mc hr: rename HR_RLQ_* to HR_LAYOUT_*
(edit) @eabc094c   2 months mc hr: add superblock erasure op
(edit) @f34568c   2 months mc hr: print % done of REBUILD operation
(edit) @e2a8fd2   2 months mc hr: try automatic assembly on server start
(edit) @e0bbecb   2 months mc hr: move state printing to hrctl One IPC call is for short volume …
(edit) @da80de9   2 months mc hr: move state callback to hr_ops_t
(edit) @49da044   3 months mc hr: fge: move types to fge.h
(edit) @c5b60e25   3 months mc hr: use PRIun to print service_id_t
(edit) @6f13257   3 months mc hr: cstyle: don't align struct members and fcn decls
(edit) @a2281efc   3 months mc hr: print service id of created volume
(edit) @c9ce6d22   3 months mc hr: refactor volume removal
(edit) @9a3eec1   3 months mc hr: util: hr_get_volume_svcs()
(edit) @287b2ea   3 months mc hr: don't add "devices/" prefix on vol registration
(edit) @7e68d61   3 months mc hr: metadata/geom/stripe: don't dump in vol init
(edit) @e1ed6ec0   3 months mc hr: auto assembly: detect bogus label type
(edit) @af73327a   3 months mc hr: use the term 'volume' instead of 'array'
(edit) @00d80c6   3 months mc hr: raid5.c: REBUILD fix Make it work until RAID 5 rewrite is complete.
(edit) @2f21cd4   3 months mc hr: util.c: fix hotspare blkno check
(edit) @1cfce3f   3 months mc hr: raid5.c: set default layout
(edit) @ed41962   3 months mc hr: metadata/native: fix possible deadlock
(edit) @56602e0   3 months mc hr: rename all strings status' -> state'
(edit) @155d34f   3 months mc hr: rename hr_get_*_status_msg → hr_get_*_state_str
(edit) @ac4b70b   3 months mc hr: fail only failable extents
(edit) @31eb568   3 months mc hr: comment hr.c a bit
(edit) @13c2365   3 months mc hr: metadata/softraid: checksum in original endianness
(edit) @c2f0160   3 months mc hr: util: add more checks for hotspare addition
(edit) @d1d355f   3 months mc hr: refactor hrctl and some hr IPC methods
(edit) @40f56a4   4 months mc hr: metadata/softraid: use inttypes.h specifiers
(edit) @9bf95d4   4 months mc hr: hr_softraid.c: remove dead code
(edit) @59ec1c50   4 months mc hr: util.c: fix possible null deref
(edit) @c9ef864   4 months mc hr: util.c: hr_create_vol_struct: HR_LVL_4 fallthrough
(edit) @a261634   4 months mc hr: OpenBSD softraid metadata support
(edit) @af1b25d   4 months mc hr: metadata/geom/g_mirror.h: fix checksums
(edit) @dd76b46   4 months mc hr: metadata/native.c: use uint64_t for counter
(edit) @d85ee06   4 months mc hr: geom g{mirror, stripe}: rename files, remove saving We cannot …
(edit) @a056759   4 months mc hr: hr.c: style Accepting connections. message
(edit) @c6d2af8   4 months mc hr: hr.c: more specific message for unsupported hotspare
(edit) @fb06476f   4 months mc hr: use enum for RAID layouts
(edit) @5cb1631   4 months mc hr: FreeBSD GEOM::STRIPE metadata support
(edit) @b883aa8   4 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @75262d2f   4 months mc hr: util.c: hr_create_vol_struct() style
(edit) @80c760e   4 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   4 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f09b75b   4 months mc hr: metadata/foreign/geom: add <sys/endian.h>
(edit) @10291a23   4 months mc hr: FreeBSD GEOM::MIRROR metadata support
(edit) @afec52b4   4 months mc srv/bd/hr/superblock.c: fix memory leak
(edit) @f647b87   4 months mc srv/bd/hr: remove unused nblocks variable
(edit) @d3a23c9   4 months mc srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
(edit) @372a9fc   4 months mc srv/hr/util.c: don't dump metadata
(edit) @6a854c5   4 months mc srv/hr/metadata/native.c: no explicit arg casting
(edit) @58c43d4   4 months mc hr: util.c: matching type as well
(edit) @14394141   4 months mc hr: util.c: style
(edit) @50603405   4 months mc hr: metadata format agnostic superblock ops Put metadata specific …
(edit) @e77c3ed   4 months mc hr: superblock.c,h: const quals for args
(edit) @800d188   4 months mc hr: metadata saving on stop New bool argument for hr_metadata_save() …
(edit) @ca7fa5b   5 months mc hr: use <inttypes.h> macro specifiers
(edit) @bbcd06e   5 months mc hr: keep counter only in memory saved metadata
(edit) @52be5fa   5 months mc hr: increment metadata counter on volume assembly For now increment …
(edit) @44da6c8   5 months mc hr: util.c: initialize empty extents to MISSING
(edit) @0277ec2   5 months mc hr: refactor metadata handling
(edit) @a5ec426   5 months mc hr: superblock: move to last block
(edit) @baa4929   5 months mc hr: extent init refactor, blkno truncation
(edit) @6d0fc11   5 months mc hr: style: align structures, function prototypes
(edit) @746e636   5 months mc hr: add comments to raid init()
(edit) @d082801   5 months mc hr: refactor manual assembly
(edit) @1a28518   5 months mc hr: superblock.c: fix bsize decoding
(edit) @7e8c0e7   5 months mc hr: superblock.c: remove UUID generation for each extent
(edit) @2e7df2e   5 months mc hr: superblock.c: fix UUID memcpy()
(edit) @d946c27   5 months mc hr: initialize and populate in memory metadata
(edit) @49de61c   5 months mc hr: util.c: fix hr_register_volume()
(edit) @56214383   5 months mc hr: util: hr_util_add_hotspare()
(edit) @8a65373   5 months mc hr: move registering out of specific RAIDs
(edit) @7a80c63   5 months mc hr: raid{0,1,5}.c: increment open() count
(edit) @0437dd5   5 months mc hr: util.c: block_fini() hotspares
(edit) @8b51009   5 months mc hr: auto assembly, refactor Added automatic assembly (with hrctl -A). …
(edit) @7bfe468   5 months mc hr: hr.c: hr_client_conn() return ENOENT
(edit) @b04f7af   5 months mc hr: hr.c: add headers
(edit) @a57dde4   5 months mc hr: use func for DEBUG printing fcn names
(edit) @5fe0b9b5   5 months mc hr: var.h: comment cstyle
(edit) @2958e70   5 months mc hr: var.h: revert hotspare no. back from invalidations
(edit) @de811048   5 months mc hr: style headers
(edit) @e3e53cc   5 months mc hr: var.h: remove struct hr_deferred_invalidation
(edit) @e494d7b   5 months mc hr: initialize hotspare states to MISSING
(edit) @e24c064   5 months mc hr: add NONE state (use INVALID for inconsistent)
(edit) @d2da1be   5 months mc hr: rename vol→state_changed → vol→state_dirty
(edit) @f1be66bf   5 months mc hr: raid5.c: fast patch to make new asserts pass
(edit) @d6fe2a1   5 months mc hr: hr_mark_vol_state_dirty() helper
(edit) @10005fd   5 months mc hr: remove vol→halt_please bit and vol→halt_lock RW locks are not …
(edit) @4d42a1b   5 months mc hr: remove deferred invalidations
(edit) @6123753   5 months mc hr: raid1.c: print rebuild progress every 5%
(edit) @4d30c475   5 months mc hr: raid1.c: fix rebuild
(edit) @b15e534   5 months mc hr/fge.c: add some comments
(edit) @0fcb011   5 months mc hr: raid0.c: early break if (left == 0)
(edit) @7debda3   7 months mc hr: fge: make group→wu_cnt an upper bound
(edit) @9f15da1   7 months mc hr: fge: fix fibril unsafe assert
(edit) @a6fb937   7 months mc hr: RAID0: handle hr_fgroup_create() → ENOMEM
(edit) @23df41b   7 months mc hr: move hr_process_deferred_invalidations() to util
Note: See TracRevisionLog for help on using the revision log.