summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/blkback
Commit message (Expand)AuthorAgeFilesLines
* MFC: r284296royger2015-07-211-168/+54
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.gibbs2013-09-041-12/+4
* sys/dev/xen/blkback/blkback.c:gibbs2013-09-031-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-26/+26
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-14/+0
* Fix regression in the handling of blkback close events forgibbs2012-02-171-6/+2
* Fix typo in a printf string: "specificed" -> "specified".gibbs2012-02-161-4/+4
* Enhance documentation, improve interoperability, and fix defects ingibbs2012-02-151-55/+152
* Xen netback driver rewrite.ken2012-01-261-0/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Several enhancements to the Xen block back driver.gibbs2011-06-131-529/+1451
* Monitor and emit events for XenStore changes to XenBus treesgibbs2011-06-111-2/+1
* sys/dev/xen/blkback/blkback.c:gibbs2010-10-281-2/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-1019/+2644
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-2/+2
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* Import Xen paravirtual drivers.kmacy2008-08-121-0/+1349
OpenPOWER on IntegriCloud