source: mainline/uspace/srv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73a2780   5 weeks mc hr: remove old comments
(edit) @c1c1c41   5 weeks mc hr: add author's email address to RAID 5 files
(edit) @09e01d23   5 weeks mc hr: type fixes for 32-bit archs
(edit) @a0abd46   6 weeks mc hr: increase upper fibril bound of reconstruct write
(edit) @ca212a51   6 weeks mc hr: RAID 0, 5: init strip size to closest (down) pow of 2
(edit) @b127da2f   6 weeks mc hr: careful assembly
(edit) @9c3369b   6 weeks mc hr: raid5.c: remove unused rebuild bufs
(edit) @c5c367a   6 weeks mc hr: use optimal subtract-write in degraded state
(edit) @ba65caf5   6 weeks mc hr: hr.c: potentially answer EBUSY on HR_STOP_ALL
(edit) @f7169a6   6 weeks mc hr: raid5.c, parity_stripe.c: rename exec fcns
(edit) @9323bb8   6 weeks mc hr: raid5.c: make the critical section smaller
(edit) @15e51b05   6 weeks mc hr: check extent number
(edit) @1162b6c   6 weeks mc hr: raid1.c: split read: abort on 0 good extents
(edit) @3b14bda   7 weeks mc hr: raid1.c: retry split in case of failure
(edit) @c76bf33   7 weeks mc hr: raid1.c: update rebuild extent's last seek pos
(edit) @974f9ba   7 weeks mc hr: different RAID 1 read strategies First - take first usable …
(edit) @6aafb48   7 weeks mc hr: rebuild: fix deadlock on extents_lock
(edit) @b247c714   7 weeks mc hr: rename async handler
(edit) @038a8d0   7 weeks mc hr: hr_client_conn(): return when no vol is found
(edit) @996d31ac   7 weeks mc hr: retire level specific add_hotspare() hr_ops_t
(edit) @dcdb990   7 weeks mc hr: metadata/md: have to take rebuild into account Even if not …
(edit) @d04a350   7 weeks mc hr: metadata/gmirror: fix setting extent states
(edit) @059885c   7 weeks mc hr: metadata/softraid: fix and allow rebuild
(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   8 weeks mc hr: softraid metadata saving support
(edit) @4a77540   8 weeks mc hr: GEOM Mirror metadata saving support
(edit) @c095ad93   8 weeks mc hr: metadata/native: remove old debug print
(edit) @40ab4901   8 weeks mc hr: metadata/softraid: do not support dirty flag set
(edit) @150adbd2   8 weeks mc hr: add NOOP metadata type
(edit) @93ea452   8 weeks mc hr: util.c: catch meta2vol() error
(edit) @e5c3580   8 weeks mc hr: add HR_METADATA_ALLOW_REBUILD flag For now we want to be …
(edit) @9c9955ab   8 weeks mc hr: metadata/softraid: invalidate rebuild chunk
(edit) @0dbd4a9   8 weeks mc hr: metadata: validate magic early in decode
(edit) @2192a01   8 weeks mc hr: basic Linux Multiple Device RAID format support
(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) @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) @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) @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   4 months mc hr: metadata/native: fix possible deadlock
Note: See TracRevisionLog for help on using the revision log.