|
|
|
@b235c67
|
6 months |
mc |
hr: use shorthand vol for volume
|
|
|
@733564a
|
6 months |
mc |
hr: add all fcn prototypes in raid implementations
Also restructure …
|
|
|
@5d96f427
|
6 months |
mc |
hr: use DPRINTF and ERR_PRINTF macros from util.h
|
|
|
@bd51105
|
6 months |
mc |
hr: util.h: add DPRINTF and ERR_PRINTF macros
These macros forward …
|
|
|
@972b011
|
6 months |
mc |
hrctl: update usage
Add a note to usage about automatic prepending
of …
|
|
|
@8f7e1b1
|
6 months |
mc |
hrctl: rename flag —stop (-T) to —destroy (-D)
|
|
|
@fde02a6
|
6 months |
mc |
hr: be more careful with assembly from metadata
Rewrite vol→extents …
|
|
|
@da0570a
|
6 months |
mc |
hr: RAID5 states, degraded R/W
|
|
|
@d092d2c
|
6 months |
mc |
hr: RAID{0,4}: cast void * to uint8_t *
|
|
|
@1a60e645
|
6 months |
mc |
hr: propagate ENOMEM in RAID4
|
|
|
@90eec9c0
|
6 months |
mc |
hr: allocate xorbuf with whole request length
As it can be 64K at …
|
|
|
@11111e4
|
6 months |
mc |
hr: add states to RAID4, and degraded R/W
|
|
|
@13ce552
|
6 months |
mc |
hr: add DEGRADED volume state
Use it for weakened mirror as well.
|
|
|
@182ffcc
|
6 months |
mc |
hr: allow unsupported sync in RAID 0,1
|
|
|
@5f543e9
|
6 months |
mc |
hr: RAID0: propagate sync
|
|
|
@52af125
|
6 months |
mc |
hr: add hr_sync_all_extents()
|
|
|
@1cfa162
|
6 months |
mc |
hr: assert block size to be a multiple of 512
|
|
|
@cf28ffd3
|
7 months |
mc |
hr: add option to silently fail an extent
|
|
|
@d84773a
|
7 months |
mc |
hr: RAID 1 state handling
|
|
|
@6124ee1
|
7 months |
mc |
bdwrite: cstyle
|
|
|
@a438de5b
|
7 months |
mc |
hr: be consistent with extent terminology
|
|
|
@1903d77
|
7 months |
mc |
bdwrite: fill blocks with 'A' - 'Z'
Following parity blocks in …
|
|
|
@9fc1d36d
|
7 months |
mc |
hr: RAID 0 status handling
|
|
|
@e47a032
|
7 months |
mc |
hr: base for status handling
|
|
|
@066fed9
|
7 months |
mc |
hr: refactor metadata reading
|
|
|
@b422718
|
7 months |
mc |
hr: sort extents based on metadata index
|
|
|
@4dd650a
|
7 months |
mc |
hr: fix memory leaks in hr_create_srv()
|
|
|
@978130a
|
7 months |
mc |
hr: optimize RAID 0, 4, 5 to write whole strip
|
|
|
@76cd345
|
7 months |
mc |
bdwrite: write as many blocks as possible at once
|
|
|
@fad91b9
|
7 months |
mc |
hr: make bd op functions more compact
A single function now handles …
|
|
|
@50bed55d
|
7 months |
mc |
hr: rename levels to upper case
|
|
|
@6d55e39
|
7 months |
mc |
hrctl: remove disk concatenation option
|
|
|
@08fa9e8
|
7 months |
mc |
hr: style: simplify return value in create functions
|
|
|
@12321f8
|
7 months |
mc |
hr: fix return value in write_parity()
|
|
|
@c7b4452
|
7 months |
mc |
hr: fix xorbuf memory leak
|
|
|
@abc2c4b
|
7 months |
mc |
hr: remove big lock, add lock for individual volumes
|
|
|
@68c966e
|
7 months |
mc |
hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
|
|
|
@4b759dc
|
7 months |
mc |
hr: sleep to get new random generator for UUID
|
|
|
@c997374
|
7 months |
mc |
hr: merge assemble and create functions
|
|
|
@2b8901be
|
7 months |
mc |
hrctl: add RAID 4 to usage message
|
|
|
@dceb6e7
|
7 months |
mc |
hr: add initial RAID 5 with parity starting on extent 0 and data restart
|
|
|
@6b8e89b0
|
7 months |
mc |
hr: init fuction for each RAID level
Compute total blocks, data …
|
|
|
@dbd91da
|
8 months |
mc |
hr: remake structures to include extent status
Also rename .devs → …
|
|
|
@34abe6c5
|
8 months |
mc |
hrctl: inform about stopping a service that does not exit
|
|
|
@f9440e0d
|
8 months |
mc |
hrctl: add —stop option to usage
|
|
|
@57c61b0
|
8 months |
mc |
hr: make data start at 4K aligned offset
|
|
|
@4a2a6b8b
|
8 months |
mc |
hr: add initial RAID 4 0 (non-rotating parity on disk 0)
|
|
|
@a19d7fc4
|
8 months |
mc |
hr: add option (-T, —stop) for removing an active array
|
|
|
@09398589
|
8 months |
mc |
hr: cstyle: remove redundant space
|
|
|
@ab5a2597
|
8 months |
mc |
bdwrite: writing to block devices
|
|
|
@24968b5
|
8 months |
mc |
hr: assemble: check specified number of devices against metadata
|
|
|
@9c1cf34c
|
8 months |
mc |
hr: add strip size to metadata and hr_volume_t
|
|
|
@b0f1366
|
8 months |
mc |
hr: write persistent metadata, assemble array from metadata
|
|
|
@ee83e9c
|
8 months |
mc |
hrctl: use sizeof(devname) instead of a constant
|
|
|
@095a989
|
8 months |
mc |
hr: add status printing
|
|
|
@e192339
|
8 months |
mc |
hrctl: add option for creating array from config file
|
|
|
@44ea48e
|
8 months |
mc |
hr: register hr array under "devices/XXXX"
|
|
|
@68e357e
|
8 months |
mc |
hr: use array for devname and devices for now
|
|
|
@680e8c8
|
8 months |
mc |
hr: initialize big_lock once
|
|
|
@a8b2d9e7
|
9 months |
mc |
hr: add RAID 0 (striping)
|
|
|
@12cbf25e
|
9 months |
mc |
hr: disk size checking
|
|
|
@da5c257
|
9 months |
mc |
hr: create util.c
|
|
|
@e0b7763
|
9 months |
mc |
hr: fix volume list locking
|
|
|
@4e84176
|
9 months |
mc |
init: add "/srv/bd/hr"
|
|
|
@94d84a0
|
9 months |
mc |
hr: initial trivial mirroring implementation
|
|
|
@dd495c9
|
9 months |
mc |
locsrv: add "raid" category
|
|
|
@e82b37e
|
9 months |
jiri |
Fix decoding of changed MAC address.
|
|
|
@dbae3b6
|
9 months |
jiri |
Persistently store taskmon configuration.
|
|
|
@4af6fb1
|
9 months |
jiri |
Remove forgotten debug messages
|
|
|
@9546146
|
9 months |
jiri |
Persistently store display/seat configuration.
|
|
|
@ca95ccd
|
9 months |
jiri |
Fix file closing, volume config sync.
|
|
|
@cde067e
|
9 months |
jiri |
Add UI window callback that is called when window is resized.
|
|
|
@69d4aba
|
9 months |
zarevucky.jiri |
libgfximage: Fix integer multiplication overflow in TGA parser
|
|
|
@7268bf1
|
9 months |
zarevucky.jiri |
libc/test/string.c: Add GCC diagnostic category to ignore
|
|
|
@4c25f86b
|
9 months |
zarevucky.jiri |
viewer: Fix deallocation loop
|
|
|
@c06bd5e
|
9 months |
zarevucky.jiri |
init: Add missing NULL terminator in directory list
|
|
|
@b889a64
|
9 months |
zarevucky.jiri |
Fix typo in comment
|
|
|
@5b110a9
|
9 months |
martin |
pkg: Temporarily use an IPv4-only hostname
Use an IPv4-only hostname …
|
|
|
@14b2ac7
|
9 months |
martin |
Change relevant URLs from HTTP to HTTPS
The helenos.org web site …
|
|
|
@f8cb1bc5
|
9 months |
martin |
Make the syntax help more useful
Use an URL that is guaranteed to …
|
|
|
@ac9b4f2
|
9 months |
jiri |
Change SIF storage format to be more XML-like
While slightly more …
|
|
|
@bff8619
|
9 months |
jiri |
Simplify SIF interface, remove contacts
Remove transactions, move to …
|
|
|
@a3ba37d
|
9 months |
noreply |
ata_channel_destroy(): unlock channel mutex after error
See pull …
|
|
|
@53bff11
|
9 months |
noreply |
vbd: free disk service name on disk remove
See pull request …
|
|
|
@3d2d455b
|
9 months |
mc |
ata_channel_destroy(): unlock channel mutex after error
|
|
|
@ddfe233
|
9 months |
mc |
vbd: free disk service name on disk remove
|
|
|
@04e520e
|
10 months |
jiri |
Config file persistence
Copy /cfg to /w/cfg when installing and when …
|
|
|
@145d4e2e
|
10 months |
jiri |
Add doxygen group definition and minimal unit tests to libata
|
|
|
@48b8928
|
10 months |
jiri |
Prevent failure when deleting a partition that is not mounted.
|
|
|
@f32f89a
|
10 months |
jiri |
Fix format specifiers not correct for 32-bit
|
|
|
@994f87b
|
10 months |
jiri |
Add File/New and File/Open to text editor
Change repeat search …
|
|
|
@705b65ea
|
10 months |
jiri |
Do not automatically mount floppy. Reduce driver verbosity.
|
|
|
@f77ede10
|
10 months |
jiri |
Write data (floppy)
|
|
|
@878736e
|
10 months |
jiri |
Fix ccheck.
|
|
|
@dc5647e
|
10 months |
jiri |
PC floppy disk driver
Bare minimum implemented.
|
|
|
@e3997a8
|
11 months |
jiri |
Do not send press event to focused window obscured by popup window
|
|
|
@af3235d
|
11 months |
5887334+jxsvoboda |
Make HelenOS compilable when detailed kernel message is enabled
|
|
|
@6a044dd
|
11 months |
5887334+jxsvoboda |
Remove the necessity of initrd to be in the last of grub's modules list
|
|
|
@49aaa0e
|
11 months |
jiri |
Switch virtual consoles using Alt-Fn or Shift-Fn
Shift-Fn is useful …
|
|
|
@ec50d65e
|
11 months |
jiri |
Editor needs to hide cursor when menu bar is activated
|
|
|