summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [build] Avoid confusing sparse in single-argument DBG() macrosMichael Brown2017-03-221-2/+2
* [xhci] Avoid accessing beyond end of endpoint context arrayMichael Brown2017-03-211-1/+1
* [mucurses] Attempt to fix use of uninitialised buffer with strcat()Michael Brown2017-03-211-0/+1
* [http] Add missing check for memory allocation failureMichael Brown2017-03-211-0/+5
* [eoib] Avoid passing a NULL I/O buffer to netdev_tx_complete_err()Michael Brown2017-03-211-1/+2
* [slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown2017-03-211-5/+9
* [slam] Fix resource leak on error pathMichael Brown2017-03-211-4/+10
* [hyperv] Fix resource leaks on error pathMichael Brown2017-03-211-5/+11
* [mucurses] Attempt to fix resource leaksMichael Brown2017-03-211-6/+4Star
* [mucurses] Attempt to fix keypress processing logicMichael Brown2017-03-211-4/+3Star
* [mucurses] Attempt to fix test for empty stringMichael Brown2017-03-211-1/+1