aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/blkfront
Commit message (Expand)AuthorAgeFilesLines
* xen/blk{front,back}: fix usage of sector sizes different than 512bRoger Pau Monné2024-10-081-11/+32
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-6/+2
* xen/dev: switch to DEVMETHOD_ENDElliott Mitchell2023-11-281-1/+1
* 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
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Fix unused variable warning in xen's blkfront.cDimitry Andric2022-07-261-2/+1
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+1
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-071-2/+2
* xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-261-1/+1
* xen(4): Fix two typos in source code commentsGordon Bergling2021-11-301-2/+2
* xen/devices: purge uses of intr_machdep.hElliott Mitchell2021-10-211-1/+0
* xen: introduce xen_pv_disks_disabled()Julien Grall2021-07-281-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+4
* xen/blkfront: use the correct type for disk sectorsRoger Pau Monné2020-05-281-4/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-251-3/+4
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-1/+3
* Implement support for online disk capacity changes.Pawel Jakub Dawidek2019-03-301-3/+32
* xen-blkfront: fix memory leak in xbd_connect error pathRoger Pau Monné2018-07-301-2/+9
* xen-blkfront: fix length checkRoger Pau Monné2018-07-301-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-4/+5
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-5/+4
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* xen/blkfront: correctly detach a disk with active usersRoger Pau Monné2017-05-191-4/+7
* xen: add support for canceled suspendRoger Pau Monné2017-03-071-0/+5
* In xbd_connect(), use correct scanf conversion specifiers for theDimitry Andric2016-12-141-2/+2
* Check that blkfront devices have a non-zero number of sectors and aColin Percival2016-12-131-0/+8
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Pass through some new block device features.Alexander Motin2016-04-032-5/+30
* Don't dereference a pointer immediately after determining that it isColin Percival2016-02-141-1/+1
* Add two more assertions to catch busdma problems. Each segment providedColin Percival2016-01-111-0/+5
* xen-blkfront: add support for unmapped IORoger Pau Monné2015-11-091-5/+7
* x86/dma_bounce: revert r289834 and r289836Roger Pau Monné2015-10-261-7/+5
* blkfront: add support for unmapped IORoger Pau Monné2015-10-231-5/+7
* Update Xen headers from 4.2 to 4.6Roger Pau Monné2015-10-061-1/+1
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-211-0/+3
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-061-3/+2
* Add support for Xen blkif indirect segment I/Os. This makes it possible forColin Percival2015-07-302-23/+111
* Rename mksegarray to xbd_mksegarray for consistency with other functionColin Percival2015-06-231-2/+2
* Garbage collect comments and a macro which related to the pre-r284296Colin Percival2015-06-211-12/+2
* Move the bus_dma_tag creation and per-transaction data allocation fromColin Percival2015-06-211-48/+48
* If we fail to allocate memory, pass ENOMEM as the error code, not theColin Percival2015-06-211-1/+1
* Refactor xbd_queue_cb, extracting the code which converts bus_dma segmentsColin Percival2015-06-201-38/+43
* Minor clean up to xbd_queue_cb:Colin Percival2015-06-191-4/+4
* xen-blk{front/back}: remove broken FreeBSD extensionsRoger Pau Monné2015-06-122-145/+50
* Revert r269814: blkfront: add support for unmapped IORoger Pau Monné2014-09-041-7/+5
* blkfront: add support for unmapped IORoger Pau Monné2014-08-111-5/+7
* Allow FreeBSD to be booted from CDROM media on XenServer 6.2 andJustin T. Gibbs2013-10-131-5/+33