source: mainline

Revision Log Mode:


Legend:

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