summaryrefslogtreecommitdiffstats
path: root/block/export/fuse.c
Commit message (Expand)AuthorAgeFilesLines
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito2022-03-041-7/+18
* block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé2022-02-011-0/+4
* block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé2022-02-011-20/+21
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-2/+2
* block/export/fuse.c: fix musl buildFabrice Fontaine2021-11-021-0/+4
* block/export/fuse.c: fix fuse-lseek on uclibc or muslFabrice Fontaine2021-09-011-0/+3
* block/export/fuse.c: fix musl buildFabrice Fontaine2021-08-091-2/+6
* export/fuse: Let permissions be adjustableMax Reitz2021-07-091-11/+62
* export/fuse: Give SET_ATTR_SIZE its own branchMax Reitz2021-07-091-9/+11
* export/fuse: Add allow-other optionMax Reitz2021-07-091-5/+23
* export/fuse: Pass default_permissions for mountMax Reitz2021-07-091-2/+6
* fuse: Implement hole detection through lseekMax Reitz2020-12-111-0/+77
* fuse: (Partially) implement fallocate()Max Reitz2020-12-111-0/+84
* fuse: Allow growable exportsMax Reitz2020-12-111-8/+36
* fuse: Implement standard FUSE operationsMax Reitz2020-12-111-0/+242
* fuse: Allow exporting BDSs via FUSEMax Reitz2020-12-111-0/+295