source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2192a01   8 weeks mc hr: basic Linux Multiple Device RAID format support
(edit) @c24f96b   8 weeks mc hr: add OpenBSD softraid metadata type str
(edit) @d220b7d   8 weeks mc hr: change HelenRAID native metadata type str
(edit) @aaf741f   8 weeks mc hr: metadata/foreign: alloc metadata structs
(edit) @8ad48d1c   8 weeks mc hr: metadata/gmirror: use syncid as on-disk counter
(edit) @f93b8869   8 weeks mc hrctl: use single quotes for volume name Also put ' ' before byte SI.
(edit) @2de7c1f   8 weeks mc hr: metadata/foreign: implement erase_block() It is safer for foreign …
(edit) @aa9bad8   8 weeks mc hr: let each format implement own probe This will allow metadata to …
(edit) @78433bb   8 weeks mc hr: allocate in-memory metadata in format code This will allow some …
(edit) @c69cbef   8 weeks mc hr: metadata/native: remove data_offset Since native metadata are …
(edit) @3702c32   2 months mc hr: metadata/foreign/softraid: remove old comment
(edit) @62a8756   2 months mc hr: metadata: use ENOMEM safe block I/O wrappers
(edit) @6a8c1569   2 months mc hr: add option to save metadata on single extent
(edit) @e0695ce   2 months mc hr: save REBUILD position
(edit) @f18e36e   2 months mc hr: metadata/native: make save use waitok allocation
(edit) @cdfcaea   2 months mc hr: RAID 5 rebuild
(edit) @09c195e8   2 months mc hr: move rebuild init to util.c
(edit) @f6590c4   2 months mc hr: io.c: fix typo in reconstruct reader
(edit) @a5a2dcf   2 months mc hr: util.c: make state changes logs mostly DEBUG level
(edit) @13f4c85   2 months mc hr: raid1.c: allow rebuild on INVALID extents
(edit) @8b0fbb7   2 months mc hrctl: update usage message
(edit) @c2d737d   2 months mc hrctl: allow —help even when the server is offline
(edit) @263a2389   2 months 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) @5caad1d   2 months jiri tbarcfg_listener_destroy() should clean up properly.
(edit) @cb20b05   2 months jiri Fix missing argument when destroying async port.
(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) @3951046   2 months jiri Async ports and interfaces do the castling. Now interfaces hang under …
(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) @431b513   2 months mc hrctl: also parse levels as words
(edit) @d482b05   2 months mc hrctl: add synopsis to usage message
(edit) @da80de9   3 months mc hr: move state callback to hr_ops_t
(edit) @0f5c4e4   3 months jiri Fix crash in AHCI driver and sata_bd server.
(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) @bfe4a88b   3 months mc bdwrite: measure and print elapsed time
(edit) @7e68d61   4 months mc hr: metadata/geom/stripe: don't dump in vol init
(edit) @e1ed6ec0   4 months mc hr: auto assembly: detect bogus label type
(edit) @52e40513   4 months mc hrctl: check realloc() return value
(edit) @af73327a   4 months mc hr: use the term 'volume' instead of 'array'
(edit) @dbb1e3f   4 months mc hrctl: tweak configuration files
(edit) @00d80c6   4 months mc hr: raid5.c: REBUILD fix Make it work until RAID 5 rewrite is complete.
(edit) @2f21cd4   4 months mc hr: util.c: fix hotspare blkno check
(edit) @aca1777   4 months mc Merge upstream into helenraid
(edit) @1cfce3f   4 months mc hr: raid5.c: set default layout
(edit) @e5ea5f8   4 months mc hrctl: finalize parsing, add new sample sif config
(edit) @ed41962   4 months mc hr: metadata/native: fix possible deadlock
(edit) @fde80323   4 months mc hrctl: correctly handle manualy specified devices
(edit) @964e897   4 months mc hrctl: handle invalid level argument
(edit) @56602e0   4 months mc hr: rename all strings status' -> state'
(edit) @155d34f   4 months mc hr: rename hr_get_*_status_msg → hr_get_*_state_str
(edit) @af4ecb76   4 months mc hr: document lib/device/src/hr.c
(edit) @fc265b4   4 months mc hr: IPC methods: don't create own hr_t session
(edit) @ac4b70b   4 months mc hr: fail only failable extents
(edit) @61f28c4   4 months jiri Only eject installation CD after user confirms restart.
(edit) @31eb568   4 months mc hr: comment hr.c a bit
(edit) @13c2365   4 months mc hr: metadata/softraid: checksum in original endianness
(edit) @217d0fb   4 months mc hrctl: add notes about failing an extent
(edit) @c2f0160   4 months mc hr: util: add more checks for hotspare addition
(edit) @d1d355f   4 months mc hr: refactor hrctl and some hr IPC methods
(edit) @0cec807a   4 months jiri Unmount destination volume and delete mount point on installation failure.
(edit) @21cd0c8   4 months jiri Avoid flooding log with mouse warnings during system startup.
(edit) @40f56a4   4 months mc hr: metadata/softraid: use inttypes.h specifiers
(edit) @629b480   4 months jiri Assorted installer fixes.
(edit) @4b9213d   4 months noreply add shared libraries to export-dev (#252)
(edit) @0460377   4 months noreply uspace/app/blkdump: fix argv null deref (#251)
Note: See TracRevisionLog for help on using the revision log.