index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
xen
/
blkfront
/
blkfront.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r271099: revert r269814: blkfront: add support for unmapped IO
royger
2014-09-15
1
-7
/
+5
*
MFC r269814:
royger
2014-08-18
1
-5
/
+7
*
MFC: r256425
gibbs
2013-10-18
1
-5
/
+33
*
If reading a virtual-device value fails, attempt to read a virtual-device-ext
cperciva
2013-08-30
1
-0
/
+3
*
Implement vector callback for PVHVM and unify event channel implementations
gibbs
2013-08-29
1
-21
/
+16
*
Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.
cperciva
2013-08-27
1
-4
/
+0
*
In the Xen block front driver, take advantage of backends that
gibbs
2013-06-26
1
-19
/
+153
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-16
1
-1
/
+1
*
Properly track the different reasons new I/O is temporarily disabled, and
gibbs
2013-06-15
1
-12
/
+50
*
Improve debugger visibility into queuing functions by removing the macro
gibbs
2013-06-14
1
-53
/
+47
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-11
/
+0
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-20
/
+20
*
Style changes. No intended functional changes.
gibbs
2013-05-31
1
-5
/
+5
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
1
-725
/
+687
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
1
-510
/
+529
*
Apply the ad* => ada* IDE device name transition to the Xen block
gibbs
2013-05-31
1
-10
/
+10
*
Fix a bug which causes a panic in daopen(). The panic is caused by
ken
2012-06-24
1
-1
/
+1
*
Correct failure to attach the PV block front device on Citrix
gibbs
2012-03-25
1
-15
/
+19
*
Final pass at having devices use their bus parent for dma tags. The
scottl
2012-03-12
1
-1
/
+1
*
Fix a bug in the calculation of the maximum I/O request size.
gibbs
2012-02-16
1
-5
/
+16
*
Enhance documentation, improve interoperability, and fix defects in
gibbs
2012-02-15
1
-37
/
+111
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add suspend/resume support to the Xen blkfront driver.
gibbs
2011-09-21
1
-45
/
+51
*
Monitor and emit events for XenStore changes to XenBus trees
gibbs
2011-06-11
1
-3
/
+1
*
Make "options XENHVM" compile for i386, not just amd64 -- a largely
rwatson
2011-01-04
1
-0
/
+1
*
Set correct maximum I/O length. We can only handle I/O of up to
cperciva
2010-12-06
1
-1
/
+1
*
Improve the Xen para-virtualized device infrastructure of FreeBSD:
gibbs
2010-10-19
1
-223
/
+373
*
In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()
gibbs
2009-12-29
1
-1
/
+1
*
Correct alignment and boundary constraints in blkfront's bus dma tag. The
gibbs
2009-12-28
1
-2
/
+2
*
Merge Scott Long's latest blkfront now that the licensing issues are resolved
kmacy
2009-11-30
1
-491
/
+464
*
Update license to reflect terms in xen 2.0 as of the time when the driver was...
kmacy
2009-11-30
1
-17
/
+22
*
fixup kernel core dumps on paravirtual guests
kmacy
2009-11-24
1
-1
/
+1
*
add core dump support to blkfront
kmacy
2009-08-30
1
-2
/
+87
*
update backend_changed to reflect .m prototype
kmacy
2009-06-13
1
-1
/
+3
*
Merge in support for Xen HVM on amd64 architecture.
dfr
2009-03-11
1
-26
/
+39
|
\
|
*
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
dfr
2008-11-22
1
-1026
/
+0
*
|
merge 186535, 186537, and 186538 from releng_7_xen
kmacy
2008-12-29
1
-25
/
+24
*
|
Integrate 185578 from dfr
kmacy
2008-12-04
1
-109
/
+190
|
/
*
Update xen/interface includes to the latest in mercurial
kmacy
2008-09-26
1
-2
/
+4
*
Evidently the block device starts at 767.
kmacy
2008-08-24
1
-1
/
+1
*
make block devices start at 0
kmacy
2008-08-23
1
-3
/
+4
*
mark blkfront_info as ready
kmacy
2008-08-20
1
-1
/
+2
*
Make sure that machine addresses are vm_paddr_t
kmacy
2008-08-17
1
-6
/
+7
*
Import Xen paravirtual drivers.
kmacy
2008-08-12
1
-0
/
+1021