source: mainline/uspace/srv/bd/hr/raid0.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95ca19d   7 weeks mc hr: add —read-only volume flag
(edit) @263a2389   8 weeks mc hr: rename volume state ONLINE to OPTIMAL
(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) @73425d4   2 months mc hr: rai0.c: use renamed hr_add_data_offset()
(edit) @83ff12f   2 months mc hr: raid0.c: no need to increment md_counter
(edit) @b5c95da5   2 months mc hr: raid*_{create,init}(): replace asserts with EINVAL
(edit) @da80de9   2 months mc hr: move state callback to hr_ops_t
(edit) @6f13257   3 months mc hr: cstyle: don't align struct members and fcn decls
(edit) @af73327a   3 months mc hr: use the term 'volume' instead of 'array'
(edit) @56602e0   3 months mc hr: rename all strings status' -> state'
(edit) @80c760e   4 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @18c3658   4 months mc hr: raid{0,1,5}.c: unusable volume creation message
(edit) @f647b87   4 months mc srv/bd/hr: remove unused nblocks variable
(edit) @50603405   4 months mc hr: metadata format agnostic superblock ops Put metadata specific …
(edit) @800d188   4 months mc hr: metadata saving on stop New bool argument for hr_metadata_save() …
(edit) @baa4929   5 months mc hr: extent init refactor, blkno truncation
(edit) @6d0fc11   5 months mc hr: style: align structures, function prototypes
(edit) @746e636   5 months mc hr: add comments to raid init()
(edit) @8a65373   5 months mc hr: move registering out of specific RAIDs
(edit) @7a80c63   5 months mc hr: raid{0,1,5}.c: increment open() count
(edit) @a57dde4   5 months mc hr: use func for DEBUG printing fcn names
(edit) @0fcb011   5 months mc hr: raid0.c: early break if (left == 0)
(edit) @a6fb937   7 months mc hr: RAID0: handle hr_fgroup_create() → ENOMEM
(edit) @ee47537   7 months mc hr: RAID0: refactor hr_raid0_update_vol_status()
(edit) @4660649   7 months mc hr: RAID0: return ENOMEM on out-of-memory READs
(edit) @a5c2960e   7 months mc hr: RAID0: pass actual block address to workers
(edit) @bc3d695   7 months mc hr: RAID0 parallelization
(edit) @a0c3080   9 months mc hr: util: hotspare and volume change state functions
(edit) @65706f1   9 months mc hr: rename dev_no → extent_no in hr_volume_t
(edit) @bf0a791   9 months mc hr: cstyle
(edit) @7b359f5   9 months mc hr: status/state event function for each RAID
(edit) @d199a6f   9 months mc hr: DPRINTF, ERR_PRINTF → HR_DEBUG, HR_ERROR Also add HR_WARN for …
(edit) @733564a   9 months mc hr: add all fcn prototypes in raid implementations Also restructure …
(edit) @5d96f427   9 months mc hr: use DPRINTF and ERR_PRINTF macros from util.h
(edit) @d092d2c   9 months mc hr: RAID{0,4}: cast void * to uint8_t *
(edit) @182ffcc   9 months mc hr: allow unsupported sync in RAID 0,1
(edit) @5f543e9   9 months mc hr: RAID0: propagate sync
(edit) @a438de5b   10 months mc hr: be consistent with extent terminology
(edit) @9fc1d36d   10 months mc hr: RAID 0 status handling
(edit) @978130a   10 months mc hr: optimize RAID 0, 4, 5 to write whole strip
(edit) @fad91b9   10 months mc hr: make bd op functions more compact A single function now handles …
(edit) @50bed55d   10 months mc hr: rename levels to upper case
(edit) @08fa9e8   10 months mc hr: style: simplify return value in create functions
(edit) @abc2c4b   10 months mc hr: remove big lock, add lock for individual volumes
(edit) @6b8e89b0   11 months mc hr: init fuction for each RAID level Compute total blocks, data …
(edit) @dbd91da   11 months mc hr: remake structures to include extent status Also rename .devs → …
(edit) @4a2a6b8b   11 months mc hr: add initial RAID 4 0 (non-rotating parity on disk 0)
(edit) @9c1cf34c   11 months mc hr: add strip size to metadata and hr_volume_t
(edit) @b0f1366   11 months mc hr: write persistent metadata, assemble array from metadata
(add) @a8b2d9e7   12 months mc hr: add RAID 0 (striping)
Note: See TracRevisionLog for help on using the revision log.