aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/beri/virtio/virtio_block.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* beri: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+1
* beri: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-4/+4
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* Fix off-by-one error in BERI virtio driverOleksandr Tymoshenko2019-02-111-2/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* o Switch to use non-mergeable RX buffers to avoid mbuf adjustment needsRuslan Bukin2015-01-051-2/+4
* Remove dev/virtio/virtio.h include from BERI VirtIOBryan Venteicher2014-12-291-1/+2
* o Add BERI Virtio Networking Frontend (if_vtbe)Ruslan Bukin2014-12-091-64/+20
* Add BERI-specific virtio block backend device driver.Ruslan Bukin2014-11-251-0/+602