source: mainline/uspace/srv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95ca19d   7 weeks mc hr: add —read-only volume flag
(edit) @640250b   7 weeks mc hr: metadata/md: cstyle for MD metadata header
(edit) @7ef5ea2   7 weeks mc hr: encoding and saving MD metadata support
(edit) @b81ae12   7 weeks mc hr: softraid metadata saving support
(edit) @4a77540   7 weeks mc hr: GEOM Mirror metadata saving support
(edit) @c095ad93   7 weeks mc hr: metadata/native: remove old debug print
(edit) @40ab4901   7 weeks mc hr: metadata/softraid: do not support dirty flag set
(edit) @150adbd2   7 weeks mc hr: add NOOP metadata type
(edit) @93ea452   7 weeks mc hr: util.c: catch meta2vol() error
(edit) @e5c3580   7 weeks mc hr: add HR_METADATA_ALLOW_REBUILD flag For now we want to be …
(edit) @9c9955ab   7 weeks mc hr: metadata/softraid: invalidate rebuild chunk
(edit) @0dbd4a9   7 weeks mc hr: metadata: validate magic early in decode
(edit) @2192a01   7 weeks mc hr: basic Linux Multiple Device RAID format support
(edit) @aaf741f   7 weeks mc hr: metadata/foreign: alloc metadata structs
(edit) @8ad48d1c   7 weeks mc hr: metadata/gmirror: use syncid as on-disk counter
(edit) @2de7c1f   7 weeks mc hr: metadata/foreign: implement erase_block() It is safer for foreign …
(edit) @aa9bad8   7 weeks mc hr: let each format implement own probe This will allow metadata to …
(edit) @78433bb   7 weeks mc hr: allocate in-memory metadata in format code This will allow some …
(edit) @c69cbef   7 weeks mc hr: metadata/native: remove data_offset Since native metadata are …
(edit) @3702c32   8 weeks mc hr: metadata/foreign/softraid: remove old comment
(edit) @62a8756   8 weeks mc hr: metadata: use ENOMEM safe block I/O wrappers
(edit) @6a8c1569   8 weeks mc hr: add option to save metadata on single extent
(edit) @e0695ce   8 weeks mc hr: save REBUILD position
(edit) @f18e36e   8 weeks mc hr: metadata/native: make save use waitok allocation
(edit) @cdfcaea   8 weeks mc hr: RAID 5 rebuild
(edit) @09c195e8   8 weeks mc hr: move rebuild init to util.c
(edit) @f6590c4   8 weeks mc hr: io.c: fix typo in reconstruct reader
(edit) @a5a2dcf   8 weeks mc hr: util.c: make state changes logs mostly DEBUG level
(edit) @13f4c85   8 weeks mc hr: raid1.c: allow rebuild on INVALID extents
(edit) @263a2389   8 weeks mc hr: rename volume state ONLINE to OPTIMAL
(edit) @81b4c795   2 months mc hr: rename malloc_waitok() to hr_malloc_waitok()
(edit) @cff2342   2 months mc hr: raid5.c: fix bad extent selection
(edit) @4c103ee   2 months mc hr: util.c: remove debug print
(edit) @817cb83   2 months mc hr: update loc_service_register() calls
(edit) @f0cc1c64   2 months mc Merge upstream into helenraid
(edit) @ca48672   2 months jiri loc_service_register() needs to take a port ID argument.
(edit) @f0360ec   2 months mc hr: RAID 0, 1: use ENOMEM safe primitives
(edit) @3c518fc   2 months mc hr: remove HR_BD_SYNC All syncs are now done with common util …
(edit) @137f7cf5   2 months mc hr: add common hr_sync_extents() fcn
(edit) @a3486f2   2 months mc hr: parallel RAID 5
(edit) @9d1685b   2 months mc hr: ENOMEM safe wrappers for block_direct_* ops
(edit) @b22ea202   2 months mc hr: rai1.c: make rebuild_blk evaluation more conservative
(edit) @73425d4   2 months mc hr: rai0.c: use renamed hr_add_data_offset()
(edit) @66ef60b   2 months mc hr: range locks: add noalloc lock acquire
(edit) @d574c11   2 months mc hr: fge: use malloc_waitok()
(edit) @f0950d2   2 months mc hr: add malloc_waitok() and calloc_waitok()
(edit) @234212a   2 months mc hr: rename data_dirty to first_write
(edit) @a62079d   2 months mc hr: move struct hr_range_lock to util.h
(edit) @5c55eb7   2 months jiri Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
(edit) @e0622a6   2 months mc hr: raid1.c: increment meta counter on first write
(edit) @13ada52   2 months mc hr: make failing an extent erase the superblock
(edit) @6791fbf   2 months mc hr: foreign metadata: un-silent save()
(edit) @7fba146   2 months mc hr: RAID 1: inc meta counter on first write
(edit) @83ff12f   2 months mc hr: raid0.c: no need to increment md_counter
(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
Note: See TracRevisionLog for help on using the revision log.