|
|
@a5c2960e
|
7 months |
mc |
hr: RAID0: pass actual block address to workers
|
|
|
@7bf29e5
|
7 months |
mc |
Merge 'upstream/master' into helenraid-para
|
|
|
@bc3d695
|
7 months |
mc |
hr: RAID0 parallelization
|
|
|
@685c0ab
|
8 months |
mc |
hr: superblock.c: style
|
|
|
@7a3529a8
|
8 months |
mc |
hr: util.c: bounds check on state updates
|
|
|
@723f1d9
|
8 months |
mc |
hr: fge: fgroup_create(): assert worker count > 0
|
|
|
@5ee5f67
|
8 months |
mc |
hr: fge: make finished_{okay,failed} not atomic
And test if all …
|
|
|
@083ce33
|
8 months |
mc |
hr: fge: hr_fpool_create(): assert max_wus > 0
|
|
|
@08c98d4c
|
8 months |
mc |
hr: fge: fix deadlock
|
|
|
@5a8f69e7
|
8 months |
mc |
hr: fge: cstyle
|
|
|
@eb31781
|
8 months |
mc |
hr: raid5.c: cstyle
|
|
|
@8137d36
|
8 months |
mc |
hr: fge: style
|
|
|
@37a9c1e
|
8 months |
mc |
hr: hr_volume_t: rename RLQ → layout
|
|
|
@f3b74d1
|
8 months |
mc |
hr: fge: use libc queue <adt/circ_buf.h>
|
|
|
@95158dac
|
8 months |
mc |
hr: fge: can ask for wus that finished with EOK
|
|
|
@57110ac8
|
8 months |
mc |
hr: initialize range lock list and list lock
|
|
|
@83c8bb2
|
8 months |
mc |
hr: hr_volume_t: fix number of hotspares
|
|
|
@38e3c0a7
|
8 months |
mc |
hr: range locks
|
|
|
@f725787
|
8 months |
mc |
hr: fge: fibril group executor
This fibril pool allows execution of …
|
|
|
@37ffa4d
|
8 months |
mc |
hr: modify change state message
|
|
|
@521b387
|
8 months |
mc |
hr: RAID5: fix degraded write
|
|
|
@f312fb9
|
8 months |
mc |
hr: remove RAID4 functions leftovers
|
|
|
@ea0d494
|
8 months |
mc |
hr: don't set RLQ when assembling
|
|
|
@4066371
|
8 months |
mc |
hr: layout info printing
|
|
|
@241c3f6
|
8 months |
mc |
hr: move RAID4 to RAID5
Removes whole raid4.c, as RAID4 is …
|
|
|
@d7768d11
|
8 months |
mc |
hr: add different RAID4,5 layouts
Also prepare the metadata for …
|
|
|
@a0c3080
|
9 months |
mc |
hr: util: hotspare and volume change state functions
|
|
|
@65706f1
|
9 months |
mc |
hr: rename dev_no → extent_no in hr_volume_t
|
|
|
@40bf2c6
|
9 months |
mc |
hr: allow IO requests to be served during rebuild
|
|
|
@8160e4c0
|
9 months |
mc |
hr: RAID 4,5: optimize operations with xorbuf
Read block on first …
|
|
|
@bf0a791
|
9 months |
mc |
hr: cstyle
|
|
|
@aa7864b
|
9 months |
mc |
hr: RAID5: hotspare + rebuild
|
|
|
@a56ac5d1
|
9 months |
mc |
hr: fix RAID 4,5 parity xorring length
|
|
|
@30140c1b
|
9 months |
mc |
hr: RAID4: hotspare + rebuild
|
|
|
@f81960c5
|
9 months |
mc |
hr: RAID1: style
|
|
|
@b8409b9
|
9 months |
mc |
hr: RAID1: fix WRITE to rebuilt extent
When writing to extent that is …
|
|
|
@d0f0744
|
9 months |
mc |
hr: RAID1: break after first successful read
|
|
|
@5b320ac
|
9 months |
mc |
hr: hotspares + RAID1 rebuild
|
|
|
@06f2762
|
9 months |
mc |
hr: add option to write metadata to one extent
|
|
|
@e76e12d8
|
9 months |
mc |
hr: add hr_count_extents(volume, state)
Counts volume extents in some …
|
|
|
@7b359f5
|
9 months |
mc |
hr: status/state event function for each RAID
|
|
|
@d199a6f
|
9 months |
mc |
hr: DPRINTF, ERR_PRINTF → HR_DEBUG, HR_ERROR
Also add HR_WARN for …
|
|
|
@dfa2313
|
9 months |
mc |
hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
|
|
|
@b235c67
|
9 months |
mc |
hr: use shorthand vol for volume
|
|
|
@733564a
|
9 months |
mc |
hr: add all fcn prototypes in raid implementations
Also restructure …
|
|
|
@5d96f427
|
9 months |
mc |
hr: use DPRINTF and ERR_PRINTF macros from util.h
|
|
|
@bd51105
|
9 months |
mc |
hr: util.h: add DPRINTF and ERR_PRINTF macros
These macros forward …
|
|
|
@fde02a6
|
9 months |
mc |
hr: be more careful with assembly from metadata
Rewrite vol→extents …
|
|
|
@da0570a
|
9 months |
mc |
hr: RAID5 states, degraded R/W
|
|
|
@d092d2c
|
9 months |
mc |
hr: RAID{0,4}: cast void * to uint8_t *
|
|
|
@1a60e645
|
9 months |
mc |
hr: propagate ENOMEM in RAID4
|
|
|
@90eec9c0
|
9 months |
mc |
hr: allocate xorbuf with whole request length
As it can be 64K at …
|
|
|
@11111e4
|
9 months |
mc |
hr: add states to RAID4, and degraded R/W
|
|
|
@13ce552
|
9 months |
mc |
hr: add DEGRADED volume state
Use it for weakened mirror as well.
|
|
|
@182ffcc
|
9 months |
mc |
hr: allow unsupported sync in RAID 0,1
|
|
|
@5f543e9
|
9 months |
mc |
hr: RAID0: propagate sync
|
|
|
@52af125
|
9 months |
mc |
hr: add hr_sync_all_extents()
|
|
|
@0d00e53
|
9 months |
jiri |
Shut down dialog
|
|
|
@1cfa162
|
10 months |
mc |
hr: assert block size to be a multiple of 512
|
|
|
@cf28ffd3
|
10 months |
mc |
hr: add option to silently fail an extent
|
|
|
@d84773a
|
10 months |
mc |
hr: RAID 1 state handling
|
|
|
@a438de5b
|
10 months |
mc |
hr: be consistent with extent terminology
|
|
|
@9fc1d36d
|
10 months |
mc |
hr: RAID 0 status handling
|
|
|
@e47a032
|
10 months |
mc |
hr: base for status handling
|
|
|
@066fed9
|
10 months |
mc |
hr: refactor metadata reading
|
|
|
@b422718
|
10 months |
mc |
hr: sort extents based on metadata index
|
|
|
@4dd650a
|
10 months |
mc |
hr: fix memory leaks in hr_create_srv()
|
|
|
@978130a
|
10 months |
mc |
hr: optimize RAID 0, 4, 5 to write whole strip
|
|
|
@fad91b9
|
10 months |
mc |
hr: make bd op functions more compact
A single function now handles …
|
|
|
@ad9e225
|
10 months |
jiri |
Shutdown command
|
|
|
@50bed55d
|
10 months |
mc |
hr: rename levels to upper case
|
|
|
@9d5cea6
|
10 months |
jiri |
Allow remcons/vt100 to set terminal title
|
|
|
@08fa9e8
|
10 months |
mc |
hr: style: simplify return value in create functions
|
|
|
@12321f8
|
10 months |
mc |
hr: fix return value in write_parity()
|
|
|
@c7b4452
|
10 months |
mc |
hr: fix xorbuf memory leak
|
|
|
@514108e
|
10 months |
jiri |
Minimize /app/init, once root is mounted, go to /srv/system
|
|
|
@6fbd1f9
|
10 months |
jiri |
Combine successive move/abs. move events in display server
Helps …
|
|
|
@abc2c4b
|
10 months |
mc |
hr: remove big lock, add lock for individual volumes
|
|
|
@68c966e
|
10 months |
mc |
hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
|
|
|
@5be5396
|
10 months |
jiri |
Remcons needs to properly clean up when terminating a user session
|
|
|
@4b759dc
|
10 months |
mc |
hr: sleep to get new random generator for UUID
|
|
|
@c997374
|
10 months |
mc |
hr: merge assemble and create functions
|
|
|
@5e0acaa
|
10 months |
jiri |
Implement mouse tracking in libvt / remcons
|
|
|
@5f5d375
|
10 months |
jiri |
Split read/write lock in remcons
We do not want waiting for event to …
|
|
|
@dceb6e7
|
11 months |
mc |
hr: add initial RAID 5 with parity starting on extent 0 and data restart
|
|
|
@6b8e89b0
|
11 months |
mc |
hr: init fuction for each RAID level
Compute total blocks, data …
|
|
|
@dbd91da
|
11 months |
mc |
hr: remake structures to include extent status
Also rename .devs → …
|
|
|
@47d060d
|
11 months |
jiri |
Implement telnet window size option
|
|
|
@5132379
|
11 months |
jiri |
A list is sometimes just a list.
|
|
|
@e273e9e
|
11 months |
jiri |
Move link out of cons_event_t
|
|
|
@b2c9e42c
|
11 months |
jiri |
Move link out of kbd_event_t
|
|
|
@6907f26
|
11 months |
jiri |
Parse VT100 keyboard escape sequences in libvt
|
|
|
@d31c3ea
|
11 months |
jiri |
Group vt callbacks into a callback structure
|
|
|
@357d9dd
|
11 months |
jiri |
The 'state' in vt100_state_t is unnecessary
|
|
|
@89e5c0c7
|
11 months |
jiri |
Control sequences must not alter telnet user's cursor_x/y
|
|
|
@c23a1fe
|
11 months |
jiri |
Remote console mapping
|
|
|
@09f41d3
|
11 months |
jiri |
Tetris should be able to detect screen cursor control capability
|
|
|
@6a753a9c
|
11 months |
jiri |
Remcons options port, no-ctl, no-rgb, multiple instances.
|
|
|
@d3109ff
|
11 months |
jiri |
Cursor and color control in remote console + RGB
Move vt100 module …
|
|
|
@36fcd0a
|
11 months |
zarevucky.jiri |
Fix 32b build
|
|
|