aboutsummaryrefslogtreecommitdiff
path: root/block/export/fuse.c
AgeCommit message (Expand)AuthorFilesLines
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