source: mainline/uspace/srv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @83c8bb2   10 months mc hr: hr_volume_t: fix number of hotspares
(edit) @38e3c0a7   10 months mc hr: range locks
(edit) @f725787   10 months mc hr: fge: fibril group executor This fibril pool allows execution of …
(edit) @37ffa4d   10 months mc hr: modify change state message
(edit) @521b387   10 months mc hr: RAID5: fix degraded write
(edit) @f312fb9   10 months mc hr: remove RAID4 functions leftovers
(edit) @ea0d494   10 months mc hr: don't set RLQ when assembling
(edit) @4066371   10 months mc hr: layout info printing
(edit) @241c3f6   10 months mc hr: move RAID4 to RAID5 Removes whole raid4.c, as RAID4 is …
(edit) @d7768d11   10 months mc hr: add different RAID4,5 layouts Also prepare the metadata for …
(edit) @a0c3080   11 months mc hr: util: hotspare and volume change state functions
(edit) @65706f1   11 months mc hr: rename dev_no → extent_no in hr_volume_t
(edit) @40bf2c6   11 months mc hr: allow IO requests to be served during rebuild
(edit) @8160e4c0   11 months mc hr: RAID 4,5: optimize operations with xorbuf Read block on first …
(edit) @bf0a791   11 months mc hr: cstyle
(edit) @aa7864b   11 months mc hr: RAID5: hotspare + rebuild
(edit) @a56ac5d1   11 months mc hr: fix RAID 4,5 parity xorring length
(edit) @30140c1b   11 months mc hr: RAID4: hotspare + rebuild
(edit) @f81960c5   11 months mc hr: RAID1: style
(edit) @b8409b9   11 months mc hr: RAID1: fix WRITE to rebuilt extent When writing to extent that is …
(edit) @d0f0744   11 months mc hr: RAID1: break after first successful read
(edit) @5b320ac   11 months mc hr: hotspares + RAID1 rebuild
(edit) @06f2762   11 months mc hr: add option to write metadata to one extent
(edit) @e76e12d8   11 months mc hr: add hr_count_extents(volume, state) Counts volume extents in some …
(edit) @7b359f5   11 months mc hr: status/state event function for each RAID
(edit) @d199a6f   11 months mc hr: DPRINTF, ERR_PRINTF → HR_DEBUG, HR_ERROR Also add HR_WARN for …
(edit) @dfa2313   11 months mc hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
(edit) @b235c67   11 months mc hr: use shorthand vol for volume
(edit) @733564a   11 months mc hr: add all fcn prototypes in raid implementations Also restructure …
(edit) @5d96f427   11 months mc hr: use DPRINTF and ERR_PRINTF macros from util.h
(edit) @bd51105   11 months mc hr: util.h: add DPRINTF and ERR_PRINTF macros These macros forward …
(edit) @fde02a6   11 months mc hr: be more careful with assembly from metadata Rewrite vol→extents …
(edit) @da0570a   11 months mc hr: RAID5 states, degraded R/W
(edit) @d092d2c   11 months mc hr: RAID{0,4}: cast void * to uint8_t *
(edit) @1a60e645   11 months mc hr: propagate ENOMEM in RAID4
(edit) @90eec9c0   11 months mc hr: allocate xorbuf with whole request length As it can be 64K at …
(edit) @11111e4   11 months mc hr: add states to RAID4, and degraded R/W
(edit) @13ce552   11 months mc hr: add DEGRADED volume state Use it for weakened mirror as well.
(edit) @182ffcc   11 months mc hr: allow unsupported sync in RAID 0,1
(edit) @5f543e9   11 months mc hr: RAID0: propagate sync
(edit) @52af125   11 months mc hr: add hr_sync_all_extents()
(edit) @1cfa162   11 months mc hr: assert block size to be a multiple of 512
(edit) @cf28ffd3   12 months mc hr: add option to silently fail an extent
(edit) @d84773a   12 months mc hr: RAID 1 state handling
(edit) @a438de5b   12 months mc hr: be consistent with extent terminology
(edit) @9fc1d36d   12 months mc hr: RAID 0 status handling
(edit) @e47a032   12 months mc hr: base for status handling
(edit) @066fed9   12 months mc hr: refactor metadata reading
(edit) @b422718   12 months mc hr: sort extents based on metadata index
(edit) @4dd650a   12 months mc hr: fix memory leaks in hr_create_srv()
(edit) @978130a   12 months mc hr: optimize RAID 0, 4, 5 to write whole strip
(edit) @fad91b9   12 months mc hr: make bd op functions more compact A single function now handles …
(edit) @50bed55d   12 months mc hr: rename levels to upper case
(edit) @08fa9e8   12 months mc hr: style: simplify return value in create functions
(edit) @12321f8   12 months mc hr: fix return value in write_parity()
(edit) @c7b4452   12 months mc hr: fix xorbuf memory leak
(edit) @abc2c4b   12 months mc hr: remove big lock, add lock for individual volumes
(edit) @68c966e   12 months mc hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
(edit) @4b759dc   12 months mc hr: sleep to get new random generator for UUID
(edit) @c997374   12 months mc hr: merge assemble and create functions
(edit) @dceb6e7   12 months mc hr: add initial RAID 5 with parity starting on extent 0 and data restart
(edit) @6b8e89b0   12 months mc hr: init fuction for each RAID level Compute total blocks, data …
(edit) @dbd91da   12 months mc hr: remake structures to include extent status Also rename .devs → …
(edit) @57c61b0   13 months mc hr: make data start at 4K aligned offset
(edit) @4a2a6b8b   13 months mc hr: add initial RAID 4 0 (non-rotating parity on disk 0)
(edit) @a19d7fc4   13 months mc hr: add option (-T, —stop) for removing an active array
(edit) @24968b5   13 months mc hr: assemble: check specified number of devices against metadata
(edit) @9c1cf34c   13 months mc hr: add strip size to metadata and hr_volume_t
(edit) @b0f1366   13 months mc hr: write persistent metadata, assemble array from metadata
(edit) @095a989   13 months mc hr: add status printing
(edit) @44ea48e   13 months mc hr: register hr array under "devices/XXXX"
(edit) @68e357e   13 months mc hr: use array for devname and devices for now
(edit) @680e8c8   13 months mc hr: initialize big_lock once
(edit) @a8b2d9e7   13 months mc hr: add RAID 0 (striping)
(edit) @12cbf25e   13 months mc hr: disk size checking
(edit) @da5c257   13 months mc hr: create util.c
(edit) @e0b7763   14 months mc hr: fix volume list locking
(edit) @94d84a0   14 months mc hr: initial trivial mirroring implementation
(edit) @dd495c9   14 months mc locsrv: add "raid" category
(edit) @e82b37e   14 months jiri Fix decoding of changed MAC address.
(edit) @dbae3b6   14 months jiri Persistently store taskmon configuration.
(edit) @4af6fb1   14 months jiri Remove forgotten debug messages
(edit) @9546146   14 months jiri Persistently store display/seat configuration.
(edit) @ca95ccd   14 months jiri Fix file closing, volume config sync.
(edit) @bff8619   14 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @ddfe233   14 months mc vbd: free disk service name on disk remove
(edit) @48b8928   15 months jiri Prevent failure when deleting a partition that is not mounted.
(edit) @e3997a8   16 months jiri Do not send press event to focused window obscured by popup window
(edit) @49aaa0e   16 months jiri Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
(edit) @7ae01d5   18 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdf06ad   19 months jiri Fix ccheck.
(edit) @7dbf1f6   19 months jiri Render RGB in EGA text mode using eight EGA colors (instead of two)
(edit) @ee3b28a9   20 months jiri Notify taskbar when start menu changes
(edit) @d53a5ab0   22 months jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/simplify-dev-export
(edit) @6cef8d6a   23 months jiri Move keyboard/mouse event and device IPC from libc to libinput topic/simplify-dev-export
(edit) @fa942bc   23 months jiri Move input API to a separate library topic/simplify-dev-export
(edit) @1be9ee0   23 months jiri Move output API to separate library topic/simplify-dev-export
(edit) @a635535   23 months jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @cad7b7e   23 months jiri Move clipboard API from libc to a separate library topic/simplify-dev-export
(edit) @8f04992   23 months jiri Move corecfg from libc to a separate library topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.