aboutsummaryrefslogtreecommitdiff
path: root/block/export/fuse.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10block/fuse: Let PUNCH_HOLE write zeroesHanna Czenczek1-1/+10
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+2
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-2/+2
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-04block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito1-7/+18
2022-02-01block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé1-0/+4
2022-02-01block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé1-20/+21
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-2/+2
2021-11-02block/export/fuse.c: fix musl buildFabrice Fontaine1-0/+4
2021-09-01block/export/fuse.c: fix fuse-lseek on uclibc or muslFabrice Fontaine1-0/+3
2021-08-09block/export/fuse.c: fix musl buildFabrice Fontaine1-2/+6
2021-07-09export/fuse: Let permissions be adjustableMax Reitz1-11/+62
2021-07-09export/fuse: Give SET_ATTR_SIZE its own branchMax Reitz1-9/+11
2021-07-09export/fuse: Add allow-other optionMax Reitz1-5/+23
2021-07-09export/fuse: Pass default_permissions for mountMax Reitz1-2/+6
2020-12-11fuse: Implement hole detection through lseekMax Reitz1-0/+77
2020-12-11fuse: (Partially) implement fallocate()Max Reitz1-0/+84
2020-12-11fuse: Allow growable exportsMax Reitz1-8/+36
2020-12-11fuse: Implement standard FUSE operationsMax Reitz1-0/+242
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz1-0/+295