summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/storvsc
Commit message (Expand)AuthorAgeFilesLines
* MFC 304790,304791sephe2016-10-172-40/+130
* MFC 303603-303605,303764sephe2016-10-171-6/+37
* MFC 303474sephe2016-10-171-60/+181
* MFC 303421,303422,303470-303473sephe2016-10-171-0/+1
* MFC 303066-303072,303127-303129,303131sephe2016-10-171-18/+12
* MFC 302888-302892,302986,303020-303022sephe2016-10-171-8/+27
* MFC 302885,302886sephe2016-10-171-12/+14
* MFC 302882-302884sephe2016-10-171-48/+22
* MFC 302875,302876,302878-302881sephe2016-10-171-42/+53
* MFC 302733,302737,302801-302806sephe2016-10-171-4/+4
* MFC 302698-302704,302706sephe2016-10-141-141/+43
* MFC 302617-302621,302623,302629-302631sephe2016-10-141-3/+8
* MFC 306015sephe2016-09-231-1/+2
* MFC 304251sephe2016-08-222-100/+61
* MFC 303737sephe2016-08-081-2/+21
* MFC 302541,302605sephe2016-07-151-57/+61
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* hyperv/stor: Enable INQUIRY result check only on WIN10 like host systemssephe2016-05-122-42/+87
* hyperv/stor: Set description properly in probe devmethodsephe2016-04-261-1/+2
* hyperv/stor: Avoid sub-channel creation callback.sephe2016-04-261-15/+9
* hyperv/stor: Synchronize sub-channel offerssephe2016-04-261-0/+7
* hyperv/stor: Remove the useless hs_open_multi_channelsephe2016-04-261-7/+0
* hyperv: Update copyright to 2016 for the files Microsoft changed in 2016sephe2016-04-221-1/+1
* hyperv: No need to zero out softcsephe2016-04-151-2/+0
* hyperv/stor: Use xpt_done_direct() upon I/O completionsephe2016-04-151-1/+2
* hyperv/stor: Temporary disable the wrongly done command timeout.sephe2016-04-151-0/+6
* hyperv: device_get_softc does not return NULLsephe2016-04-131-7/+0
* hyperv: Always set device for channelssephe2016-02-261-7/+2
* hyperv: Remove useless channel inbound_locksephe2016-02-261-2/+0
* hyperv/stor: Fix print formatsephe2016-02-231-2/+2
* hyperv/stor: Fix the NULL pointer dereferencesephe2016-02-051-7/+6
* hyperv/stor: Verify returned inquiry data before further dispatchingsephe2016-01-221-3/+85
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add support for SCSI disk hot add and remove. Also add padding according towhu2015-05-182-19/+101
* Microsoft vmbus, storage and other related driver enhancements for HyperV.whu2015-04-292-98/+719
* Prevent overflow issues in timeout processingsmh2014-11-211-6/+5
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treedelphij2014-10-241-2/+2
* Fix an issue where a FreeBSD virtual machine provisioned ingjb2014-10-211-2/+1
* Make some unwise casts. On i386 these casts wind up being safe. Ratherimp2014-04-051-8/+8
* Minor fix to r262789.mav2014-03-061-1/+1
* Remove custom bus scanner code and fix use of CAM's default scanner.mav2014-03-051-86/+1
* In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymousdim2013-10-102-21/+25
* Microsoft have changed their policy on how the hyper-v code willgrehan2013-07-172-0/+1709
OpenPOWER on IntegriCloud