summaryrefslogtreecommitdiff
path: root/block/export/fuse.c
AgeCommit message (Expand)Author
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-04block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito
2022-02-01block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé
2022-02-01block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2021-11-02block/export/fuse.c: fix musl buildFabrice Fontaine
2021-09-01block/export/fuse.c: fix fuse-lseek on uclibc or muslFabrice Fontaine
2021-08-09block/export/fuse.c: fix musl buildFabrice Fontaine
2021-07-09export/fuse: Let permissions be adjustableMax Reitz
2021-07-09export/fuse: Give SET_ATTR_SIZE its own branchMax Reitz
2021-07-09export/fuse: Add allow-other optionMax Reitz
2021-07-09export/fuse: Pass default_permissions for mountMax Reitz
2020-12-11fuse: Implement hole detection through lseekMax Reitz
2020-12-11fuse: (Partially) implement fallocate()Max Reitz
2020-12-11fuse: Allow growable exportsMax Reitz
2020-12-11fuse: Implement standard FUSE operationsMax Reitz
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz