| Commit message (Expand) | Author | Age | Files | Lines |
* | xen/blk{front,back}: fix usage of sector sizes different than 512b | Roger Pau Monné | 2024-10-08 | 1 | -11/+32 |
* | Deprecate contigfree(9) in favour of free(9) | Bjoern A. Zeeb | 2024-07-26 | 1 | -6/+2 |
* | xen/dev: switch to DEVMETHOD_END | Elliott Mitchell | 2023-11-28 | 1 | -1/+1 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Fix unused variable warning in xen's blkfront.c | Dimitry Andric | 2022-07-26 | 1 | -2/+1 |
* | kerneldump: remove physical argument from d_dumper | Mitchell Horne | 2022-05-13 | 1 | -2/+1 |
* | xen: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -2/+1 |
* | xen: switch to use headers in contrib | Elliott Mitchell | 2022-02-07 | 1 | -2/+2 |
* | xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl. | Alexander Motin | 2021-12-26 | 1 | -1/+1 |
* | xen(4): Fix two typos in source code comments | Gordon Bergling | 2021-11-30 | 1 | -2/+2 |
* | xen/devices: purge uses of intr_machdep.h | Elliott Mitchell | 2021-10-21 | 1 | -1/+0 |
* | xen: introduce xen_pv_disks_disabled() | Julien Grall | 2021-07-28 | 1 | -1/+1 |
* | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -2/+2 |
* | dev/xen: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -7/+4 |
* | xen/blkfront: use the correct type for disk sectors | Roger Pau Monné | 2020-05-28 | 1 | -4/+5 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many) | Pawel Biernacki | 2020-02-25 | 1 | -3/+4 |
* | Ever since the block layer expanded its command syntax beyond just | Scott Long | 2020-02-07 | 1 | -1/+3 |
* | Implement support for online disk capacity changes. | Pawel Jakub Dawidek | 2019-03-30 | 1 | -3/+32 |
* | xen-blkfront: fix memory leak in xbd_connect error path | Roger Pau Monné | 2018-07-30 | 1 | -2/+9 |
* | xen-blkfront: fix length check | Roger Pau Monné | 2018-07-30 | 1 | -2/+2 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -4/+5 |
* | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -5/+4 |
* | Clean up MD pollution of bus_dma.h: | Jason A. Harmening | 2017-07-01 | 1 | -1/+0 |
* | xen/blkfront: correctly detach a disk with active users | Roger Pau Monné | 2017-05-19 | 1 | -4/+7 |
* | xen: add support for canceled suspend | Roger Pau Monné | 2017-03-07 | 1 | -0/+5 |
* | In xbd_connect(), use correct scanf conversion specifiers for the | Dimitry Andric | 2016-12-14 | 1 | -2/+2 |
* | Check that blkfront devices have a non-zero number of sectors and a | Colin Percival | 2016-12-13 | 1 | -0/+8 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -3/+3 |
* | Pass through some new block device features. | Alexander Motin | 2016-04-03 | 2 | -5/+30 |
* | Don't dereference a pointer immediately after determining that it is | Colin Percival | 2016-02-14 | 1 | -1/+1 |
* | Add two more assertions to catch busdma problems. Each segment provided | Colin Percival | 2016-01-11 | 1 | -0/+5 |
* | xen-blkfront: add support for unmapped IO | Roger Pau Monné | 2015-11-09 | 1 | -5/+7 |
* | x86/dma_bounce: revert r289834 and r289836 | Roger Pau Monné | 2015-10-26 | 1 | -7/+5 |
* | blkfront: add support for unmapped IO | Roger Pau Monné | 2015-10-23 | 1 | -5/+7 |
* | Update Xen headers from 4.2 to 4.6 | Roger Pau Monné | 2015-10-06 | 1 | -1/+1 |
* | xen: allow disabling PV disks and nics | Roger Pau Monné | 2015-08-21 | 1 | -0/+3 |
* | Remove some more vestiges of the Xen PV domu support. Specifically, | John Baldwin | 2015-08-06 | 1 | -3/+2 |
* | Add support for Xen blkif indirect segment I/Os. This makes it possible for | Colin Percival | 2015-07-30 | 2 | -23/+111 |
* | Rename mksegarray to xbd_mksegarray for consistency with other function | Colin Percival | 2015-06-23 | 1 | -2/+2 |
* | Garbage collect comments and a macro which related to the pre-r284296 | Colin Percival | 2015-06-21 | 1 | -12/+2 |
* | Move the bus_dma_tag creation and per-transaction data allocation from | Colin Percival | 2015-06-21 | 1 | -48/+48 |
* | If we fail to allocate memory, pass ENOMEM as the error code, not the | Colin Percival | 2015-06-21 | 1 | -1/+1 |
* | Refactor xbd_queue_cb, extracting the code which converts bus_dma segments | Colin Percival | 2015-06-20 | 1 | -38/+43 |
* | Minor clean up to xbd_queue_cb: | Colin Percival | 2015-06-19 | 1 | -4/+4 |
* | xen-blk{front/back}: remove broken FreeBSD extensions | Roger Pau Monné | 2015-06-12 | 2 | -145/+50 |
* | Revert r269814: blkfront: add support for unmapped IO | Roger Pau Monné | 2014-09-04 | 1 | -7/+5 |
* | blkfront: add support for unmapped IO | Roger Pau Monné | 2014-08-11 | 1 | -5/+7 |
* | Allow FreeBSD to be booted from CDROM media on XenServer 6.2 and | Justin T. Gibbs | 2013-10-13 | 1 | -5/+33 |