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