summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraidvar.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-13Nuke *_minphys() functions that either simply apply MAXPHYS or dokrw1-2/+1
2019-07-04Fix a free size panic when detaching a crypto softraid on i386.bluhm1-2/+3
2019-01-06Unbreak SR_DEBUG buildskn1-3/+1
2017-06-12Limit the maximum size of softraid crypto volumes that can be created tojsing1-1/+3
2016-12-24Make the boot programs support booting from softraid on 4K byte sectoryasuoka1-1/+2
2016-09-10Ugh, too many initialisms...jsing1-2/+2
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 tojsing1-14/+14
2016-05-31Provide a function for calculting the rebuild percentage, rather thanjsing1-1/+2
2016-04-04Enable creation of softraid volumes using disks with non-512 bytekrw1-3/+4
2015-07-21A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'krw1-3/+3
2015-07-19Stop passing daddr_t parameters for lengths. Use long since that's the typekrw1-3/+3
2015-01-27remove the second void * argument on tasks.dlg1-3/+3
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished aftertedu1-19/+2
2014-07-20Support hibernating to softraid crypto volumes.mlarkin1-1/+5
2014-07-12essentially mechanical conversion of softraid rebuild fromblambert1-1/+2
2014-07-10Stop using a shutdown hook for softraid(4) and explicitly shutdownmpi1-3/+1
2014-01-22Add a debug flag for rebuild.jsing1-1/+2
2014-01-22Make rebuild a discipline specific function pointer. For now, this defaultsjsing1-1/+2
2014-01-22Move sr_dump from the RAID5 code into shared code. Rename it tojsing1-1/+2
2014-01-22Switch metadata saves from the system workq to the system taskq.jsing1-1/+4
2014-01-21Instead of maintaining a completely separate list of crypto work units,jsing1-3/+1
2014-01-21Allow for variable sized work units.jsing1-2/+2
2014-01-21Use a TAILQ for tracking work units, rather than an array. This will allowjsing1-6/+7
2014-01-20Convert the softraid work unit workqs to taskqs.jsing1-4/+4
2014-01-20Store the algorithm and key length in the discipline data structure,jsing1-1/+4
2014-01-20Replace dedicated swu_fake variable with a work unit flag.jsing1-2/+2
2014-01-18Move the block get/put routines into the common code, instead of havingjsing1-1/+3
2014-01-18Rename softraid RAIDP to softraid RAID5.jsing1-8/+7
2014-01-18Remove the RAID 4 discipline from softraid. Anyone sensible would use RAIDjsing1-2/+2
2014-01-18Improve comments re KDF hints.jsing1-5/+11
2013-11-04substantial namespace cleanup. Might go a little bit too far, but wederaadt1-79/+71
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-6/+6
2013-05-21Provide a function that handles the scheduling of work units. Thisjsing1-2/+2
2013-05-21Use a state to indicate that a work unit should only be constructed and notjsing1-1/+2
2013-04-26Add a SR_WUF_DISCIPLINE flag that identifies work units that have resultedjsing1-1/+2
2013-04-23Rename ccb_flag to ccb_flags.jsing1-2/+2
2013-04-21Convert RAID1 to the new work unit completion functions and genericjsing1-1/+2
2013-03-31The return value of sd_free_resources() is never checked and all of thejsing1-2/+2
2013-03-30Provide wrappers for scsi_io_get() and scsi_io_put(), that also includejsing1-1/+4
2013-03-30Provide a default discipline interrupt handling function and migrate all ofjsing1-1/+2
2013-03-29Decouple wakeups on work unit completion from the type of I/O beingjsing1-2/+3
2013-03-25Factor out the code that is used to recreate work units - one copy of thejsing1-1/+2
2013-03-10Rename sc_dis to sc_targets, since it is an array of targets that alsojsing1-2/+2
2013-03-05Track attached softraid disciplines via a queue. This prevents the need tojsing1-5/+7
2013-01-18Implement common workunit completion functions and handle the completionjsing1-1/+3
2013-01-16Add a function that handles the completion of a ccb.jsing1-1/+2
2013-01-16Add a new capability flag to identify disciplines where read failures arejsing1-1/+2
2013-01-16Factor out code used to release ccbs from a workunit.jsing1-2/+3
2013-01-15Implement a function that gets and correctly initialises a ccb for I/O,jsing1-1/+5
2013-01-15Keep a function pointer to the per-discipline I/O interrupt handler in thejsing1-1/+2