source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2a0d7ef9   5 days noreply Merge 9c3369b91a885914a5d30f5ac4858ccbe735034f into …
(edit) @9c3369b   6 days mc hr: raid5.c: remove unused rebuild bufs
(edit) @c5c367a   6 days mc hr: use optimal subtract-write in degraded state
(edit) @ba65caf5   7 days mc hr: hr.c: potentially answer EBUSY on HR_STOP_ALL
(edit) @f7169a6   7 days mc hr: raid5.c, parity_stripe.c: rename exec fcns
(edit) @9323bb8   7 days mc hr: raid5.c: make the critical section smaller
(edit) @15e51b05   8 days mc hr: check extent number
(edit) @1162b6c   8 days mc hr: raid1.c: split read: abort on 0 good extents
(edit) @3b14bda   9 days mc hr: raid1.c: retry split in case of failure
(edit) @c76bf33   9 days mc hr: raid1.c: update rebuild extent's last seek pos
(edit) @974f9ba   10 days mc hr: different RAID 1 read strategies First - take first usable …
(edit) @6aafb48   11 days mc hr: rebuild: fix deadlock on extents_lock
(edit) @b247c714   11 days mc hr: rename async handler
(edit) @038a8d0   12 days mc hr: hr_client_conn(): return when no vol is found
(edit) @996d31ac   12 days mc hr: retire level specific add_hotspare() hr_ops_t
(edit) @dcdb990   2 weeks mc hr: metadata/md: have to take rebuild into account Even if not …
(edit) @d04a350   2 weeks mc hr: metadata/gmirror: fix setting extent states
(edit) @059885c   2 weeks mc hr: metadata/softraid: fix and allow rebuild
(edit) @95ca19d   2 weeks mc hr: add —read-only volume flag
(edit) @640250b   2 weeks mc hr: metadata/md: cstyle for MD metadata header
(edit) @7ef5ea2   2 weeks mc hr: encoding and saving MD metadata support
(edit) @b81ae12   2 weeks mc hr: softraid metadata saving support
(edit) @4a77540   2 weeks mc hr: GEOM Mirror metadata saving support
(edit) @c095ad93   2 weeks mc hr: metadata/native: remove old debug print
(edit) @40ab4901   2 weeks mc hr: metadata/softraid: do not support dirty flag set
(edit) @150adbd2   2 weeks mc hr: add NOOP metadata type
(edit) @93ea452   2 weeks mc hr: util.c: catch meta2vol() error
(edit) @e5c3580   2 weeks mc hr: add HR_METADATA_ALLOW_REBUILD flag For now we want to be …
(edit) @9c9955ab   2 weeks mc hr: metadata/softraid: invalidate rebuild chunk
(edit) @0dbd4a9   2 weeks mc hr: metadata: validate magic early in decode
(edit) @2192a01   2 weeks mc hr: basic Linux Multiple Device RAID format support
(edit) @c24f96b   2 weeks mc hr: add OpenBSD softraid metadata type str
(edit) @d220b7d   2 weeks mc hr: change HelenRAID native metadata type str
(edit) @aaf741f   2 weeks mc hr: metadata/foreign: alloc metadata structs
(edit) @8ad48d1c   2 weeks mc hr: metadata/gmirror: use syncid as on-disk counter
(edit) @f93b8869   2 weeks mc hrctl: use single quotes for volume name Also put ' ' before byte SI.
(edit) @2de7c1f   2 weeks mc hr: metadata/foreign: implement erase_block() It is safer for foreign …
(edit) @aa9bad8   2 weeks mc hr: let each format implement own probe This will allow metadata to …
(edit) @78433bb   2 weeks mc hr: allocate in-memory metadata in format code This will allow some …
(edit) @c69cbef   2 weeks mc hr: metadata/native: remove data_offset Since native metadata are …
(edit) @3702c32   3 weeks mc hr: metadata/foreign/softraid: remove old comment
(edit) @62a8756   3 weeks mc hr: metadata: use ENOMEM safe block I/O wrappers
(edit) @6a8c1569   3 weeks mc hr: add option to save metadata on single extent
(edit) @e0695ce   3 weeks mc hr: save REBUILD position
(edit) @f18e36e   3 weeks mc hr: metadata/native: make save use waitok allocation
(edit) @cdfcaea   3 weeks mc hr: RAID 5 rebuild
(edit) @09c195e8   3 weeks mc hr: move rebuild init to util.c
(edit) @f6590c4   3 weeks mc hr: io.c: fix typo in reconstruct reader
(edit) @a5a2dcf   3 weeks mc hr: util.c: make state changes logs mostly DEBUG level
(edit) @13f4c85   3 weeks mc hr: raid1.c: allow rebuild on INVALID extents
(edit) @8b0fbb7   3 weeks mc hrctl: update usage message
(edit) @c2d737d   3 weeks mc hrctl: allow —help even when the server is offline
(edit) @263a2389   3 weeks mc hr: rename volume state ONLINE to OPTIMAL
(edit) @81b4c795   3 weeks mc hr: rename malloc_waitok() to hr_malloc_waitok()
(edit) @cff2342   3 weeks mc hr: raid5.c: fix bad extent selection
(edit) @4c103ee   3 weeks mc hr: util.c: remove debug print
(edit) @817cb83   3 weeks mc hr: update loc_service_register() calls
(edit) @f0cc1c64   3 weeks mc Merge upstream into helenraid
(edit) @5caad1d   3 weeks jiri tbarcfg_listener_destroy() should clean up properly.
(edit) @cb20b05   3 weeks jiri Fix missing argument when destroying async port.
(edit) @ca48672   3 weeks jiri loc_service_register() needs to take a port ID argument.
(edit) @f0360ec   4 weeks mc hr: RAID 0, 1: use ENOMEM safe primitives
(edit) @3c518fc   4 weeks mc hr: remove HR_BD_SYNC All syncs are now done with common util …
(edit) @137f7cf5   4 weeks mc hr: add common hr_sync_extents() fcn
(edit) @a3486f2   4 weeks mc hr: parallel RAID 5
(edit) @9d1685b   4 weeks mc hr: ENOMEM safe wrappers for block_direct_* ops
(edit) @b22ea202   4 weeks mc hr: rai1.c: make rebuild_blk evaluation more conservative
(edit) @73425d4   4 weeks mc hr: rai0.c: use renamed hr_add_data_offset()
(edit) @66ef60b   4 weeks mc hr: range locks: add noalloc lock acquire
(edit) @d574c11   4 weeks mc hr: fge: use malloc_waitok()
(edit) @f0950d2   4 weeks mc hr: add malloc_waitok() and calloc_waitok()
(edit) @234212a   4 weeks mc hr: rename data_dirty to first_write
(edit) @3951046   4 weeks jiri Async ports and interfaces do the castling. Now interfaces hang under …
(edit) @a62079d   5 weeks mc hr: move struct hr_range_lock to util.h
(edit) @5c55eb7   5 weeks jiri Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
(edit) @e0622a6   5 weeks mc hr: raid1.c: increment meta counter on first write
(edit) @13ada52   5 weeks mc hr: make failing an extent erase the superblock
(edit) @6791fbf   5 weeks mc hr: foreign metadata: un-silent save()
(edit) @7fba146   5 weeks mc hr: RAID 1: inc meta counter on first write
(edit) @83ff12f   5 weeks mc hr: raid0.c: no need to increment md_counter
(edit) @177f6ff   5 weeks mc hr: stop all volumes: ignore != EOK
(edit) @b5c95da5   5 weeks mc hr: raid*_{create,init}(): replace asserts with EINVAL
(edit) @9ee9c60b   5 weeks mc hr: raid5.c: use RAID 4 layout with RAID 4 level
(edit) @0fce1a6   5 weeks mc hr: rename HR_RLQ_* to HR_LAYOUT_*
(edit) @eabc094c   5 weeks mc hr: add superblock erasure op
(edit) @f34568c   5 weeks mc hr: print % done of REBUILD operation
(edit) @e2a8fd2   5 weeks mc hr: try automatic assembly on server start
(edit) @e0bbecb   5 weeks mc hr: move state printing to hrctl One IPC call is for short volume …
(edit) @431b513   5 weeks mc hrctl: also parse levels as words
(edit) @d482b05   5 weeks mc hrctl: add synopsis to usage message
(edit) @da80de9   5 weeks mc hr: move state callback to hr_ops_t
(edit) @0f5c4e4   7 weeks jiri Fix crash in AHCI driver and sata_bd server.
(edit) @49da044   8 weeks mc hr: fge: move types to fge.h
(edit) @c5b60e25   8 weeks mc hr: use PRIun to print service_id_t
(edit) @6f13257   8 weeks mc hr: cstyle: don't align struct members and fcn decls
(edit) @a2281efc   2 months mc hr: print service id of created volume
(edit) @c9ce6d22   2 months mc hr: refactor volume removal
(edit) @9a3eec1   2 months mc hr: util: hr_get_volume_svcs()
(edit) @287b2ea   2 months mc hr: don't add "devices/" prefix on vol registration
(edit) @bfe4a88b   2 months mc bdwrite: measure and print elapsed time
Note: See TracRevisionLog for help on using the revision log.