summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-264-50/+83
* [intel] Do not enable ASDE on i350 backplane NICMichael Brown2017-04-162-2/+6
* [intel] Show original CTRL and STATUS values in debugging outputMichael Brown2017-04-141-4/+12
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-1212-21/+97
* [efi] Add efi_sprintf() and efi_vsprintf()Michael Brown2017-04-121-0/+23
* [efi] Fix typo in efi_acpi_table_protocol_guidMichael Brown2017-04-101-1/+1
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-1011-0/+5605
* [libc] Add stdbool.h standard headerMichael Brown2017-04-102-1/+11
* [thunderx] Use ThunderxConfigProtocol to obtain board configurationAdamczyk, Konrad2017-03-312-110/+60Star
* [scsi] Retry TEST UNIT READY commandMichael Brown2017-03-291-10/+35
* [linux] Fix building with kernel 4.11 headersMichael Brown2017-03-292-0/+2
* [build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown2017-03-298-2/+23
* [mucurses] Fix erroneous __nonnull attributeMichael Brown2017-03-291-1/+2
* [http] Notify data transfer interface when underlying connection is readyMichael Brown2017-03-281-0/+3
* [iscsi] Do not install iBFT when no iSCSI targets existMichael Brown2017-03-281-0/+7
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-2821-487/+926
* [block] Ignore redundant xfer_window_changed() messagesMichael Brown2017-03-281-0/+4
* [linux] Use dummy SAN deviceMichael Brown2017-03-281-1/+7
* [block] Gracefully close SAN device if registration failsMichael Brown2017-03-271-6/+16
* [block] Retry reopening indefinitely for multipath devicesMichael Brown2017-03-271-3/+18
* [block] Add a small delay between attempts to reopen SAN targetsMichael Brown2017-03-271-0/+14
* [block] Allow SAN retry count to be reconfiguredMichael Brown2017-03-273-17/+61
* [time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown2017-03-272-3/+37
* [int13con] Avoid overwriting random portions of SAN boot disksMichael Brown2017-03-271-2/+17
* [int13] Improve geometry guessing for unaligned partitionsMichael Brown2017-03-261-11/+45
* [block] Add basic multipath supportMichael Brown2017-03-2610-124/+323
* [block] Add dummy SAN deviceMichael Brown2017-03-264-0/+135
* [scsi] Avoid duplicate call to scsicmd_close() on TEST UNIT READY failureMichael Brown2017-03-261-2/+4
* [vxge] Fix use of stale I/O buffer on error pathMichael Brown2017-03-231-2/+2
* [iobuf] Increase minimum I/O buffer size to 128 bytesMichael Brown2017-03-231-1/+1
* [sky2] Use 32-bit read to read Y2_VAUX_AVAILMike McCormack2017-03-232-2/+2
* [pcnet32] Eliminate redundant register readMichael Brown2017-03-231-2/+1Star
* [golan] Bug fixes and improved paging allocation methodRaed Salem2017-03-2318-555/+200Star
* [rtl818x] Fix resource leak on error pathMichael Brown2017-03-231-2/+6
* [malloc] Track maximum heap usageMichael Brown2017-03-222-3/+23
* [mucurses] Ensure SLK labels are always terminatedMichael Brown2017-03-221-1/+1
* [sis190] Avoid NULL pointer dereferenceMichael Brown2017-03-221-1/+1
* [w89c840] Avoid potential array overrunMichael Brown2017-03-221-1/+1
* [tlan] Guard against failure to identify chipMichael Brown2017-03-221-0/+2
* [hermon] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [arbel] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [video_subr] Use memmove() for overlapping memory copyMichael Brown2017-03-221-1/+1
* [tcp] Use correct length for memset()Michael Brown2017-03-221-1/+1
* [xen] Use standard calling pattern for asprintf()Michael Brown2017-03-221-2/+1Star
* [usb] Use correct length for memcpy()Michael Brown2017-03-221-2/+2
* [pixbuf] Avoid potential division by zeroMichael Brown2017-03-221-1/+3
* [ath] Add missing break statementsMichael Brown2017-03-221-0/+3
* [block] Quell spurious Coverity size mismatch warningMichael Brown2017-03-221-6/+10
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-223-16/+19
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-228-90/+88Star