Age | Commit message (Expand) | Author | Files | Lines |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi | 1 | -4/+4 |
2023-05-30 | block/fuse: do not set is_external=true on FUSE fd | Stefan Hajnoczi | 1 | -2/+54 |
2023-03-10 | block/fuse: Let PUNCH_HOLE write zeroes | Hanna Czenczek | 1 | -1/+10 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -1/+2 |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 1 | -2/+2 |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria | 1 | -1/+1 |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell | 1 | -0/+1 |
2022-03-04 | block/export/fuse.c: allow writable exports to take RESIZE permission | Emanuele Giuseppe Esposito | 1 | -7/+18 |
2022-02-01 | block/export/fuse: Fix build failure on FreeBSD | Philippe Mathieu-Daudé | 1 | -0/+4 |
2022-02-01 | block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate() | Philippe Mathieu-Daudé | 1 | -20/+21 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -2/+2 |
2021-11-02 | block/export/fuse.c: fix musl build | Fabrice Fontaine | 1 | -0/+4 |
2021-09-01 | block/export/fuse.c: fix fuse-lseek on uclibc or musl | Fabrice Fontaine | 1 | -0/+3 |
2021-08-09 | block/export/fuse.c: fix musl build | Fabrice Fontaine | 1 | -2/+6 |
2021-07-09 | export/fuse: Let permissions be adjustable | Max Reitz | 1 | -11/+62 |
2021-07-09 | export/fuse: Give SET_ATTR_SIZE its own branch | Max Reitz | 1 | -9/+11 |
2021-07-09 | export/fuse: Add allow-other option | Max Reitz | 1 | -5/+23 |
2021-07-09 | export/fuse: Pass default_permissions for mount | Max Reitz | 1 | -2/+6 |
2020-12-11 | fuse: Implement hole detection through lseek | Max Reitz | 1 | -0/+77 |
2020-12-11 | fuse: (Partially) implement fallocate() | Max Reitz | 1 | -0/+84 |
2020-12-11 | fuse: Allow growable exports | Max Reitz | 1 | -8/+36 |
2020-12-11 | fuse: Implement standard FUSE operations | Max Reitz | 1 | -0/+242 |
2020-12-11 | fuse: Allow exporting BDSs via FUSE | Max Reitz | 1 | -0/+295 |