aboutsummaryrefslogtreecommitdiffstats
path: root/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini1-0/+25
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini1-8/+37
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini1-0/+4
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini1-13/+56
2011-12-22nbd: split requestsPaolo Bonzini1-6/+46
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini1-65/+123
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-2/+2
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini1-1/+12
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini1-1/+12
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini1-0/+2
2011-09-19nbd: support feature negotiationPaolo Bonzini1-2/+2
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-9/+9
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas1-0/+4
2011-04-07NBD device: Separate out parsing configuration and opening sockets.Nick Thomas1-55/+102
2010-09-21nbd: correctly manage default portLaurent Vivier1-2/+0
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier1-19/+49
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig1-3/+0
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+196