summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/block
AgeCommit message (Expand)Author
2025-06-23virtio_blk: Limit use of indirect descriptorsAndrew Turner
2025-05-26diskinfo: print attachment field for virtio_blk devicesRobert Wing
2024-07-04vtblk: Invoke busdma completion callbacks when pollingMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-23vtblk: secondary fix for dumpingMitchell Horne
2023-01-10vtblk: Bypass iommu on powerpcColin Percival
2022-11-03vtblk: Fix dumpingColin Percival
2022-10-17vtblk: Use busdmaColin Percival
2022-10-17vtblk: Include pointer to softc in requestColin Percival
2022-10-17vtblk: Requeue inside vtblk_request_executeColin Percival
2022-10-17vtblk: Make vtblk_request_execute return void.Colin Percival
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-08-11virtio: Add KMSAN hooks for network and block devicesMark Johnston
2021-05-05virtio_blk: Fix issuing T_GET_ID before DRIVER_OK statusKa Ho Ng
2021-01-21virtio: Reduce boilerplate for device driver module definitionsJessica Clarke
2021-01-19virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher
2021-01-19virtio_blk: Use DISKFLAG_WRITE_PROTECT for RO disksBryan Venteicher
2021-01-19virtio_blk: Add modern (V1) supportBryan Venteicher
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01virtio: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-16Add VIRTIO_BLK_T_DISCARD support to the virtio-blk driverAllan Jude
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2019-06-04virtio(4): Add PNP match metadata for virtio devicesConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-02-17Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh
2015-04-18Do not report stripe size if it is equal to sector size.Alexander Motin
2015-03-05Size of opt_io_size field is 32 bit.Alexander Motin
2015-03-05Reenable VIRTIO_BLK_F_TOPOLOGY feature.Alexander Motin
2015-01-27Rework vtblk dump handling of in flight requestsBryan Venteicher
2014-11-30Cleanup and performance improvement of the virtio_blk driverBryan Venteicher
2014-11-18Add Virtio MMIO bus driver.Ruslan Bukin
2014-06-10Always append new bios to the tail of the queue, instead of sorting themBryan Venteicher
2014-01-13Add unmapped IO support to virtio_blk(4)Bryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2013-07-04Merge several virtio_blk changes from projects/virtioBryan Venteicher
2013-07-04Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher
2013-03-05Only set the barrier flag if the feature was negotiatedBryan Venteicher
2012-12-14virtio: Start taskqueues threads after attach cannot failBryan Venteicher
2012-07-11Various VirtIO improvementsPeter Grehan
2012-07-03Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien
2012-04-16Sync with Bryan Venteicher's virtio git repo:Peter Grehan
2012-04-14Catch up with Bryan Venteicher's virtio git repo:Peter Grehan
2011-12-06Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan