source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee47537   4 months mc hr: RAID0: refactor hr_raid0_update_vol_status()
(edit) @4660649   4 months mc hr: RAID0: return ENOMEM on out-of-memory READs
(edit) @0d77d30   4 months mc hr: hr_io_worker(): ENOMEM handling for WRITEs Call state callback on …
(edit) @efc6259   4 months mc hr: fge: aggregate ENOMEM final errno
(edit) @a5c2960e   4 months mc hr: RAID0: pass actual block address to workers
(edit) @7bf29e5   4 months mc Merge 'upstream/master' into helenraid-para
(edit) @4e1221c   4 months noreply Allow bitmap to be used in userspace See …
(edit) @8279aab   4 months jiri ui_lock() needs to lock display If ui_lock() is used to lock UI while …
(edit) @bc3d695   4 months mc hr: RAID0 parallelization
(edit) @40be7eb   5 months mc lib/device/src/hr.c: session init style
(edit) @7d25273   5 months mc hrctl: initialize hr session struct
(edit) @685c0ab   5 months mc hr: superblock.c: style
(edit) @7a3529a8   5 months mc hr: util.c: bounds check on state updates
(edit) @723f1d9   5 months mc hr: fge: fgroup_create(): assert worker count > 0
(edit) @5ee5f67   5 months mc hr: fge: make finished_{okay,failed} not atomic And test if all …
(edit) @083ce33   5 months mc hr: fge: hr_fpool_create(): assert max_wus > 0
(edit) @08c98d4c   5 months mc hr: fge: fix deadlock
(edit) @5a8f69e7   5 months mc hr: fge: cstyle
(edit) @eb31781   5 months mc hr: raid5.c: cstyle
(edit) @8137d36   5 months mc hr: fge: style
(edit) @37a9c1e   5 months mc hr: hr_volume_t: rename RLQ → layout
(edit) @6784abc   5 months mc hr: hr_sess_init(): don't use IPC_FLAG_BLOCKING
(edit) @f3b74d1   5 months mc hr: fge: use libc queue <adt/circ_buf.h>
(edit) @64c8132   5 months mc Allow bitmap to be used in userspace
(edit) @95158dac   5 months mc hr: fge: can ask for wus that finished with EOK
(edit) @57110ac8   5 months mc hr: initialize range lock list and list lock
(edit) @83c8bb2   5 months mc hr: hr_volume_t: fix number of hotspares
(edit) @38e3c0a7   5 months mc hr: range locks
(edit) @f725787   5 months mc hr: fge: fibril group executor This fibril pool allows execution of …
(edit) @28769117   5 months mc hrctl: usage string modification
(edit) @37ffa4d   5 months mc hr: modify change state message
(edit) @521b387   5 months mc hr: RAID5: fix degraded write
(edit) @f312fb9   5 months mc hr: remove RAID4 functions leftovers
(edit) @ea0d494   5 months mc hr: don't set RLQ when assembling
(edit) @4066371   5 months mc hr: layout info printing
(edit) @241c3f6   5 months mc hr: move RAID4 to RAID5 Removes whole raid4.c, as RAID4 is …
(edit) @d7768d11   5 months mc hr: add different RAID4,5 layouts Also prepare the metadata for …
(edit) @586b39d   6 months mc hrctl: handle unkown options
(edit) @a0c3080   6 months mc hr: util: hotspare and volume change state functions
(edit) @65706f1   6 months mc hr: rename dev_no → extent_no in hr_volume_t
(edit) @40bf2c6   6 months mc hr: allow IO requests to be served during rebuild
(edit) @8160e4c0   6 months mc hr: RAID 4,5: optimize operations with xorbuf Read block on first …
(edit) @bf0a791   6 months mc hr: cstyle
(edit) @aa7864b   6 months mc hr: RAID5: hotspare + rebuild
(edit) @a56ac5d1   6 months mc hr: fix RAID 4,5 parity xorring length
(edit) @30140c1b   6 months mc hr: RAID4: hotspare + rebuild
(edit) @f81960c5   6 months mc hr: RAID1: style
(edit) @b56d88f   6 months mc bdwrite: fix writing
(edit) @b8409b9   6 months mc hr: RAID1: fix WRITE to rebuilt extent When writing to extent that is …
(edit) @d0f0744   6 months mc hr: RAID1: break after first successful read
(edit) @5b320ac   6 months mc hr: hotspares + RAID1 rebuild
(edit) @06f2762   6 months mc hr: add option to write metadata to one extent
(edit) @e76e12d8   6 months mc hr: add hr_count_extents(volume, state) Counts volume extents in some …
(edit) @7b359f5   6 months mc hr: status/state event function for each RAID
(edit) @d199a6f   6 months mc hr: DPRINTF, ERR_PRINTF → HR_DEBUG, HR_ERROR Also add HR_WARN for …
(edit) @dfa2313   6 months mc hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
(edit) @64eba57   6 months mc hrctl: fix memory leaks
(edit) @b235c67   6 months mc hr: use shorthand vol for volume
(edit) @733564a   6 months mc hr: add all fcn prototypes in raid implementations Also restructure …
(edit) @5d96f427   6 months mc hr: use DPRINTF and ERR_PRINTF macros from util.h
(edit) @bd51105   6 months mc hr: util.h: add DPRINTF and ERR_PRINTF macros These macros forward …
(edit) @972b011   6 months mc hrctl: update usage Add a note to usage about automatic prepending of …
(edit) @8f7e1b1   6 months mc hrctl: rename flag —stop (-T) to —destroy (-D)
(edit) @fde02a6   6 months mc hr: be more careful with assembly from metadata Rewrite vol→extents …
(edit) @da0570a   6 months mc hr: RAID5 states, degraded R/W
(edit) @d092d2c   6 months mc hr: RAID{0,4}: cast void * to uint8_t *
(edit) @1a60e645   6 months mc hr: propagate ENOMEM in RAID4
(edit) @12dd36c   6 months jiri Handle Enter/Escape keys in message dialog.
(edit) @9a07ee3   6 months jiri Add message dialog choice selection (OK, OK/Cancel)
(edit) @90eec9c0   6 months mc hr: allocate xorbuf with whole request length As it can be 64K at …
(edit) @11111e4   6 months mc hr: add states to RAID4, and degraded R/W
(edit) @13ce552   6 months mc hr: add DEGRADED volume state Use it for weakened mirror as well.
(edit) @182ffcc   6 months mc hr: allow unsupported sync in RAID 0,1
(edit) @5f543e9   6 months mc hr: RAID0: propagate sync
(edit) @52af125   6 months mc hr: add hr_sync_all_extents()
(edit) @0d00e53   6 months jiri Shut down dialog
(edit) @1cfa162   6 months mc hr: assert block size to be a multiple of 512
(edit) @cf28ffd3   7 months mc hr: add option to silently fail an extent
(edit) @d84773a   7 months mc hr: RAID 1 state handling
(edit) @6124ee1   7 months mc bdwrite: cstyle
(edit) @a438de5b   7 months mc hr: be consistent with extent terminology
(edit) @1903d77   7 months mc bdwrite: fill blocks with 'A' - 'Z' Following parity blocks in …
(edit) @9fc1d36d   7 months mc hr: RAID 0 status handling
(edit) @e47a032   7 months mc hr: base for status handling
(edit) @066fed9   7 months mc hr: refactor metadata reading
(edit) @b422718   7 months mc hr: sort extents based on metadata index
(edit) @4dd650a   7 months mc hr: fix memory leaks in hr_create_srv()
(edit) @978130a   7 months mc hr: optimize RAID 0, 4, 5 to write whole strip
(edit) @76cd345   7 months mc bdwrite: write as many blocks as possible at once
(edit) @fad91b9   7 months mc hr: make bd op functions more compact A single function now handles …
(edit) @ad9e225   7 months jiri Shutdown command
(edit) @50bed55d   7 months mc hr: rename levels to upper case
(edit) @6d55e39   7 months mc hrctl: remove disk concatenation option
(edit) @a72f3b8   7 months jiri System protocol library, incl. unit tests
(edit) @9d5cea6   7 months jiri Allow remcons/vt100 to set terminal title
(edit) @08fa9e8   7 months mc hr: style: simplify return value in create functions
(edit) @12321f8   7 months mc hr: fix return value in write_parity()
(edit) @c7b4452   7 months mc hr: fix xorbuf memory leak
(edit) @514108e   7 months jiri Minimize /app/init, once root is mounted, go to /srv/system
(edit) @6fbd1f9   7 months jiri Combine successive move/abs. move events in display server Helps …
Note: See TracRevisionLog for help on using the revision log.