aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/blkback
Commit message (Expand)AuthorAgeFilesLines
...
* Xen netback driver rewrite.Kenneth D. Merry2012-01-261-0/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Several enhancements to the Xen block back driver.Justin T. Gibbs2011-06-131-523/+1445
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-111-2/+1
* sys/dev/xen/blkback/blkback.c:Justin T. Gibbs2010-10-281-2/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-191-975/+2600
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-2/+2
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* Import Xen paravirtual drivers.Kip Macy2008-08-121-0/+1349