| Commit message (Expand) | Author | Age | Files | Lines |
* | osdep: Move memalign-related functions to their own header | Peter Maydell | 2022-03-07 | 1 | -0/+1 |
* | block/export/fuse.c: allow writable exports to take RESIZE permission | Emanuele Giuseppe Esposito | 2022-03-04 | 1 | -7/+18 |
* | block: introduce bdrv_activate | Emanuele Giuseppe Esposito | 2022-03-04 | 1 | -1/+1 |
* | block/export/fuse: Fix build failure on FreeBSD | Philippe Mathieu-Daudé | 2022-02-01 | 1 | -0/+4 |
* | block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate() | Philippe Mathieu-Daudé | 2022-02-01 | 1 | -20/+21 |
* | block/export: Fix vhost-user-blk shutdown with requests in flight | Kevin Wolf | 2022-02-01 | 1 | -0/+5 |
* | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 2022-01-12 | 1 | -2/+2 |
* | block/export/fuse.c: fix musl build | Fabrice Fontaine | 2021-11-02 | 1 | -0/+4 |
* | block/export/fuse.c: fix fuse-lseek on uclibc or musl | Fabrice Fontaine | 2021-09-01 | 1 | -0/+3 |
* | block/export/fuse.c: fix musl build | Fabrice Fontaine | 2021-08-09 | 1 | -2/+6 |
* | block/export: Conditionally ignore set-context error | Max Reitz | 2021-07-20 | 1 | -1/+4 |
* | export/fuse: Let permissions be adjustable | Max Reitz | 2021-07-09 | 1 | -11/+62 |
* | export/fuse: Give SET_ATTR_SIZE its own branch | Max Reitz | 2021-07-09 | 1 | -9/+11 |
* | export/fuse: Add allow-other option | Max Reitz | 2021-07-09 | 1 | -5/+23 |
* | export/fuse: Pass default_permissions for mount | Max Reitz | 2021-07-09 | 1 | -2/+6 |
* | block/export: improve vu_blk_sect_range_ok() | Stefan Hajnoczi | 2021-05-18 | 1 | -1/+8 |
* | block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now | Stefan Hajnoczi | 2021-03-19 | 1 | -2/+1 |
* | block/export: port virtio-blk read/write range check | Stefan Hajnoczi | 2021-03-08 | 1 | -3/+16 |
* | block/export: port virtio-blk discard/write zeroes input validation | Stefan Hajnoczi | 2021-03-08 | 1 | -23/+93 |
* | block/export: fix vhost-user-blk export sector number calculation | Stefan Hajnoczi | 2021-03-08 | 1 | -1/+1 |
* | block/export: use VIRTIO_BLK_SECTOR_BITS | Stefan Hajnoczi | 2021-03-08 | 1 | -3/+12 |
* | block/export: fix blk_size double byteswap | Stefan Hajnoczi | 2021-03-08 | 1 | -1/+1 |
* | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 2021-01-28 | 1 | -5/+2 |
* | fuse: Implement hole detection through lseek | Max Reitz | 2020-12-11 | 1 | -0/+77 |
* | fuse: (Partially) implement fallocate() | Max Reitz | 2020-12-11 | 1 | -0/+84 |
* | fuse: Allow growable exports | Max Reitz | 2020-12-11 | 1 | -8/+36 |
* | fuse: Implement standard FUSE operations | Max Reitz | 2020-12-11 | 1 | -0/+242 |
* | fuse: Allow exporting BDSs via FUSE | Max Reitz | 2020-12-11 | 3 | -0/+301 |
* | block/export: avoid g_return_val_if() input validation | Stefan Hajnoczi | 2020-12-09 | 1 | -1/+3 |
* | libvhost-user: make it a meson subproject | Marc-André Lureau | 2020-12-08 | 1 | -1/+1 |
* | meson: move vhost_user_blk_server to meson.build | Stefan Hajnoczi | 2020-11-12 | 1 | -1/+4 |
* | block/export: fix vhost-user-blk get_config() information leak | Stefan Hajnoczi | 2020-11-03 | 1 | -0/+3 |
* | block/export: make vhost-user-blk config space little-endian | Stefan Hajnoczi | 2020-11-03 | 1 | -13/+12 |
* | configure: introduce --enable-vhost-user-blk-server | Stefan Hajnoczi | 2020-11-03 | 2 | -3/+3 |
* | block/export: add vhost-user-blk multi-queue support | Stefan Hajnoczi | 2020-10-23 | 1 | -6/+18 |
* | block/export: add iothread and fixed-iothread options | Stefan Hajnoczi | 2020-10-23 | 2 | -2/+34 |
* | block: move block exports to libblockdev | Stefan Hajnoczi | 2020-10-23 | 1 | -2/+2 |
* | util/vhost-user-server: use static library in meson.build | Stefan Hajnoczi | 2020-10-23 | 2 | -5/+5 |
* | util/vhost-user-server: move header to include/ | Stefan Hajnoczi | 2020-10-23 | 1 | -1/+1 |
* | block/export: convert vhost-user-blk server to block export API | Stefan Hajnoczi | 2020-10-23 | 4 | -352/+126 |
* | block/export: report flush errors | Stefan Hajnoczi | 2020-10-23 | 1 | -4/+7 |
* | util/vhost-user-server: rework vu_client_trip() coroutine lifecycle | Stefan Hajnoczi | 2020-10-23 | 1 | -7/+2 |
* | util/vhost-user-server: drop unused DevicePanicNotifier | Stefan Hajnoczi | 2020-10-23 | 1 | -2/+1 |
* | block/export: consolidate request structs into VuBlockReq | Stefan Hajnoczi | 2020-10-23 | 1 | -47/+21 |
* | block/export: vhost-user block device backend server | Coiby Xu | 2020-10-23 | 2 | -0/+697 |
* | block/export: Move writable to BlockExportOptions | Kevin Wolf | 2020-10-02 | 1 | -1/+15 |
* | block/export: Add query-block-exports | Kevin Wolf | 2020-10-02 | 1 | -0/+23 |
* | block/export: Create BlockBackend in blk_exp_add() | Kevin Wolf | 2020-10-02 | 1 | -4/+45 |
* | block/export: Move blk to BlockExport | Kevin Wolf | 2020-10-02 | 1 | -0/+3 |
* | block/export: Add BLOCK_EXPORT_DELETED event | Kevin Wolf | 2020-10-02 | 1 | -0/+2 |