aboutsummaryrefslogtreecommitdiffstats
path: root/sbdd.c
Commit message (Expand)AuthorAgeFilesLines
* add stub-handling for unsucceseed I/Oraid0Joursoir2023-01-161-0/+5
* require 2 or more disks to make a RAID0 arrayJoursoir2023-01-161-0/+5
* drop handle on the single target diskJoursoir2023-01-161-19/+0
* stripe incoming requests by sectorsJoursoir2023-01-161-21/+47
* handle list of devices to make raid-diskJoursoir2023-01-161-0/+59
* set flags to ensure that data isn't cached by the deviceJoursoir2023-01-161-0/+1
* redirect requests to target deviceJoursoir2023-01-161-5/+51
* add driver parameter for target diskJoursoir2023-01-161-5/+8
* open and copy the characterictics of a target deviceJoursoir2023-01-151-0/+30
* drop ram-disk and its I/O routinesJoursoir2023-01-151-33/+3
* remove mqvia82022-10-131-96/+0
* modificationsvia82022-10-131-9/+6
* impl sbddvia82022-03-211-0/+349