source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @817cb83   3 days mc hr: update loc_service_register() calls
(edit) @f0cc1c64   3 days mc Merge upstream into helenraid
(edit) @5caad1d   3 days jiri tbarcfg_listener_destroy() should clean up properly.
(edit) @cb20b05   3 days jiri Fix missing argument when destroying async port.
(edit) @ca48672   3 days jiri loc_service_register() needs to take a port ID argument.
(edit) @f0360ec   6 days mc hr: RAID 0, 1: use ENOMEM safe primitives
(edit) @3c518fc   6 days mc hr: remove HR_BD_SYNC All syncs are now done with common util …
(edit) @137f7cf5   6 days mc hr: add common hr_sync_extents() fcn
(edit) @a3486f2   6 days mc hr: parallel RAID 5
(edit) @9d1685b   6 days mc hr: ENOMEM safe wrappers for block_direct_* ops
(edit) @b22ea202   6 days mc hr: rai1.c: make rebuild_blk evaluation more conservative
(edit) @73425d4   6 days mc hr: rai0.c: use renamed hr_add_data_offset()
(edit) @66ef60b   6 days mc hr: range locks: add noalloc lock acquire
(edit) @d574c11   6 days mc hr: fge: use malloc_waitok()
(edit) @f0950d2   6 days mc hr: add malloc_waitok() and calloc_waitok()
(edit) @234212a   6 days mc hr: rename data_dirty to first_write
(edit) @3951046   7 days jiri Async ports and interfaces do the castling. Now interfaces hang under …
(edit) @a62079d   12 days mc hr: move struct hr_range_lock to util.h
(edit) @5c55eb7   13 days jiri Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci.
(edit) @e0622a6   2 weeks mc hr: raid1.c: increment meta counter on first write
(edit) @13ada52   2 weeks mc hr: make failing an extent erase the superblock
(edit) @6791fbf   2 weeks mc hr: foreign metadata: un-silent save()
(edit) @7fba146   2 weeks mc hr: RAID 1: inc meta counter on first write
(edit) @83ff12f   2 weeks mc hr: raid0.c: no need to increment md_counter
(edit) @177f6ff   2 weeks mc hr: stop all volumes: ignore != EOK
(edit) @b5c95da5   2 weeks mc hr: raid*_{create,init}(): replace asserts with EINVAL
(edit) @9ee9c60b   2 weeks mc hr: raid5.c: use RAID 4 layout with RAID 4 level
(edit) @0fce1a6   2 weeks mc hr: rename HR_RLQ_* to HR_LAYOUT_*
(edit) @eabc094c   2 weeks mc hr: add superblock erasure op
(edit) @f34568c   2 weeks mc hr: print % done of REBUILD operation
(edit) @e2a8fd2   2 weeks mc hr: try automatic assembly on server start
(edit) @e0bbecb   2 weeks mc hr: move state printing to hrctl One IPC call is for short volume …
(edit) @431b513   2 weeks mc hrctl: also parse levels as words
(edit) @d482b05   2 weeks mc hrctl: add synopsis to usage message
(edit) @da80de9   2 weeks mc hr: move state callback to hr_ops_t
(edit) @0f5c4e4   4 weeks jiri Fix crash in AHCI driver and sata_bd server.
(edit) @49da044   5 weeks mc hr: fge: move types to fge.h
(edit) @c5b60e25   5 weeks mc hr: use PRIun to print service_id_t
(edit) @6f13257   5 weeks mc hr: cstyle: don't align struct members and fcn decls
(edit) @a2281efc   5 weeks mc hr: print service id of created volume
(edit) @c9ce6d22   6 weeks mc hr: refactor volume removal
(edit) @9a3eec1   6 weeks mc hr: util: hr_get_volume_svcs()
(edit) @287b2ea   6 weeks mc hr: don't add "devices/" prefix on vol registration
(edit) @bfe4a88b   6 weeks mc bdwrite: measure and print elapsed time
(edit) @7e68d61   6 weeks mc hr: metadata/geom/stripe: don't dump in vol init
(edit) @e1ed6ec0   6 weeks mc hr: auto assembly: detect bogus label type
(edit) @52e40513   6 weeks mc hrctl: check realloc() return value
(edit) @af73327a   7 weeks mc hr: use the term 'volume' instead of 'array'
(edit) @dbb1e3f   7 weeks mc hrctl: tweak configuration files
(edit) @00d80c6   7 weeks mc hr: raid5.c: REBUILD fix Make it work until RAID 5 rewrite is complete.
(edit) @2f21cd4   7 weeks mc hr: util.c: fix hotspare blkno check
(edit) @aca1777   7 weeks mc Merge upstream into helenraid
(edit) @1cfce3f   7 weeks mc hr: raid5.c: set default layout
(edit) @e5ea5f8   7 weeks mc hrctl: finalize parsing, add new sample sif config
(edit) @ed41962   7 weeks mc hr: metadata/native: fix possible deadlock
(edit) @fde80323   7 weeks mc hrctl: correctly handle manualy specified devices
(edit) @964e897   7 weeks mc hrctl: handle invalid level argument
(edit) @56602e0   7 weeks mc hr: rename all strings status' -> state'
(edit) @155d34f   7 weeks mc hr: rename hr_get_*_status_msg → hr_get_*_state_str
(edit) @af4ecb76   7 weeks mc hr: document lib/device/src/hr.c
(edit) @fc265b4   7 weeks mc hr: IPC methods: don't create own hr_t session
(edit) @ac4b70b   7 weeks mc hr: fail only failable extents
(edit) @61f28c4   7 weeks jiri Only eject installation CD after user confirms restart.
(edit) @31eb568   7 weeks mc hr: comment hr.c a bit
(edit) @13c2365   7 weeks mc hr: metadata/softraid: checksum in original endianness
(edit) @217d0fb   7 weeks mc hrctl: add notes about failing an extent
(edit) @c2f0160   7 weeks mc hr: util: add more checks for hotspare addition
(edit) @d1d355f   7 weeks mc hr: refactor hrctl and some hr IPC methods
(edit) @0cec807a   7 weeks jiri Unmount destination volume and delete mount point on installation failure.
(edit) @21cd0c8   7 weeks jiri Avoid flooding log with mouse warnings during system startup.
(edit) @40f56a4   7 weeks mc hr: metadata/softraid: use inttypes.h specifiers
(edit) @629b480   2 months jiri Assorted installer fixes.
(edit) @4b9213d   2 months noreply add shared libraries to export-dev (#252)
(edit) @0460377   2 months noreply uspace/app/blkdump: fix argv null deref (#251)
(edit) @2100a4e   2 months mc uspace/lib/devices/hr: add OpenBSD softraid md type
(edit) @a22c62f   2 months zarevucky.jiri Also ignore NULL passed to free()
(edit) @23d4e6ae   2 months zarevucky.jiri Check for allocation failure in kernel malloc()
(edit) @9bf95d4   2 months mc hr: hr_softraid.c: remove dead code
(edit) @59ec1c50   2 months mc hr: util.c: fix possible null deref
(edit) @c9ef864   2 months mc hr: util.c: hr_create_vol_struct: HR_LVL_4 fallthrough
(edit) @a261634   2 months mc hr: OpenBSD softraid metadata support
(edit) @af1b25d   2 months mc hr: metadata/geom/g_mirror.h: fix checksums
(edit) @dd76b46   2 months mc hr: metadata/native.c: use uint64_t for counter
(edit) @d85ee06   2 months mc hr: geom g{mirror, stripe}: rename files, remove saving We cannot …
(edit) @a056759   2 months mc hr: hr.c: style Accepting connections. message
(edit) @c6d2af8   2 months mc hr: hr.c: more specific message for unsupported hotspare
(edit) @fb06476f   2 months mc hr: use enum for RAID layouts
(edit) @5cb1631   2 months mc hr: FreeBSD GEOM::STRIPE metadata support
(edit) @b883aa8   2 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @75262d2f   2 months mc hr: util.c: hr_create_vol_struct() style
(edit) @80c760e   2 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   2 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f09b75b   2 months mc hr: metadata/foreign/geom: add <sys/endian.h>
(edit) @10291a23   2 months mc hr: FreeBSD GEOM::MIRROR metadata support
(edit) @afec52b4   2 months mc srv/bd/hr/superblock.c: fix memory leak
(edit) @f647b87   2 months mc srv/bd/hr: remove unused nblocks variable
(edit) @d3a23c9   2 months mc srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
(edit) @372a9fc   2 months mc srv/hr/util.c: don't dump metadata
(edit) @6a854c5   2 months mc srv/hr/metadata/native.c: no explicit arg casting
(edit) @58c43d4   2 months mc hr: util.c: matching type as well
Note: See TracRevisionLog for help on using the revision log.