aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* mini-os: fix various memory leaks in blkfrontMatthew Daley2013-09-211-4/+7
* minios: fix xenbus_rm() calls in frontend driversBen Cressey2013-09-101-4/+4
* minios: clean up unneeded "err = NULL" in frontend driversBen Cressey2013-09-101-1/+0
* minios: clean up allocation of char arrays used for xenbus pathsMatt Wilson2013-09-101-3/+3
* minios: correct char array allocation for xenbus pathsMatt Wilson2013-09-101-1/+1
* minios: add posix io for blkfrontMatthew Fioravante2012-10-091-0/+169
* mini-os: stop compiler complaint about unused variablesJohn McDermott2012-02-091-0/+1
* mini-os: use BSD sys/queue.h instead of Linux list.hIan Campbell2012-01-311-3/+3
* mini-os: Revert 21106:b20f897d6010 "Fix xenbus initialisation"Keir Fraser2010-05-041-14/+3
* mini-os: Fix crash on frontend shutdown failuresKeir Fraser2010-04-071-1/+2
* mini-os: Fix frontend shutdown wait loopKeir Fraser2010-04-071-1/+1
* mini-os: Fix xenbus initialisationKeir Fraser2010-04-061-3/+14
* mini-os: Fix memory leaks in blkfront, netfront, pcifront, etc.Keir Fraser2009-12-141-4/+13
* minios: Fix xenbus_unwatch_path callsKeir Fraser2009-11-231-2/+2
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+8
* minios: refactor xenbus state machineKeir Fraser2009-06-031-13/+49
* pvgrub: few lines in shutdown_blkfront were removed by mistake.Keir Fraser2009-05-261-0/+4
* minios: Fix blkfront driver when sector_size != 512Keir Fraser2009-05-261-4/+4
* stubdoms: generate stubdom config fileKeir Fraser2009-04-231-4/+0
* minios: fix a memory corruption in blkfrontKeir Fraser2009-04-141-5/+7
* 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