aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/blkfront
Commit message (Expand)AuthorAgeFilesLines
* 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
* If reading a virtual-device value fails, attempt to read a virtual-device-extColin Percival2013-08-301-0/+3
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-292-22/+17
* Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.Colin Percival2013-08-271-4/+0
* In the Xen block front driver, take advantage of backends thatJustin T. Gibbs2013-06-262-27/+175
* sys/dev/xen/blkfront/blkfront.c:Justin T. Gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andJustin T. Gibbs2013-06-152-16/+58
* Improve debugger visibility into queuing functions by removing the macroJustin T. Gibbs2013-06-142-178/+197
* sys/dev/xen/blkfront/blkfront.c:Justin T. Gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:Justin T. Gibbs2013-06-011-20/+20
* Style changes. No intended functional changes.Justin T. Gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.Justin T. Gibbs2013-05-311-725/+687
* Style cleanups. No intended functional changes.Justin T. Gibbs2013-05-312-659/+664
* Apply the ad* => ada* IDE device name transition to the Xen blockJustin T. Gibbs2013-05-311-10/+10
* Fix a bug which causes a panic in daopen(). The panic is caused byKenneth D. Merry2012-06-241-1/+1
* Correct failure to attach the PV block front device on CitrixJustin T. Gibbs2012-03-251-15/+19
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-1/+1
* Fix a bug in the calculation of the maximum I/O request size.Justin T. Gibbs2012-02-162-11/+44
* Enhance documentation, improve interoperability, and fix defects inJustin T. Gibbs2012-02-152-40/+114
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add suspend/resume support to the Xen blkfront driver.Justin T. Gibbs2011-09-212-46/+51
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-111-3/+1
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-041-0/+1
* Set correct maximum I/O length. We can only handle I/O of up toColin Percival2010-12-061-1/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-192-234/+426
* In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()Justin T. Gibbs2009-12-291-1/+1
* Correct alignment and boundary constraints in blkfront's bus dma tag. TheJustin T. Gibbs2009-12-281-2/+2
* Merge Scott Long's latest blkfront now that the licensing issues are resolvedKip Macy2009-11-302-539/+654
* Update license to reflect terms in xen 2.0 as of the time when the driver was...Kip Macy2009-11-302-17/+40
* fixup kernel core dumps on paravirtual guestsKip Macy2009-11-241-1/+1
* add core dump support to blkfrontKip Macy2009-08-301-2/+87