source: mainline/uspace/srv/bd/hr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b883aa8   13 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @75262d2f   13 months mc hr: util.c: hr_create_vol_struct() style
(edit) @80c760e   13 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   13 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f09b75b   13 months mc hr: metadata/foreign/geom: add <sys/endian.h>
(edit) @10291a23   13 months mc hr: FreeBSD GEOM::MIRROR metadata support
(edit) @afec52b4   13 months mc srv/bd/hr/superblock.c: fix memory leak
(edit) @f647b87   13 months mc srv/bd/hr: remove unused nblocks variable
(edit) @d3a23c9   13 months mc srv/hr/util.c: change log level LVL_WARN to LVL_NOTE
(edit) @372a9fc   13 months mc srv/hr/util.c: don't dump metadata
(edit) @6a854c5   13 months mc srv/hr/metadata/native.c: no explicit arg casting
(edit) @58c43d4   13 months mc hr: util.c: matching type as well
(edit) @14394141   13 months mc hr: util.c: style
(edit) @50603405   13 months mc hr: metadata format agnostic superblock ops Put metadata specific …
(edit) @e77c3ed   13 months mc hr: superblock.c,h: const quals for args
(edit) @800d188   14 months mc hr: metadata saving on stop New bool argument for hr_metadata_save() …
(edit) @ca7fa5b   14 months mc hr: use <inttypes.h> macro specifiers
(edit) @bbcd06e   14 months mc hr: keep counter only in memory saved metadata
(edit) @52be5fa   14 months mc hr: increment metadata counter on volume assembly For now increment …
(edit) @44da6c8   14 months mc hr: util.c: initialize empty extents to MISSING
(edit) @0277ec2   14 months mc hr: refactor metadata handling
(edit) @a5ec426   14 months mc hr: superblock: move to last block
(edit) @baa4929   14 months mc hr: extent init refactor, blkno truncation
(edit) @6d0fc11   14 months mc hr: style: align structures, function prototypes
(edit) @746e636   14 months mc hr: add comments to raid init()
(edit) @d082801   14 months mc hr: refactor manual assembly
(edit) @1a28518   14 months mc hr: superblock.c: fix bsize decoding
(edit) @7e8c0e7   14 months mc hr: superblock.c: remove UUID generation for each extent
(edit) @2e7df2e   14 months mc hr: superblock.c: fix UUID memcpy()
(edit) @d946c27   14 months mc hr: initialize and populate in memory metadata
(edit) @49de61c   14 months mc hr: util.c: fix hr_register_volume()
(edit) @56214383   14 months mc hr: util: hr_util_add_hotspare()
(edit) @8a65373   14 months mc hr: move registering out of specific RAIDs
(edit) @7a80c63   14 months mc hr: raid{0,1,5}.c: increment open() count
(edit) @0437dd5   14 months mc hr: util.c: block_fini() hotspares
(edit) @8b51009   14 months mc hr: auto assembly, refactor Added automatic assembly (with hrctl -A). …
(edit) @7bfe468   14 months mc hr: hr.c: hr_client_conn() return ENOENT
(edit) @b04f7af   14 months mc hr: hr.c: add headers
(edit) @a57dde4   14 months mc hr: use func for DEBUG printing fcn names
(edit) @5fe0b9b5   14 months mc hr: var.h: comment cstyle
(edit) @2958e70   14 months mc hr: var.h: revert hotspare no. back from invalidations
(edit) @de81104   14 months mc hr: style headers
(edit) @e3e53cc   15 months mc hr: var.h: remove struct hr_deferred_invalidation
(edit) @e494d7b   15 months mc hr: initialize hotspare states to MISSING
(edit) @e24c064   15 months mc hr: add NONE state (use INVALID for inconsistent)
(edit) @d2da1be   15 months mc hr: rename vol→state_changed → vol→state_dirty
(edit) @f1be66bf   15 months mc hr: raid5.c: fast patch to make new asserts pass
(edit) @d6fe2a1   15 months mc hr: hr_mark_vol_state_dirty() helper
(edit) @10005fd   15 months mc hr: remove vol→halt_please bit and vol→halt_lock RW locks are not …
(edit) @4d42a1b   15 months mc hr: remove deferred invalidations
(edit) @6123753   15 months mc hr: raid1.c: print rebuild progress every 5%
(edit) @4d30c475   15 months mc hr: raid1.c: fix rebuild
(edit) @b15e534   15 months mc hr/fge.c: add some comments
(edit) @0fcb011   15 months mc hr: raid0.c: early break if (left == 0)
(edit) @7debda3   16 months mc hr: fge: make group→wu_cnt an upper bound
(edit) @9f15da1   17 months mc hr: fge: fix fibril unsafe assert
(edit) @a6fb937   17 months mc hr: RAID0: handle hr_fgroup_create() → ENOMEM
(edit) @23df41b   17 months mc hr: move hr_process_deferred_invalidations() to util
(edit) @35f2a877   17 months mc hr: raid1.c: move around static functions
(edit) @d773bea9   17 months mc hr: RAID1: handle state edge cases in a rebuild
(edit) @dec4150   17 months mc hr: RAID1: fix unsafe access in add_hotspare()
(edit) @401b9e42   17 months mc hr: state_changed and peding_invalidation atomic flags These flags …
(edit) @e2b417fb   17 months mc hr: RAID1: use update_svc_id() wrappers from util
(edit) @edc89bd8   17 months mc hr: util: add hr_update_{ext,hotspare}_svc_id() Provides easy way to …
(edit) @36661772   17 months mc hr: util.c: add assertions for locks
(edit) @5ee041e   17 months mc hr: RAID1: deferred extent invalidation
(edit) @58d82fa   17 months mc hr: parallelize RAID1 changes in main hr_volume_t struct: - new mutex …
(edit) @ee47537   17 months mc hr: RAID0: refactor hr_raid0_update_vol_status()
(edit) @4660649   17 months mc hr: RAID0: return ENOMEM on out-of-memory READs
(edit) @0d77d30   17 months mc hr: hr_io_worker(): ENOMEM handling for WRITEs Call state callback on …
(edit) @efc6259   17 months mc hr: fge: aggregate ENOMEM final errno
(edit) @a5c2960e   17 months mc hr: RAID0: pass actual block address to workers
(edit) @bc3d695   17 months mc hr: RAID0 parallelization
(edit) @685c0ab   17 months mc hr: superblock.c: style
(edit) @7a3529a8   17 months mc hr: util.c: bounds check on state updates
(edit) @723f1d9   17 months mc hr: fge: fgroup_create(): assert worker count > 0
(edit) @5ee5f67   17 months mc hr: fge: make finished_{okay,failed} not atomic And test if all …
(edit) @083ce33   17 months mc hr: fge: hr_fpool_create(): assert max_wus > 0
(edit) @08c98d4c   17 months mc hr: fge: fix deadlock
(edit) @5a8f69e7   17 months mc hr: fge: cstyle
(edit) @eb31781   17 months mc hr: raid5.c: cstyle
(edit) @8137d36   17 months mc hr: fge: style
(edit) @37a9c1e   17 months mc hr: hr_volume_t: rename RLQ → layout
(edit) @f3b74d1   17 months mc hr: fge: use libc queue <adt/circ_buf.h>
(edit) @95158dac   17 months mc hr: fge: can ask for wus that finished with EOK
(edit) @57110ac8   17 months mc hr: initialize range lock list and list lock
(edit) @83c8bb2   17 months mc hr: hr_volume_t: fix number of hotspares
(edit) @38e3c0a7   17 months mc hr: range locks
(edit) @f725787   17 months mc hr: fge: fibril group executor This fibril pool allows execution of …
(edit) @37ffa4d   18 months mc hr: modify change state message
(edit) @521b387   18 months mc hr: RAID5: fix degraded write
(edit) @f312fb9   18 months mc hr: remove RAID4 functions leftovers
(edit) @ea0d494   18 months mc hr: don't set RLQ when assembling
(edit) @4066371   18 months mc hr: layout info printing
(edit) @241c3f6   18 months mc hr: move RAID4 to RAID5 Removes whole raid4.c, as RAID4 is …
(edit) @d7768d11   18 months mc hr: add different RAID4,5 layouts Also prepare the metadata for …
(edit) @a0c3080   18 months mc hr: util: hotspare and volume change state functions
(edit) @65706f1   18 months mc hr: rename dev_no → extent_no in hr_volume_t
(edit) @40bf2c6   18 months mc hr: allow IO requests to be served during rebuild
(edit) @8160e4c0   18 months mc hr: RAID 4,5: optimize operations with xorbuf Read block on first …
Note: See TracRevisionLog for help on using the revision log.