aboutsummaryrefslogtreecommitdiff
path: root/src/core/sanboot.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-26[block] Provide abstraction to allow system to be quiescedMichael Brown1-0/+15
2017-04-26[block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown1-8/+48
2017-03-28[block] Describe all SAN devices via ACPI tablesMichael Brown1-4/+97
2017-03-28[block] Ignore redundant xfer_window_changed() messagesMichael Brown1-0/+4
2017-03-27[block] Gracefully close SAN device if registration failsMichael Brown1-6/+16
2017-03-27[block] Retry reopening indefinitely for multipath devicesMichael Brown1-3/+18
2017-03-27[block] Add a small delay between attempts to reopen SAN targetsMichael Brown1-0/+14
2017-03-27[block] Allow SAN retry count to be reconfiguredMichael Brown1-17/+52
2017-03-26[block] Add basic multipath supportMichael Brown1-73/+221
2017-03-22[block] Quell spurious Coverity size mismatch warningMichael Brown1-6/+10
2017-03-09[block] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown1-2/+1
2017-03-07[block] Retry any SAN device operationMichael Brown1-19/+35
2017-03-07[block] Centralise "san-drive" settingMichael Brown1-0/+39
2017-03-07[block] Centralise SAN device abstractionMichael Brown1-0/+563