aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* minios: blkfront should set protocol nodeKeir Fraser2008-09-241-0/+7
* stubdom: use host's gccKeir Fraser2008-07-041-9/+12
* minios: proper frees are now handled, so drop the FIXME commentKeir Fraser2008-07-011-1/+0
* Add PV-GRUBKeir Fraser2008-06-181-1/+7
* stubdom: fix using minios frontends directly when libc is activedKeir Fraser2008-06-181-3/+9
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+2
* minios: add a blkfront synchronous interfaceKeir Fraser2008-06-051-4/+23
* minios: free blkfront resources on error/shutdownKeir Fraser2008-05-121-8/+24
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-061-6/+10
* stubdom: add asynchronous disk flush supportKeir Fraser2008-04-051-86/+92
* minios: blkfront_aio_poll may reenterKeir Fraser2008-03-261-9/+12
* minios: get VBD CD/removable/RO infoKeir Fraser2008-03-201-1/+4
* minios: Fix lost eventsKeir Fraser2008-03-181-9/+5
* minios: drop unused xenblk_rxidx functionKeir Fraser2008-02-141-5/+0
* stubdom: optimize block io completion polling by not polling all theKeir Fraser2008-02-141-0/+5
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-5/+41
* minios: Fix blkfront grant map leakKeir Fraser2008-02-071-3/+3
* minios: Support net/block backend in domUKeir Fraser2008-02-071-11/+13
* minios: Fix bug when blkfront reading into zero-mapped bufferKeir Fraser2008-01-291-1/+6
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-231-1/+1
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-221-1/+1
* minios, blkfront: set default block path.Keir Fraser2008-01-221-2/+2
* minios: add blkfrontKeir Fraser2008-01-171-0/+392