aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/storvsc
Commit message (Expand)AuthorAgeFilesLines
* hyper-v: Fix a couple of typos in kernel messagesGordon Bergling2025-10-281-1/+1
* hyperv/storvsc: Avoid conditional asserts in storvsc_xferbuf_prepare()Mark Johnston2025-03-311-2/+0
* hyperv/storvsc: Fix busdma constraintsMark Johnston2025-03-311-1/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Hyper-V: storvsc: relax a couple more kassertsWei Hu2022-09-081-4/+3
* Hyper-V: storvsc: relax a kassert checkWei Hu2022-09-071-1/+4
* Hyper-V: storvsc: Call bus_dmamap_sync() for dma operationsWei Hu2022-08-151-0/+25
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-1/+1
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* hyperv storvsc: Remove unused variables.John Baldwin2022-04-061-4/+3
* hyperv storvsc: Don't abuse struct sglist to hold virtual addresses.John Baldwin2022-02-011-33/+31
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-6/+9
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-9/+6
* hyperv: Flag hn and storvsc statistics with CTLFLAG_STATS.Don Morris2021-12-021-6/+9
* storvsc: fix auto-sense reportingAndriy Gapon2021-05-071-1/+2
* Hyper-V: storvsc: Enhance srb_status code handling.Wei Hu2020-08-312-24/+168
* storvsc: port a Linux patch, properly set residual data length on errorsAndriy Gapon2020-01-142-2/+7
* hyperv/storvsc: stash a pointer to hv_storvsc_request in ccbAndriy Gapon2019-11-191-0/+1
* hyperv/storvsc: storvsc_io_done(): do not use CAM_SEL_TIMEOUTDexuan Cui2018-04-101-14/+1
* Define xpt_path_inq.Warner Losh2017-12-061-4/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-142-2/+2
* hyperv/storvsc: Force SPC3 for CDROM attached.Sepherosa Ziehau2017-07-201-1/+18
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* hyperv/storvsc: Reduce log verbositySepherosa Ziehau2017-06-211-10/+21
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Fixup SRB status.Sepherosa Ziehau2017-04-052-8/+8
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-5/+5
* hyperv/storvsc: The max channel in PDU actually means the max sub-chans.Sepherosa Ziehau2016-12-211-15/+26
* hyperv/storvsc: Minor style changes; no functional changes.Sepherosa Ziehau2016-12-091-1/+6
* hyperv/storvsc: Fix the SCSI disk attachment issue.Sepherosa Ziehau2016-12-091-8/+33
* hyperv/storvsc: Don't use timedwait.Sepherosa Ziehau2016-11-301-32/+6
* hyperv/stor: Fix off-by-one bug; this brings back TRIM support.Sepherosa Ziehau2016-10-141-1/+1
* hyperv/storvsc: Fix the blkvsc disk attachment issues.Sepherosa Ziehau2016-09-291-22/+91
* hyperv/storvsc: Fix SRB length setting.Sepherosa Ziehau2016-09-201-1/+2
* hyperv/storvsc: Increase queue depth and rework channel selection.Sepherosa Ziehau2016-08-252-40/+130
* hyperv/storvsc: Deliver CAM_SEL_TIMEOUT upon SRB status error.Sepherosa Ziehau2016-08-172-100/+61
* hyperv/storvsc: Claim SPC-3 conformance, thus enable UNMAP supportSepherosa Ziehau2016-08-041-2/+21
* hyperv/storvsc: Stringent PRP list assertionsSepherosa Ziehau2016-08-011-4/+19
* hyperv/storvsc: Set maxio to 128KB.Sepherosa Ziehau2016-08-011-2/+18
* hyperv/vmbus: Remove the artificial entry limit of SG and PRP list.Sepherosa Ziehau2016-08-011-1/+1
* hyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED by default.Sepherosa Ziehau2016-07-291-60/+181
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-281-0/+1
* hyperv: hv_vmbus_channel -> vmbus_channelSepherosa Ziehau2016-07-211-7/+7
* hyperv/vmbus: Hide channel struct definition.Sepherosa Ziehau2016-07-201-1/+1
* hyperv/vmbus: Pass channel as the first argument for channel callbackSepherosa Ziehau2016-07-201-12/+6
* hyperv/vmbus: Channel struct field renameSepherosa Ziehau2016-07-201-4/+4