aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/blkfront
Commit message (Expand)AuthorAgeFilesLines
...
* 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-174/+193
* 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-724/+686
* Style cleanups. No intended functional changes.Justin T. Gibbs2013-05-312-656/+661
* 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-233/+425
* 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-527/+642
* 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
* update backend_changed to reflect .m prototypeKip Macy2009-06-131-1/+3
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-111-26/+39
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-25/+24
* Integrate 185578 from dfrKip Macy2008-12-042-109/+190
* Update xen/interface includes to the latest in mercurialKip Macy2008-09-261-2/+4
* Evidently the block device starts at 767.Kip Macy2008-08-241-1/+1
* make block devices start at 0Kip Macy2008-08-231-3/+4
* mark blkfront_info as readyKip Macy2008-08-201-1/+2
* Make sure that machine addresses are vm_paddr_tKip Macy2008-08-171-6/+7
* Import Xen paravirtual drivers.Kip Macy2008-08-122-0/+1118